summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-07disk_cache: make the thread queue resizable and low priorityMarek Olšák1-6/+8
2017-09-07loader/dri3: Make sure we invalidate a drawable on size changeThomas Hellstrom1-0/+2
2017-09-07loader/dri3: Process event after each fence waitThomas Hellstrom1-7/+10
2017-09-07st/mesa: skip draw calls with pipe_draw_info::count == 0Marek Olšák1-1/+6
2017-09-07radv: do not use a bitfield when dirtying the vertex buffersSamuel Pitoiset2-3/+4
2017-09-07radv: remove unused radv_meta_saved_state::vertex_saved fieldSamuel Pitoiset2-8/+0
2017-09-07mesa: allow user to set MESA_NO_ERROR=0Eric Engestrom1-1/+2
2017-09-07util: rename include guard to avoid clashEric Engestrom1-3/+3
2017-09-07llvmpipe, tgsi: hook up dx10 gather4 opcodeRoland Scheidegger2-8/+25
2017-09-07llvmpipe, draw: increase shader cache limitsRoland Scheidegger2-4/+2
2017-09-07ac/surface: reduce gfx9_surface_layout size.Dave Airlie1-2/+3
2017-09-07radv: reduce radv_amdgpu_winsys struct size.Dave Airlie1-3/+3
2017-09-07radv: reduce radv_image struct size.Dave Airlie1-3/+2
2017-09-07radv: reduce radv_shader_variant struct size.Dave Airlie1-1/+1
2017-09-07radv: reduce radv_cmd_state struct size.Dave Airlie1-2/+2
2017-09-07radv: reduce meta_saved_state struct size.Dave Airlie1-4/+3
2017-09-07nir: put compact into bitfields in nir_variable_dataDave Airlie1-1/+1
2017-09-06anv: Annotate entrypoint table with index and func nameChad Versace1-2/+2
2017-09-06radeon/uvd: fix the assertion check for YUYV formatLeo Liu1-3/+5
2017-09-06intel: Remove unused device info for KBL GT1.5Anuj Phogat1-11/+0
2017-09-06mesa: replace date/time macros with MESA_GIT_SHA1Emil Velikov1-3/+7
2017-09-06mesa: don't use %s for PACKAGE_VERSION macroEmil Velikov2-4/+4
2017-09-06egl/x11: advertise __DRI_USE_INVALIDATE for DRI2Emil Velikov1-0/+1
2017-09-06egl/x11/dri3: adding missing __DRI_BACKGROUND_CALLABLE extensionEmil Velikov1-0/+1
2017-09-06i965: expose RGBA visuals only on AndroidEmil Velikov1-1/+22
2017-09-06swr/rast: FE/Clipper - unify SIMD8/16 functions using simdlib typesTim Rowley3-1189/+446
2017-09-06swr/rast: Remove use of C++14 template variableTim Rowley2-6/+14
2017-09-06swr/rast: SIMD16 FE remove templated immediates workaroundTim Rowley1-90/+20
2017-09-06swr/rast: SIMD16 PA - rename Assemble_simd16 to AssembleTim Rowley3-31/+15
2017-09-06swr/rast: FE/Binner - unify SIMD8/16 functions using simdlib typesTim Rowley5-1739/+696
2017-09-06swr/rast: Removed some trailing whitespace caught during reviewTim Rowley3-10/+10
2017-09-06swr: set caps for VB 4-byte alignmentTim Rowley1-3/+6
2017-09-06swr/rast: Allow gather of floats from fetch shader with 2-4GB offsetsTim Rowley2-1/+7
2017-09-06radv: fix error code when resizing the upload BOSamuel Pitoiset1-1/+1
2017-09-06mesa/st/st_glsl_to_tgsi_temprename.cpp: Fix compilation with MSVCGert Wollny1-1/+9
2017-09-06mesa/st: glsl_to_tgsi: tie in new temporary register merge approachGert Wollny1-50/+16
2017-09-06mesa/st: glsl_to_tgsi: Add test set for evaluation of rename mappingGert Wollny1-0/+169
2017-09-06mesa/st: glsl_to_tgsi: add register rename mapping evaluatorGert Wollny3-5/+137
2017-09-06mesa/st: glsl_to_tgsi: add tests for the new temporary lifetime trackerGert Wollny5-4/+1482
2017-09-06mesa/st: glsl_to_tgsi: implement new temporary register lifetime trackerGert Wollny3-0/+943
2017-09-06mesa/st: glsl_to_tgsi move some helper classes to extra filesGert Wollny4-287/+368
2017-09-06st_glsl_to_tgsi: rewrite rename registers to use array fully.Dave Airlie1-29/+26
2017-09-06radeonsi/gfx9: proper workaround for LS/HS VGPR initialization bugNicolai Hähnle5-24/+85
2017-09-06ac/debug: take ASIC generation into account when printing registersNicolai Hähnle2-107/+177
2017-09-06amd/common: pass chip_class to ac_dump_regNicolai Hähnle3-60/+75
2017-09-06ac/sid_tables: add FieldTable objectNicolai Hähnle1-30/+85
2017-09-06ac/sid_tables: remove unused variable varname_valuesNicolai Hähnle1-1/+0
2017-09-06radeonsi/gfx9: always flush DB metadata on framebuffer changesNicolai Hähnle3-4/+14
2017-09-06util/ralloc: set prev-pointers correctly in ralloc_adoptNicolai Hähnle1-1/+3
2017-09-06mesa/main: Fix GetTextureImage error reportingIago Toral Quiroga1-1/+1