summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* svga: minor code reformattingBrian Paul2012-08-161-2/+3
* svga: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-24/+65
* svga: move result->key expression after result != NULL checkBrian Paul2012-08-161-1/+3
* svga: fix result==NULL logic in emit_fs_consts()Brian Paul2012-08-161-23/+25
* svga: update comment (s/SVGA_NEW_VS_RESULT/SVGA_NEW_VS_PRESCALE/)Brian Paul2012-08-161-1/+1
* svga: rename svga_hw_vs_parameters -> svga_hw_vs_constantsBrian Paul2012-08-163-6/+6
* svga: remove unused svga_shader::use_sm30 field, add commentsBrian Paul2012-08-082-4/+9
* svga: remove unused svga_winsys_handle typeBrian Paul2012-08-081-3/+0
* svga: remove questionable INLINE qualifiersBrian Paul2012-08-021-2/+2
* svga: sort #includesBrian Paul2012-08-021-4/+4
* svga: add some comments in svga_screen_cache.cBrian Paul2012-08-021-1/+14
* svga: whitespace, formatting fixesBrian Paul2012-08-021-52/+54
* svga: remove unneeded 'struct svga_screen' declarationsBrian Paul2012-08-022-2/+0
* svga: initialize svga_compile_key to zeros to be safeBrian Paul2012-07-261-0/+4
* svga: fix invalid memory reference in needs_to_create_zero()Brian Paul2012-07-261-5/+5
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-101-0/+1
* svga: whitespace fixesBrian Paul2012-07-051-114/+90
* svga: implement TGSI_OPCODE_ROUNDBrian Paul2012-07-051-15/+51
* svga: fix CMP translation for vertex shadersBrian Paul2012-07-051-36/+37
* svga: properly implement TRUNC instructionBrian Paul2012-07-051-1/+54
* svga: fix register collision issue in emit_conditional()Brian Paul2012-07-051-0/+24
* svga: emit some debug messages when shader compilation failsBrian Paul2012-07-051-4/+10
* svga: return 120 for PIPE_CAP_GLSL_FEATURE_LEVELBrian Paul2012-06-261-1/+3
* svga: handle missing PIPE_CAP_x queriesBrian Paul2012-06-261-9/+14
* svga: return 1 for PIPE_CAP_MIXED_COLORBUFFER_FORMATSBrian Paul2012-06-261-1/+3
* svga: init pointer to NULL to silence MSVC warningBrian Paul2012-06-221-1/+1
* gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund2012-06-191-0/+1
* scons: Do not build svga if using Solaris Studio C compiler.Vinson Lee2012-06-181-0/+4
* svga: fix synchronization bug between sampler views and surfacesBrian Paul2012-06-181-0/+5
* svga: make svga_surface_needs_propagation() surface constBrian Paul2012-06-142-3/+3
* svga: add svga_surface_const() cast wrapperBrian Paul2012-06-141-0/+8
* svga: fix comment typoBrian Paul2012-06-141-1/+1
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-111-3/+0
* svga: fix saturated TEX instructionsBrian Paul2012-05-311-6/+13
* draw: simplify index buffer specificationBrian Paul2012-05-311-5/+4
* svga: remove the special zero-stride vertex array codeBrian Paul2012-05-259-153/+12
* svga: whitespace, comments, formatting clean-upsBrian Paul2012-05-191-38/+31
* svga: return PIPE_OK instead of 0Brian Paul2012-05-195-11/+11
* svga: fix zero-stride vertex array bugBrian Paul2012-05-191-2/+6
* svga: fix FBO / viewport bugsBrian Paul2012-05-151-7/+24
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-1/+0
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-117-35/+31
|\
| * svga: check for and skip null vertex buffer pointersBrian Paul2012-05-011-8/+12
| * svga: cast away const to silence warningBrian Paul2012-05-011-1/+2
| * gallium: remove pipe_resource::user_ptrMarek Olšák2012-04-301-1/+0
| * gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-301-0/+11
| * gallium: add void *user_buffer in pipe_index_bufferMarek Olšák2012-04-301-1/+1
| * gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-303-25/+0
| * gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-301-0/+1
| * gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+2