summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-26hmm..KHR_robustness-radeonsi2Edward O'Callaghan1-0/+22
2016-08-26mesa/st: WIP get_device_reset_status() callbackEdward O'Callaghan4-5/+6
2016-08-26winsys/amdgpu: Allow querying GPU reset statistics from DRMEdward O'Callaghan3-6/+7
2016-08-13radeonsi: Enable KHR_robustness supportEdward O'Callaghan3-2/+3
2016-08-13mesa/st: Toggle on KHR_robustness when PIPE_CAP is trueEdward O'Callaghan1-0/+3
2016-08-13mesa/st: Add PIPE_CAP_ROBUSTNESS to toggle KHR_robustnessEdward O'Callaghan17-0/+18
2016-08-12glsl: emit a specific error when ast_*_assign changes typeIlia Mirkin1-1/+27
2016-08-12st/mesa: provide GL_OES_copy_image support by caching the original ETC dataIlia Mirkin6-39/+156
2016-08-12st/mesa: refactor duplicated etc fallback checksIlia Mirkin2-6/+12
2016-08-12glsl: look for frag data bindings with [0] tacked onto the end for arraysIlia Mirkin1-11/+28
2016-08-12anv: pipeline: gen7: fix assert in debug modeLionel Landwerlin1-0/+4
2016-08-12mesa: change state query return value for RGB565Haixia Shi1-2/+2
2016-08-12anv/device: Add limits for InterpolationOffsetAnuj Phogat1-3/+3
2016-08-12i965: Change 8X MSAA sample mappingAnuj Phogat2-6/+6
2016-08-12i965: Change 8x multisample positionsAnuj Phogat1-23/+20
2016-08-12anv: Use macro to avoid code duplication for sample positionsAnuj Phogat3-92/+106
2016-08-12st/mesa: BufferData should flag NewDriverStateMarek Olšák1-5/+5
2016-08-12st/mesa: don't update atomic, SSBO, UBO and TBO states that have no effectMarek Olšák1-3/+6
2016-08-12st/mesa: _NEW_TEXTURE & CONSTANTS shouldn't flag states that aren't usedMarek Olšák3-8/+60
2016-08-12st/mesa: when changing shaders, only dirty states that are affected by themMarek Olšák4-91/+79
2016-08-12st/mesa: determine states used or affected by shaders at compile timeMarek Olšák3-3/+189
2016-08-12st/mesa: remove TES/TCS/GS state dirtying optimizationMarek Olšák1-8/+0
2016-08-12st/mesa: don't update clip state on VS changes if it has no effectMarek Olšák4-15/+16
2016-08-12st/mesa: don't update clip state if it has no effectMarek Olšák3-4/+9
2016-08-12mesa: Document that _mesa_enum_to_string() returns non-null (v2)Chad Versace1-1/+6
2016-08-11glsl: Fix invariant matching in GLSL 4.30 and GLSL ES 1.00.Kenneth Graunke2-2/+22
2016-08-11glsl: Tidy stream handling in merge_qualifier().Kenneth Graunke1-3/+2
2016-08-11glsl: Fix inout qualifier handling in GLSL 4.40.Kenneth Graunke1-1/+2
2016-08-11swrast: fix active attribs with atifragshaderMiklós Máté1-1/+2
2016-08-11st/omx/dec/h264: pass default scaling lists in raster formatIndrajit Das1-20/+20
2016-08-11appveyor: Force Visual Studio 2013 image.Jose Fonseca1-0/+2
2016-08-11appveyor: Install pywin32 extensions.Jose Fonseca1-0/+2
2016-08-11glsl/tests: fix segfault in uniform initializer testTimothy Arceri1-0/+5
2016-08-10glcpp: Only disallow #undef of pre-defined macros on GLSL ES >= 3.00 shadersIan Romanick1-4/+28
2016-08-10glcpp: Track the actual version instead of just the version_resolved flagIan Romanick2-6/+6
2016-08-11glsl: remove remaining tabs in link_uniform_initializers.cppTimothy Arceri1-39/+39
2016-08-11glsl: use UniformHash to find storage locationTimothy Arceri1-18/+11
2016-08-11glsl: remove dead builtins before assigning varying locationsTimothy Arceri1-9/+9
2016-08-11glsl: split out varying and uniform linking codeTimothy Arceri1-207/+222
2016-08-10i965/vec4: Make opt_vector_float reset at the top of each blockJason Ekstrand1-80/+82
2016-08-10mesa: Use a temporary set to track whether we've added a resource yet.Eric Anholt1-26/+50
2016-08-10prog_hash_table: Convert to using util/hash_table.h.Eric Anholt2-205/+54
2016-08-10prog_hash_table: Convert compare funcs to match util/hash_table.h.Eric Anholt2-7/+11
2016-08-10nir: Drop an unused program/hash_table.h include.Eric Anholt1-1/+0
2016-08-10swr: [rasterizer core] unused variable warning fixesTim Rowley3-12/+0
2016-08-10swr: [rasterizer jitter] add core string to JitManagerTim Rowley4-6/+10
2016-08-10swr: [rasterizer core] fix OOB check of viewport indicesTim Rowley1-2/+2
2016-08-10swr: [rasterizer common] add linux definition for InterlockedAdd64Tim Rowley1-0/+2
2016-08-10swr: [rasterizer jitter] add VMASKSTOREPS intrinsicTim Rowley1-0/+1
2016-08-10swr: [rasterizer jitter] add mask support for odd format fetchTim Rowley1-15/+26