aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* swr: implement clipPlanes/clipVertex/clipDistance/cullDistanceTim Rowley2016-06-095-2/+94
* glx: fix crash with bad fbconfigDaniel Czarnowski2016-06-091-0/+23
* st/vdpau: implement luma keyingNayan Deshmukh2016-06-092-12/+39
* vl: Apply luma key filter before CSC conversionNayan Deshmukh2016-06-097-20/+42
* i965: Emit surface states for extra planes prior to gen8Jason Ekstrand2016-06-082-0/+18
* virgl: fix checking fencesMarc-André Lureau2016-06-092-2/+2
* glsl/types: rename is_dual_slot_double to is_dual_slot_64bit.Dave Airlie2016-06-095-10/+10
* st/glsl_to_tgsi: move to checking 64-bitness instead of doubleDave Airlie2016-06-091-16/+14
* st/glsl_to_tgsi: use enum glsl_base_type instead of unsignedDave Airlie2016-06-091-12/+12
* mesa: use new 64-bit checks instead of explicit double checks.Dave Airlie2016-06-092-5/+5
* glsl/link_varyings: switch to 64bit check instead of double.Dave Airlie2016-06-092-3/+3
* glsl: use new interfaces for 64-bit checks.Dave Airlie2016-06-095-14/+14
* compiler: use 64bit check for sizing instead of double check.Dave Airlie2016-06-091-5/+5
* compiler/types: add 64-bitness queries.Dave Airlie2016-06-091-0/+13
* glapi/glx: Add overflow checks to the client-side indirect codeAdam Jackson2016-06-081-0/+9
* radeonsi: improve the computation and comment of scratch_wavesMarek Olšák2016-06-081-4/+18
* radeonsi: print the number of spilled VGPRsMarek Olšák2016-06-081-3/+6
* gallium/radeon: remove dead code creating LLVMTargetMachineMarek Olšák2016-06-083-27/+1
* radeonsi: don't enable scratch just for SGPR spillsMarek Olšák2016-06-081-2/+17
* st/mesa: try not to compile compute shader on the first useMarek Olšák2016-06-081-0/+1
* Revert "radeonsi: allow direct hw MSAA resolve for scanout surfaces"Marek Olšák2016-06-081-0/+1
* st/mesa: directly compute level=0 texture size in st_finalize_textureNicolai Hähnle2016-06-085-53/+48
* glsl: stop allocating memory for SSBOs and builtinsTimothy Arceri2016-06-081-7/+13
* st/mesa: use buffer usage history to set dirty flags for revalidationIlia Mirkin2016-06-071-2/+13
* i965: Integrate precise trig into configuration infrastructureGurchetan Singh2016-06-074-2/+10
* radeonsi: re-enable PBO ReadPixels accelerationMarek Olšák2016-06-081-3/+6
* radeonsi: allow MSAA resolving into a texture that has DCC enabledMarek Olšák2016-06-082-4/+23
* gallium/radeon: move DCC clearing into a separate functionMarek Olšák2016-06-082-5/+19
* radeonsi: allow direct hw MSAA resolve for scanout surfacesMarek Olšák2016-06-081-1/+0
* radeonsi: don't allocate DCC for the temporary MSAA resolve surfaceMarek Olšák2016-06-083-2/+5
* radeonsi: don't enable DCC in the sampler if first_level doesn't have itMarek Olšák2016-06-083-7/+21
* winsys/amdgpu: enable DCC for mipmapped texturesMarek Olšák2016-06-083-9/+31
* gallium/radeon: don't disable DCC because of SDMAMarek Olšák2016-06-081-20/+3
* radeonsi: don't flag renderbuffer feedback loop if DCC has just been disabledMarek Olšák2016-06-081-2/+4
* radeonsi: add per-level dcc_enabled flagsMarek Olšák2016-06-086-11/+24
* radeonsi: compute DCC register parameters in si_emit_framebuffer_stateMarek Olšák2016-06-084-14/+12
* gallium/radeon: add an assertion checking the validity of PIPE_BIND_SCANOUTMarek Olšák2016-06-081-3/+10
* gallium/radeon: don't allocate DCC for non-renderable texture formatsMarek Olšák2016-06-083-0/+7
* radeonsi: enable WQM in PS prolog when neededNicolai Hähnle2016-06-072-0/+10
* tgsi/scan: add uses_derivatives (v2)Nicolai Hähnle2016-06-072-0/+31
* swr: fix provoking vertexTim Rowley2016-06-077-12/+77
* st/mesa: revalidate image atoms when a texture is updatedIlia Mirkin2016-06-071-6/+6
* gk104/ir: fix conditions for adding a texbarIlia Mirkin2016-06-071-4/+6
* radeonsi: keep track of dirty descriptor setsNicolai Hähnle2016-06-072-4/+36
* radeonsi: move si_descriptors into a per-context arrayNicolai Hähnle2016-06-073-83/+166
* radeonsi: pass shader stage to si_disable_shader_imageNicolai Hähnle2016-06-071-4/+8
* radeonsi: access descriptor sets via local variablesNicolai Hähnle2016-06-071-31/+41
* radeonsi: add si_set_rw_buffer to be used for internal descriptorsNicolai Hähnle2016-06-073-14/+15
* radeonsi: pass shader stage to si_set_shader_imageNicolai Hähnle2016-06-071-5/+5
* radeonsi: pass shader stage to si_set_sampler_viewNicolai Hähnle2016-06-071-4/+5