summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* svga: add new svga_pipe_streamout.c fileBrian Paul2015-09-021-0/+320
* svga: add new svga_pipe_gs.c fileBrian Paul2015-09-021-0/+142
* svga: add new svga_link.[ch] filesBrian Paul2015-09-022-0/+140
* svga: add new svga_cmd_vgpu10.c fileBrian Paul2015-09-021-0/+1289
* svga: add new svga_tgsi_vgpu10.c fileBrian Paul2015-09-021-0/+6778
* svga: remove unused SVGA3D_* command functionsBrian Paul2015-09-022-156/+0
* gallium/st: add pipe_context::get_timestamp()Brian Paul2015-09-022-2/+18
* svga/winsys: Add support for VGPU10Brian Paul2015-09-0222-134/+473
* svga: update the svga3d device header filesBrian Paul2015-09-0211-1043/+2206
* svga: add new version 10 device header filesBrian Paul2015-09-022-0/+2010
* winsys/svga: add new vmw_query.c[h] filesBrian Paul2015-09-023-1/+214
* meta: Compute correct buffer size with SkipRows/SkipPixelsChris Wilson2015-09-021-15/+30
* i965/vec4: fill src_reg type using the constructor type parameterAlejandro PiƱeiro2015-09-021-0/+2
* r600g: Add doubles support for CYPRESSGlenn Kennard2015-09-021-2/+25
* r600g: add doubles support for CAYMANDave Airlie2015-09-025-6/+421
* tgsi/scan: add uses_doubles to tgsi scannerDave Airlie2015-09-022-1/+5
* r600g: add multiple stream support for geom shadersGlenn Kennard2015-09-025-74/+171
* r600g/sb: add support for multiple streams to SB backendDave Airlie2015-09-022-5/+15
* r600g: add support for streams to the assembler.Dave Airlie2015-09-025-2/+11
* r600g/sb: dump sampler/resource index modes for textures.Dave Airlie2015-09-021-0/+4
* mesa/readpixels: check strides are equal before skipping conversionDave Airlie2015-09-021-1/+2
* texcompress_s3tc/fxt1: fix stride checks (v1.1)Dave Airlie2015-09-022-5/+5
* st/readpixels: fix accel path for skipimages.Dave Airlie2015-09-021-2/+2
* mesa/formats: 8-bit channel integer formats additionDave Airlie2015-09-025-0/+64
* mesa/formats: add some formats from GL3.3Dave Airlie2015-09-025-0/+123