summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx
AgeCommit message (Expand)Author
2010-08-21nvfx: new 2D: use a CPU copy for up to 4 pixels, up from 0Luca Barbieri
2010-08-21nvfx: new 2D: new render temporaries with resourcesLuca Barbieri
2010-08-21nv30: new 2D: support ARB_texture_rectangleLuca Barbieri
2010-08-21nvfx: new 2D: optimize fragtex format lookupLuca Barbieri
2010-08-21nvfx: new 2D: enable swizzling for all surfacesLuca Barbieri
2010-08-21nvfx: new 2D: use new 2D engine in GalliumLuca Barbieri
2010-08-21nv04-nv40: new 2D: add new Gallium-independent 2D engineLuca Barbieri
2010-08-21nvfx: new 2D: rewrite transfer code to use staging transfersLuca Barbieri
2010-08-21nvfx: new 2D: rewrite miptree code, adapt transfersLuca Barbieri
2010-08-21nvfx: add nouveau_resource_on_gpuLuca Barbieri
2010-08-21nvfx: add linear flag for buffersLuca Barbieri
2010-08-21nvfx: properly unreference bound objects on context destructionLuca Barbieri
2010-08-21nvfx: reference count bound objectsLuca Barbieri
2010-08-21nvfx: fix format support code for compressed textureLuca Barbieri
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-08-06nvfx: fix nv30 vertex program scalar opcodesLuca Barbieri
2010-08-06nvfx: shut up unknown cap 64 warningLuca Barbieri
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-24nvfx: Move declaration before code.Vinson Lee
2010-07-21nouveau/nvfx: Add new PIPE_CAP valuesPatrice Mandin
2010-06-09nvfx: fix typo from gallium-msaa mergeBen Skeggs
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger
2010-05-29nvfx: adapt to clear interface changesRoland Scheidegger
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-21nouveau/nvfx: Fill more PIPE_CAP_MAX_ valuesPatrice Mandin
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger
2010-05-17nouveau: adapt to interface changesRoland Scheidegger
2010-05-14gallium: more work on ccw flag removalKeith Whitwell
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-05-05nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-14nouveau/nvfx: Define some capabilities for shadersPatrice Mandin
2010-04-27nvfx: Move src/gallium/drivers to beginning of SCons include path.Vinson Lee
2010-04-25nvfx: Add include path to SCons build.Vinson Lee
2010-04-25nvfx: Add missing header.Vinson Lee
2010-04-24nvfx: Add to SCons build.Vinson Lee
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-20nvfx: Fix typo.José Fonseca
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-19nvfx: Adapt for index bias interface change.José Fonseca
2010-04-19Merge branch '7.8'Brian Paul
2010-04-18nvfx: Fix include recursion.Vinson Lee
2010-04-18nvfx: Add missing header and forward declaration.Vinson Lee
2010-04-18nvfx: move declarations before codeBrian Paul
2010-04-18nvfx: fix void * arithmetic warningBrian Paul
2010-04-18nvfx: move declarations before codeBrian Paul