summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)Author
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-05-12svga: Advertise shader limits.José Fonseca
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-05-10svga: Fill in is_resource_referenced callback.José Fonseca
2010-05-05gallium: rename draw() to draw_elements() in vbuf codeBrian Paul
2010-05-04svga: Remove unnecessary header.Vinson Lee
2010-05-03svga: Silent warning.José Fonseca
2010-05-03svga: Remove the screen private context.José Fonseca
2010-05-03svga: Remove empty file.José Fonseca
2010-05-03svga: Update flags documentation.José Fonseca
2010-05-02svga: Include svga_surface.h in svga_screen.c.Vinson Lee
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-14gallium: remove forward declarations of non-existent objectsMarek Olšák
2010-04-21svga: Fix index offsetJakob Bornecrantz
2010-04-20svga: Init surface functionsJakob Bornecrantz
2010-04-19svga: More don't recurseJakob Bornecrantz
2010-04-19svga: Don't recurseJakob Bornecrantz
2010-04-27svga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-26svga: Pass-through max_index to translate.José Fonseca
2010-04-24svga: D3DCOLOR actually stands for B8G8R8A8.José Fonseca
2010-04-24svga: Translate recently added vertex formats.José Fonseca
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-19svga: Implement index bias.José Fonseca
2010-04-19Merge branch '7.8'Brian Paul
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-11svga: Remove unnecessary headers.Vinson Lee
2010-04-10svga: Silence uninitialized variable warnings.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-30Merge branch 'master' into gallium-new-formatsRoland Scheidegger
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-29svga: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-14svga: Remove unnecessary header.Vinson Lee
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-12svga: Fix up for context transfers.Michel Dänzer
2010-03-12Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11svga: use memset() to initialize u to avoid warningsBrian Paul
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-11gallium: Check for OOM condition when creating a sampler view.Michal Krol
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-10svga: Disable debug message.Michal Krol
2010-03-10svga: Check if vertex elements has been bound before using it.Michal Krol
2010-03-09svga: Don't do culling while the software pipeline is active.Keith Whitwell
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-08svga: s/PIPE_MAX_TEXTURE_LEVELS/SVGA_MAX_TEXTURE_LEVELS/Brian Paul
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell