summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
2010-08-30svga: Fix CMP translation for vertex shader targets.Michal Krol1-0/+19
2010-08-30svga: Re-emit bound rendertargets and texture samplers at the beginning of ev...José Fonseca4-8/+27
2010-08-25draw: specialized cliptesting routinesKeith Whitwell1-1/+2
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu1-11/+6
2010-08-25svga: Remove redundant svga_draw_range_elements.Chia-I Wu3-87/+45
2010-08-22svga: Do not shortcut NULL surface relocations with SVGA3D_INVALID_ID.José Fonseca2-6/+9
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2-1/+3
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-25/+0
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu3-0/+44
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz3-3/+43
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin1-2/+3
2010-06-06svga: Move bootstrap code to targetsJakob Bornecrantz3-3/+43
2010-06-03svga: Remove unnecessary header.Vinson Lee1-1/+0
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger3-4/+8
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt1-15/+15
2010-05-31svga: Add a winsys callback to get the svga_winsys_contextThomas Hellstrom2-0/+8
2010-05-29svga: adapt to clear interface changesRoland Scheidegger3-4/+8
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger3-19/+49
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell5-42/+42
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger1-0/+7
2010-05-17svga: adapt to interface changesRoland Scheidegger2-19/+42
2010-05-14gallium: more work on ccw flag removalKeith Whitwell1-6/+6
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell5-36/+36
2010-05-12svga: Advertise shader limits.José Fonseca1-0/+51
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca1-2/+2
2010-05-10svga: Fill in is_resource_referenced callback.José Fonseca1-0/+1
2010-05-05gallium: rename draw() to draw_elements() in vbuf codeBrian Paul1-4/+4
2010-05-04svga: Remove unnecessary header.Vinson Lee1-1/+0
2010-05-03svga: Silent warning.José Fonseca1-1/+1
2010-05-03svga: Remove the screen private context.José Fonseca11-106/+63
2010-05-03svga: Remove empty file.José Fonseca1-2/+0
2010-05-03svga: Update flags documentation.José Fonseca1-8/+5
2010-05-02svga: Include svga_surface.h in svga_screen.c.Vinson Lee1-0/+1
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich1-0/+2
2010-05-14gallium: remove forward declarations of non-existent objectsMarek Olšák1-1/+0
2010-04-21svga: Fix index offsetJakob Bornecrantz1-2/+3
2010-04-20svga: Init surface functionsJakob Bornecrantz1-0/+1
2010-04-19svga: More don't recurseJakob Bornecrantz1-1/+1
2010-04-19svga: Don't recurseJakob Bornecrantz1-1/+1
2010-04-27svga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca1-3/+0
2010-04-26svga: Pass-through max_index to translate.José Fonseca1-1/+1
2010-04-24svga: D3DCOLOR actually stands for B8G8R8A8.José Fonseca1-1/+1
2010-04-24svga: Translate recently added vertex formats.José Fonseca1-6/+2
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul1-1/+1
2010-04-20Merge branch 'gallium-index-bias'José Fonseca7-23/+32
2010-04-19svga: Implement index bias.José Fonseca7-23/+32
2010-04-19Merge branch '7.8'Brian Paul3-3/+5
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul3-3/+5
2010-04-11svga: Remove unnecessary headers.Vinson Lee4-8/+0
2010-04-10svga: Silence uninitialized variable warnings.Vinson Lee1-2/+2