summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-2/+3
* svga: Remove unnecessary header.Vinson Lee2010-06-031-1/+0
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-033-4/+8
|\
| * svga: adapt to clear interface changesRoland Scheidegger2010-05-293-4/+8
* | gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-031-15/+15
* | svga: Add a winsys callback to get the svga_winsys_contextThomas Hellstrom2010-05-312-0/+8
|/
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-213-19/+49
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+7
| * svga: adapt to interface changesRoland Scheidegger2010-05-172-19/+42
* | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-215-42/+42
|\ \
| * | gallium: more work on ccw flag removalKeith Whitwell2010-05-141-6/+6
| * | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-145-36/+36
* | | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-0/+2
* | | gallium: remove forward declarations of non-existent objectsMarek Olšák2010-05-141-1/+0
|/ /
* | svga: Advertise shader limits.José Fonseca2010-05-121-0/+51
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
* | svga: Fill in is_resource_referenced callback.José Fonseca2010-05-101-0/+1
* | gallium: rename draw() to draw_elements() in vbuf codeBrian Paul2010-05-051-4/+4
* | svga: Remove unnecessary header.Vinson Lee2010-05-041-1/+0
|/
* svga: Silent warning.José Fonseca2010-05-031-1/+1
* svga: Remove the screen private context.José Fonseca2010-05-0311-106/+63
* svga: Remove empty file.José Fonseca2010-05-031-2/+0
* svga: Update flags documentation.José Fonseca2010-05-031-8/+5
* svga: Include svga_surface.h in svga_screen.c.Vinson Lee2010-05-021-0/+1
* svga: Fix index offsetJakob Bornecrantz2010-04-211-2/+3
* svga: Init surface functionsJakob Bornecrantz2010-04-201-0/+1
* svga: More don't recurseJakob Bornecrantz2010-04-191-1/+1
* svga: Don't recurseJakob Bornecrantz2010-04-191-1/+1
* svga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-3/+0
* svga: Pass-through max_index to translate.José Fonseca2010-04-261-1/+1
* svga: D3DCOLOR actually stands for B8G8R8A8.José Fonseca2010-04-241-1/+1
* svga: Translate recently added vertex formats.José Fonseca2010-04-241-6/+2
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* Merge branch 'gallium-index-bias'José Fonseca2010-04-207-23/+32
|\
| * svga: Implement index bias.José Fonseca2010-04-197-23/+32
* | Merge branch '7.8'Brian Paul2010-04-193-3/+5
|\ \ | |/ |/|
| * gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-193-3/+5
* | svga: Remove unnecessary headers.Vinson Lee2010-04-114-8/+0
* | svga: Silence uninitialized variable warnings.Vinson Lee2010-04-101-2/+2
* | Squashed commit of the following:Keith Whitwell2010-04-1044-1811/+2288
* | Merge branch 'master' into gallium-new-formatsRoland Scheidegger2010-03-301-2/+2
|\ \
| * | svga: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca2010-03-291-2/+2
* | | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-305-7/+7
|/ /
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-151-2/+0
|\ \
| * | svga: Remove unnecessary header.Vinson Lee2010-03-141-2/+0
* | | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-134-18/+41
|\| |
| * | svga: Fix up for context transfers.Michel Dänzer2010-03-121-0/+2
| * | Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell2010-03-122-17/+36
| |\ \
| | * | gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-2/+3
| | * | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-112-15/+33