History log of /external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_surface.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6d5efe96ee710ca1dd5f745f74a5bbfa4fd42fd9 01-May-2012 Viktor Novotný <noviktor@seznam.cz> dri/nouveau: Add general support for compressed formats.

Signed-off-by: Viktor Novotný <noviktor@seznam.cz>
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_surface.c
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_surface.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_surface.c
0c1b71665487fcaeffa8f4d7b5ad0ba425a2c169 20-Sep-2010 Ian Romanick <ian.d.romanick@intel.com> dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted textures

This came from the "kill it with fire" discussion at XDS 2010.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_surface.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_surface.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_surface.c
13c246bceafd356959daff3d9872ffb0549c531a 17-Sep-2010 Francisco Jerez <currojerez@riseup.net> dri/nouveau: Remove unnecessary assertion.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_surface.c
0a6cfa1668af7c5541c9d56436776514a6c493d9 15-Sep-2010 Francisco Jerez <currojerez@riseup.net> dri/nv04: Align SIFM transfer dimensions.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_surface.c
44602bb23ca7b67d4db586d9194c75cfe4a60962 22-Feb-2010 Francisco Jerez <currojerez@riseup.net> dri/nouveau: Swizzle using the CPU when we hit a limitation of SIFM.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_surface.c
e59e5e3388c9561d58aa02bab20baca99ba86d15 22-Feb-2010 Francisco Jerez <currojerez@riseup.net> dri/nouveau: Clean up the nv04 surface code a bit.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_surface.c
1e4c0618a8e5f251b68e98af498a2a8ff787cc61 21-Feb-2010 Francisco Jerez <currojerez@riseup.net> dri/nouveau: Avoid mask overflow on nv04_surface_fill.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_surface.c
56dcd011b5ec33190f268cf546a4c68f81f5ebd0 17-Feb-2010 Francisco Jerez <currojerez@riseup.net> dri/nouveau: Some multithreaded rendering fixes.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nv04_surface.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_surface.c