aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove the brw_vue_prog_key base class.Kenneth Graunke2015-09-039-63/+45
* i965: Virtualize vec4_visitor::emit_urb_slot().Kenneth Graunke2015-09-034-16/+28
* i965: Store a key_tex pointer in vec4_visitor.Kenneth Graunke2015-09-033-8/+10
* i965: Move legacy clip plane handling to vec4_vs_visitor.Kenneth Graunke2015-09-036-67/+74
* i965: Delete the brw_vue_program_key::userclip_active flag.Kenneth Graunke2015-09-035-22/+15
* i965: Remove legacy clip plane handling from geometry shaders.Kenneth Graunke2015-09-033-33/+8
* i965: Move brw_setup_tex_for_precompile to brw_program.[ch].Kenneth Graunke2015-09-034-22/+23
* mesa: change 'SHADER_SUBST' facility to work with env variablesTapani Pälli2015-09-041-38/+101
* i965: Fix copy propagation type changes.Kenneth Graunke2015-09-031-0/+1
* r600: fix loop overrun in cayman_mul_double_instrDave Airlie2015-09-041-1/+1
* i965/gen9: Annotate input coverage mask changeBen Widawsky2015-09-032-2/+22
* svga: update call to u_upload_alloc()Brian Paul2015-09-031-3/+3
* winsys/radeon: remove exported buffers from the cacheMarek Olšák2015-09-031-0/+3
* winsys/amdgpu: remove exported buffers from the cacheMarek Olšák2015-09-031-0/+3
* gallium/pb_bufmgr_cache: add a way to remove buffers from the cache explicitlyMarek Olšák2015-09-032-6/+41
* u_upload_mgr: remove the return value from u_upload_dataMarek Olšák2015-09-034-25/+22
* u_upload_mgr: remove the return value from u_upload_bufferMarek Olšák2015-09-032-31/+18
* u_upload_mgr: remove the return value from u_upload_alloc_bufferMarek Olšák2015-09-031-11/+9
* u_upload_mgr: remove the return value from u_upload_allocMarek Olšák2015-09-037-44/+48
* u_upload_mgr: optimize u_upload_allocMarek Olšák2015-09-031-15/+17
* gallium/radeon: remove 'dirty' member from r600_atomGrazvydas Ignotas2015-09-034-6/+1
* r600g: simplify dirty atom trackingGrazvydas Ignotas2015-09-033-49/+14
* r600g: start numbering atoms from 1Grazvydas Ignotas2015-09-033-3/+3
* r600g: make all viewport states use single atomGrazvydas Ignotas2015-09-036-34/+38
* r600g: apply disable workaround on all scissorsGrazvydas Ignotas2015-09-032-9/+14
* r600g: make all scissor states use single atomGrazvydas Ignotas2015-09-036-40/+62
* mesa/pbo: Handle zero width, height or depth when validating accessNeil Roberts2015-09-031-0/+6
* glsl: Remove unused total_attribs_size variable.Kenneth Graunke2015-09-031-1/+0
* glsl: Handle attribute aliasing in attribute storage limit check.Kenneth Graunke2015-09-021-28/+36
* i965/meta: Fix typo in commentIan Romanick2015-09-021-1/+1
* mesa: Don't allow wrong type setters for matrix uniformsIan Romanick2015-09-021-0/+25
* mesa: Pass the type to _mesa_uniform_matrix as a glsl_base_typeIan Romanick2015-09-023-42/+42
* mesa: Silence unused parameter warnings in bufferobj.cIan Romanick2015-09-021-0/+2
* mesa: Remove target parameter from _mesa_handle_bind_buffer_genIan Romanick2015-09-023-7/+4
* i965: Make gen7_enable_hw_binding_tables staticIan Romanick2015-09-022-2/+1
* i965: Make gen8_upload_state_base_address staticIan Romanick2015-09-022-5/+2
* linker: Silence GCC unused parameter warningsIan Romanick2015-09-021-14/+13
* mesa: Fix warning about static being in the wrong placeIan Romanick2015-09-025-6/+6
* i965/cs: Setup push constant data for uniformsJordan Justen2015-09-025-5/+138
* meta: Save/restore compute shadersJordan Justen2015-09-021-2/+4
* svga: fix referencing a NULL framebuffer cbufCharmaine Lee2015-09-021-2/+2
* svga: increment texture age when surface is to be marked as dirtyCharmaine Lee2015-09-021-7/+6
* svga: fix backed surface view regressionCharmaine Lee2015-09-024-17/+46
* i965/fs: Handle MRF destinations in lower_integer_multiplication().Matt Turner2015-09-021-4/+4
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-0264-2369/+8655
* svga: add new version 10 device command prototypesBrian Paul2015-09-021-0/+333
* svga: add new svga_streamout.h fileBrian Paul2015-09-021-0/+50
* svga: add new svga_state_tgsi_transform.c fileBrian Paul2015-09-021-0/+293
* svga: add new svga_state_sampler.c fileBrian Paul2015-09-021-0/+339
* svga: add new svga_state_gs.c fileBrian Paul2015-09-021-0/+264