summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* osmesa: Export OSMesaCreateContextAttribs.Mathias Fröhlich2016-07-071-0/+1
* i965: consolidate generation checkTimothy Arceri2016-07-071-6/+6
* i965: don't copy VS attribute work arounds for HSW+Timothy Arceri2016-07-071-2/+4
* i965: add double packing support to tess stagesTimothy Arceri2016-07-071-9/+18
* i965: add double support packing support to gs inputsTimothy Arceri2016-07-071-2/+3
* i965: add indirect packing support to gs load inputsTimothy Arceri2016-07-071-3/+15
* i965: add indirect packing support for tcs and tesTimothy Arceri2016-07-071-4/+29
* i965: add component packing support for tcsTimothy Arceri2016-07-071-3/+8
* i965: add component packing support for tesTimothy Arceri2016-07-071-5/+33
* i965: add component packing support for gsTimothy Arceri2016-07-072-5/+19
* nir: use the same driver location for packed varyingsTimothy Arceri2016-07-072-5/+7
* i965/docs: update Intel Linux Graphics URLsEric Engestrom2016-07-062-2/+2
* i965: Remove trailing whitespaceIago Toral Quiroga2016-07-051-1/+1
* i965: Make inline function staticIago Toral Quiroga2016-07-051-1/+1
* i965: make more effective use of SamplersUsedTimothy Arceri2016-07-057-19/+10
* i965/urb: Allow blorp to record current settingsTopi Pohjolainen2016-07-043-74/+53
* i965/blorp/gen7+: Do not trigger push constant space reconfigTopi Pohjolainen2016-07-041-2/+1
* i965/blorp/gen7+: Stop trashing push constant allocationTopi Pohjolainen2016-07-042-92/+1
* i965/blorp: Remove support for push constantsTopi Pohjolainen2016-07-045-145/+12
* i965/blorp: Use flat inputs instead of uniformsTopi Pohjolainen2016-07-042-15/+18
* i965/blorp: Fix the size requirement for vertex elementsTopi Pohjolainen2016-07-043-16/+29
* i965/blorp: Load tranformation coordinates as vec4Topi Pohjolainen2016-07-042-16/+11
* i965/blorp: Rename LOAD_UNIFORM to LOAD_INPUTTopi Pohjolainen2016-07-041-9/+9
* i965/blorp: Organize pixel kill and blend/scaled inputs into vec4sTopi Pohjolainen2016-07-043-36/+65
* i965/blorp: Prepare for more than two vertex attributesTopi Pohjolainen2016-07-044-3/+22
* i965/blorp: Tell vertex fetcher about flat inputsTopi Pohjolainen2016-07-042-8/+30
* i965/blorp: Add support for flat input bufferTopi Pohjolainen2016-07-041-3/+65
* i965/blorp: Store input read maskTopi Pohjolainen2016-07-042-0/+2
* i965/blorp: Rename push constants to inputsTopi Pohjolainen2016-07-045-22/+22
* i965/blorp: Use core vertex buffer state setupTopi Pohjolainen2016-07-041-48/+14
* i965/blorp: Split vertex data and element setupTopi Pohjolainen2016-07-041-21/+25
* i965: Unify vertex buffer setupTopi Pohjolainen2016-07-042-29/+46
* i965/draw: Expose vertex buffer state setupTopi Pohjolainen2016-07-042-18/+37
* i965: don't drop const initializers in vector splittingRob Clark2016-07-021-0/+12
* glsl: add driconf to zero-init unintialized varsRob Clark2016-07-024-1/+14
* i965: intel_texture_barrier reimplementedAlejandro Piñeiro2016-07-011-1/+20
* i965: Simplify foreach_inst_in_block_safe() macro.Matt Turner2016-06-301-3/+2
* Revert "i965: get PrimitiveMode from the program rather than the shader struct"Andres Gomez2016-06-301-2/+3
* glsl/mesa: move duplicate shader fields into new struct gl_shader_infoTimothy Arceri2016-06-301-1/+1
* glsl/main: remove unused params and make function staticTimothy Arceri2016-06-301-1/+1
* glsl/mesa: split gl_shader in twoTimothy Arceri2016-06-3012-34/+32
* i965: Use drmIoctl for DRM_I915_GETPARAM (v2)Chad Versace2016-06-291-5/+6
* i965: Use intel_get_param() more oftenChad Versace2016-06-291-11/+5
* i965: Refactor intel_get_param()Chad Versace2016-06-291-7/+8
* i965: Print EOT in fs_visitor::dump_instruction().Kenneth Graunke2016-06-271-0/+4
* i965: Make emit_urb_writes() not produce an EOT message for GS.Kenneth Graunke2016-06-271-0/+7
* i965: Use miptree to decide format on multi-plane images for gen < 7Jordan Justen2016-06-261-1/+2
* i965: Skip update_texture_surface when the plane doesn't existJordan Justen2016-06-243-29/+26
* i965: Validate a few SEND-from-GRF requirements.Kenneth Graunke2016-06-241-0/+18
* i965: Delete send-from-GRF only opcodes from implied_mrf_writes().Kenneth Graunke2016-06-241-19/+0