aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: remove st_dump_program_for_shader_dbMarek Olšák2016-07-111-66/+0
* i965: fix ignored qualifiers warningFrancesco Ansanelli2016-07-111-1/+1
* mesa: print number of samples in renderbuffer_storage error msgBrian Paul2016-07-081-1/+1
* st/mesa: set debug callback async flagNicolai Hähnle2016-07-084-5/+8
* gallium: add async flag to pipe_debug_callbackNicolai Hähnle2016-07-081-1/+4
* mesa: Mark R*32F formats as filterable when an extension is present.Kenneth Graunke2016-07-083-3/+19
* i965/blorp: fix indentation levelEric Engestrom2016-07-081-1/+1
* i965: Fix remaining flush vs invalidate race conditions in brw_emit_pipe_cont...Francisco Jerez2016-07-072-0/+27
* i965: Make room in the batch epilogue for three more pipe controls.Francisco Jerez2016-07-072-10/+10
* i965: Emit SKL VF cache invalidation W/A from brw_emit_pipe_control_flush.Francisco Jerez2016-07-071-9/+10
* i965: Emit SNB write cache flush W/A from brw_emit_pipe_control_flush.Francisco Jerez2016-07-074-35/+11
* mesa: Make single-buffered GLES representation internally consistentGurchetan Singh2016-07-073-2/+30
* mesa: don't install GLX files if GLX is not builtAkihiko Odaki2016-07-071-0/+4
* 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-073-5/+10
* i965/docs: update Intel Linux Graphics URLsEric Engestrom2016-07-062-2/+2
* vbo: fix attr resetRob Clark2016-07-063-7/+10
* mesa: Strip arrayness from interface block names in some IO validationIan Romanick2016-07-051-8/+90
* i965: Remove trailing whitespaceIago Toral Quiroga2016-07-051-1/+1
* i965: Make inline function staticIago Toral Quiroga2016-07-051-1/+1
* mesa: stop copying SamplerUnits twiceTimothy Arceri2016-07-051-4/+0
* mesa: make attribute binding message more usefulTimothy Arceri2016-07-051-1/+2
* i965: make more effective use of SamplersUsedTimothy Arceri2016-07-057-19/+10
* mesa: fix build errorTimothy Arceri2016-07-051-1/+1
* mesa: faster validation of sampler unit mapping for SSOGregory Hainaut2016-07-051-38/+31
* Revert "st/glsl_to_tgsi: don't increase immediate index by 1."Dave Airlie2016-07-051-1/+1
* 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