History log of /external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_render.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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_render.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_render.c
19c46d3d7bd2dc190bb83855c4ffa65a3bc830d7 22-Dec-2011 Mathias Fröhlich <Mathias.Froehlich@web.de> nouveau: Convert to use GLbitfield64 directly.

Signed-off-by: Mathias Froehlich <Mathias.Froehlich@web.de>
Reviewed-by: Brian Paul <brianp@vmare.com>
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_render.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_render.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_render.c
8f1051dca2d2ea4a4d38f251a5f98fc2a9d097c9 16-Sep-2010 Francisco Jerez <currojerez@riseup.net> dri/nv04: Fix provoking vertex.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_render.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_render.c