aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Disable blending for integer formats.Kenneth Graunke2018-08-291-0/+1
* svga: add missing switch cases for shadow texturesBrian Paul2018-08-292-0/+5
* svga: fix vgpu9 sprite coordinate bugBrian Paul2018-08-293-7/+3
* svga: fix PIPE_TEXTURE_RECT/BUFFER const buffer issueBrian Paul2018-08-293-20/+16
* svga: minor improvements in svga_state_constants.cBrian Paul2018-08-291-17/+13
* anv: Free the app and engine nameJason Ekstrand2018-08-291-0/+3
* nv50/ir: silence partitionLoadStore() unused function warningRhys Kidd2018-08-291-2/+2
* glsl/linker: Link all out vars from a shader objects on a single stagevadym.shovkoplias2018-08-291-0/+37
* anv: blorp: support multiple aspect blitsLionel Landwerlin2018-08-291-70/+75
* mesa: allow GL_UNSIGNED_BYTE type for SNORM readsTapani Pälli2018-08-291-0/+9
* nir: add loop unroll support for wrapper loopsTimothy Arceri2018-08-291-0/+77
* nir/opt_loop_unroll: Remove unneeded phis if we make progressTimothy Arceri2018-08-291-1/+9
* nir: add complex_loop bool to loop infoTimothy Arceri2018-08-292-2/+12
* nir: always attempt to find loop terminatorsTimothy Arceri2018-08-291-7/+7
* ac/surface: fix CMASK fast clear for NPOT textures with mipmapping on SI/CI/VIMarek Olšák2018-08-281-2/+2
* i965/vec4: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAdd of +1 or -1Ian Romanick2018-08-281-3/+16
* i965/fs: Emit BRW_AOP_INC or BRW_AOP_DEC for imageAtomicAdd of +1 or -1Ian Romanick2018-08-281-3/+9
* i965/fs: Refactor image atomics to be a bit more like other atomicsIan Romanick2018-08-281-40/+44
* i965/fs: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAdd of +1 or -1Ian Romanick2018-08-281-4/+23
* intel/compiler: Silence unused parameter warnings in brw_eu.hIan Romanick2018-08-281-1/+1
* i965: enable AMD_depth_clamp_separateSagar Ghuge2018-08-281-0/+1
* i965: add functional changes for AMD_depth_clamp_separateSagar Ghuge2018-08-281-5/+15
* mesa: add EXTRA_EXT for AMD_depth_clamp_separateSagar Ghuge2018-08-282-0/+6
* mesa: add support for GL_AMD_depth_clamp_separate tokensSagar Ghuge2018-08-281-0/+36
* mesa: Add support for AMD_depth_clamp_separateSagar Ghuge2018-08-2812-33/+111
* mesa: Add types for AMD_depth_clamp_separate.Sagar Ghuge2018-08-282-0/+4
* glapi: define AMD_depth_clamp_separateSagar Ghuge2018-08-284-0/+20
* anv: Claim to support depthBounds for ID gamesJason Ekstrand2018-08-281-0/+9
* anv: Copy the appliation info into the instanceJason Ekstrand2018-08-282-8/+30
* vulkan/alloc: Add a vk_strdup helperJason Ekstrand2018-08-281-0/+17
* meson: Actually load translation filesDylan Baker2018-08-281-1/+4
* nir: Remove outdated commentCaio Marcelo de Oliveira Filho2018-08-281-3/+0
* i965: Add INTEL_fragment_shader_ordering support.Kevin Rogovin2018-08-282-0/+2
* mesa: Add GL/GLSL plumbing for INTEL_fragment_shader_orderingKevin Rogovin2018-08-288-0/+30
* i965/gen6/xfb: handle case where transform feedback is not activeAndrii Simiklit2018-08-281-1/+1
* virgl: add debug-switch to output TGSIErik Faye-Lund2018-08-283-0/+5
* virgl: introduce $VIRGL_DEBUG=verboseErik Faye-Lund2018-08-284-3/+18
* virgl: replace fprintf-call with debug_printfErik Faye-Lund2018-08-281-1/+1
* virgl: delete commented out fprintf-callErik Faye-Lund2018-08-281-1/+0
* intel/eu: print bytes instead of 32 bit hex valueSagar Ghuge2018-08-271-17/+30
* intel: decoder: handle 0 sized structsLionel Landwerlin2018-08-271-4/+8
* nv50/ir,nvc0: use constant buffers for compute when possible on Kepler+Rhys Perry2018-08-272-10/+36
* nv50/ir: optimize multiplication by 16-bit immediates into two xmadsRhys Perry2018-08-271-0/+10
* nv50/ir: optimize near power-of-twos into shladdRhys Perry2018-08-271-0/+27
* nv50/ir: move a * b -> a << log2(b) code into createMul()Rhys Perry2018-08-271-15/+30
* nv50/ir: optimize imul/imad to xmadsRhys Perry2018-08-272-1/+56
* gm107/ir: add support for OP_XMAD on GM107+Rhys Perry2018-08-273-1/+71
* nv50/ir: add preliminary support for OP_XMADRhys Perry2018-08-277-5/+85
* glsl/linker: Allow unused in blocks which are not declated on previous stagevadym.shovkoplias2018-08-272-3/+9
* nir: Pull block_ends_in_jump into nir.hJason Ekstrand2018-08-273-23/+13