f3d8bd3f7b9f5c6387cd5e629a82db9ad9a1e652 |
|
13-Apr-2012 |
Ben Skeggs <bskeggs@redhat.com> |
nouveau: rework and simplify nv04/nv05 driver a bit TEXTURED_TRIANGLE and MULTITEX_TRIANGLE are both a bit special in that if you use any other graph object in the meantime they'll forget their state and spew a lovely METHOD_CNT error at you when you try to draw. The pre-newlib driver has a flush_notify() hook which does this state re-emit, and a number of random workarounds like extra flushes and state dirtying after various operations to solve this issue. I'm taking a slightly different approach to things instead, which has the nice side-effect of removing the divergent code-paths for ttri/mtri, the flush/dirty workarounds and the need for flush_notify. Also gives a few FPS boost in OA, yay.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_state_frag.c
|
2e47d01c9e5325906cf3bb979279599991c6328e |
|
23-Dec-2011 |
Ben Skeggs <bskeggs@redhat.com> |
nouveau/vieux: switch to libdrm_nouveau-2.0
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_state_frag.c
|
8983855012301c8ebc023edf42ddf5e423189585 |
|
01-Nov-2010 |
Viktor Novotný <noviktor@seznam.cz> |
dri/nouveau: nv04: Use rules-ng-ng headers Signed-off-by: Francisco Jerez <currojerez@riseup.net>
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_state_frag.c
|
f9995b30756140724f41daf963fa06167912be7f |
|
12-Oct-2010 |
Kristian Høgsberg <krh@bitplanet.net> |
Drop GLcontext typedef and use struct gl_context instead
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_state_frag.c
|
699749cfeeea7d0a17ed5f94fd5fdbbe52f4ab2b |
|
09-Sep-2010 |
Francisco Jerez <currojerez@riseup.net> |
dri/nv04: Add support for NV_texture_env_combine4.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_state_frag.c
|
3ccfce85e243e83afc1bb582d7424d9238a64f42 |
|
23-Feb-2010 |
Francisco Jerez <currojerez@riseup.net> |
dri/nouveau: Fake A8 and L8 texture support on nv04.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_state_frag.c
|
bfb5dc68fcc9f5dee71f66d9499b8bdcde9627ea |
|
01-Feb-2010 |
Francisco Jerez <currojerez@riseup.net> |
Import a classic DRI driver for nv0x-nv2x.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_state_frag.c
|