summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-03gallium/pb_bufmgr_cache: add a way to remove buffers from the cache explicitlyMarek Olšák2-6/+41
2015-09-03u_upload_mgr: remove the return value from u_upload_dataMarek Olšák4-25/+22
2015-09-03u_upload_mgr: remove the return value from u_upload_bufferMarek Olšák2-31/+18
2015-09-03u_upload_mgr: remove the return value from u_upload_alloc_bufferMarek Olšák1-11/+9
2015-09-03u_upload_mgr: remove the return value from u_upload_allocMarek Olšák7-44/+48
2015-09-03u_upload_mgr: optimize u_upload_allocMarek Olšák1-15/+17
2015-09-03gallium/radeon: remove 'dirty' member from r600_atomGrazvydas Ignotas4-6/+1
2015-09-03r600g: simplify dirty atom trackingGrazvydas Ignotas3-49/+14
2015-09-03r600g: start numbering atoms from 1Grazvydas Ignotas3-3/+3
2015-09-03r600g: make all viewport states use single atomGrazvydas Ignotas6-34/+38
2015-09-03r600g: apply disable workaround on all scissorsGrazvydas Ignotas2-9/+14
2015-09-03r600g: make all scissor states use single atomGrazvydas Ignotas6-40/+62
2015-09-03mesa/pbo: Handle zero width, height or depth when validating accessNeil Roberts1-0/+6
2015-09-03glsl: Remove unused total_attribs_size variable.Kenneth Graunke1-1/+0
2015-09-02glsl: Handle attribute aliasing in attribute storage limit check.Kenneth Graunke1-28/+36
2015-09-02i965/meta: Fix typo in commentIan Romanick1-1/+1
2015-09-02mesa: Don't allow wrong type setters for matrix uniformsIan Romanick1-0/+25
2015-09-02mesa: Pass the type to _mesa_uniform_matrix as a glsl_base_typeIan Romanick3-42/+42
2015-09-02mesa: Silence unused parameter warnings in bufferobj.cIan Romanick1-0/+2
2015-09-02mesa: Remove target parameter from _mesa_handle_bind_buffer_genIan Romanick3-7/+4
2015-09-02i965: Make gen7_enable_hw_binding_tables staticIan Romanick2-2/+1
2015-09-02i965: Make gen8_upload_state_base_address staticIan Romanick2-5/+2
2015-09-02linker: Silence GCC unused parameter warningsIan Romanick1-14/+13
2015-09-02mesa: Fix warning about static being in the wrong placeIan Romanick5-6/+6
2015-09-02i965/cs: Setup push constant data for uniformsJordan Justen5-5/+138
2015-09-02meta: Save/restore compute shadersJordan Justen1-2/+4
2015-09-02svga: fix referencing a NULL framebuffer cbufCharmaine Lee1-2/+2
2015-09-02svga: increment texture age when surface is to be marked as dirtyCharmaine Lee1-7/+6
2015-09-02svga: fix backed surface view regressionCharmaine Lee4-17/+46
2015-09-02i965/fs: Handle MRF destinations in lower_integer_multiplication().Matt Turner1-4/+4
2015-09-02docs: document VMware OpenGL 3.3 supportBrian Paul1-0/+35
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul64-2369/+8655
2015-09-02svga: add new version 10 device command prototypesBrian Paul1-0/+333
2015-09-02svga: add new svga_streamout.h fileBrian Paul1-0/+50
2015-09-02svga: add new svga_state_tgsi_transform.c fileBrian Paul1-0/+293
2015-09-02svga: add new svga_state_sampler.c fileBrian Paul1-0/+339
2015-09-02svga: add new svga_state_gs.c fileBrian Paul1-0/+264
2015-09-02svga: add new svga_pipe_streamout.c fileBrian Paul1-0/+320
2015-09-02svga: add new svga_pipe_gs.c fileBrian Paul1-0/+142
2015-09-02svga: add new svga_link.[ch] filesBrian Paul2-0/+140
2015-09-02svga: add new svga_cmd_vgpu10.c fileBrian Paul1-0/+1289
2015-09-02svga: add new svga_tgsi_vgpu10.c fileBrian Paul1-0/+6778
2015-09-02svga: remove unused SVGA3D_* command functionsBrian Paul2-156/+0
2015-09-02gallium/st: add pipe_context::get_timestamp()Brian Paul2-2/+18
2015-09-02svga/winsys: Add support for VGPU10Brian Paul22-134/+473
2015-09-02svga: update the svga3d device header filesBrian Paul11-1043/+2206
2015-09-02svga: add new version 10 device header filesBrian Paul2-0/+2010
2015-09-02winsys/svga: add new vmw_query.c[h] filesBrian Paul3-1/+214
2015-09-02meta: Compute correct buffer size with SkipRows/SkipPixelsChris Wilson1-15/+30
2015-09-02i965/vec4: fill src_reg type using the constructor type parameterAlejandro Piñeiro1-0/+2