summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: unspills shoudn't use grf127 as dest since Gen8+Jose Maria Casanova Crespo2018-07-132-5/+34
* glx: Don't allow glXMakeContextCurrent() with only one valid drawableAdam Jackson2018-07-101-0/+7
* intel/compiler: grf127 can not be dest when src and dest overlap in sendJose Maria Casanova Crespo2018-07-101-0/+11
* i965/fs: Register allocator shoudn't use grf127 for sends destJose Maria Casanova Crespo2018-07-101-0/+25
* glsl: Treat sampler2DRect and sampler2DRectShadow as reserved in ES2zhaowei yuan2018-07-101-2/+2
* intel/fs: Mark LINTERP opcode as writing accumulator on platforms without PLNJason Ekstrand2018-07-091-1/+2
* i965: fix clear color bo address relocationLionel Landwerlin2018-07-091-1/+1
* st/dri: fix a crash in server_wait_syncMarek Olšák2018-07-091-0/+6
* i965/fs: Properly handle sign(-abs(x))Ian Romanick2018-07-091-3/+12
* i965/vec4: Properly handle sign(-abs(x))Ian Romanick2018-07-091-1/+17
* intel/compiler: Relax mixed type restriction for saturating immediatesIan Romanick2018-07-092-4/+22
* r600/sb: fix crash in fold_alu_op3Roland Scheidegger2018-07-091-0/+2
* radv: fix emitting the view index on GFX9Samuel Pitoiset2018-07-061-1/+2
* i965: Fix output register sizes when variable ranges are interleavedNeil Roberts2018-07-051-7/+18
* r600/sb: cleanup if_conversion iterator to be legal C++Dave Airlie2018-07-051-7/+4
* nir: fix selection of loop terminator when two or more have the same limitTimothy Arceri2018-07-032-4/+4
* i965/vec4: Don't cmod propagate from CMP to ADD if the writemask isn't compat...Ian Romanick2018-07-032-5/+87
* glsl/cache: save and restore ExternalSamplersUsedMarek Olšák2018-07-031-0/+2
* anv/cmd_buffer: never shrink the push constant buffer sizeIago Toral Quiroga2018-07-031-1/+16
* anv/cmd_buffer: clean dirty push constants flag after emitting push constantsIago Toral Quiroga2018-07-031-0/+2
* anv/cmd_buffer: make descriptors dirty when emitting base state addressIago Toral Quiroga2018-07-031-0/+5
* anv: Be more careful about hashing pipeline layoutsJason Ekstrand2018-07-031-3/+38
* radeonsi: fix memory exhaustion issue with DCC statistics gathering with DRI2Marek Olšák2018-07-031-3/+27
* glsl: skip comparison opt when adding vars of different sizeTimothy Arceri2018-07-031-0/+6
* nvc0/ir: fix TargetNVC0::insnCanLoadOffset()Rhys Perry2018-07-031-0/+1
* intel/fs: Split instructions low to high in lower_simd_widthJason Ekstrand2018-07-031-2/+35
* egl: fix build race in automakeRoss Burton2018-07-031-0/+1
* radv: use separate bind points for the dynamic buffersSamuel Pitoiset2018-06-272-3/+11
* nir/validate: Use the type from the tail of call parameter derefsJason Ekstrand2018-06-261-2/+4
* nir: Handle call instructions in foreach_srcJason Ekstrand2018-06-261-1/+16
* glsl: serialize data from glTransformFeedbackVaryingsTapani Pälli2018-06-261-0/+20
* i965/gen6/gs: Handle case where a GS doesn't allocate VUEAndrii Simiklit2018-06-261-21/+21
* radv: ignore pInheritanceInfo for primary command buffersSamuel Pitoiset2018-06-261-1/+2
* radv: fix HTILE metadata initialization in presence of subpass clearsSamuel Pitoiset2018-06-251-8/+1
* mesa: fix glGetInteger64v for arrays of integersMarek Olšák2018-06-221-1/+1
* glsl/tests/glcpp: reinstate "error out if no tests found"Emil Velikov2018-06-211-0/+9
* freedreno/ir3: fix base_vertexRob Clark2018-06-211-0/+1
* radeonsi: always put persistent buffers into GTT on radeonMarek Olšák2018-06-201-1/+5
* ac/gpu_info: add kernel_flushes_hdp_before_ibMarek Olšák2018-06-204-4/+7
* ac/surface: Set compressZ for stencil-only surfaces.Bas Nieuwenhuizen2018-06-191-1/+1
* virgl: Remove debugging left-oversTomeu Vizoso2018-06-191-2/+0
* meson: fix i965/anv/isl genX static lib namesEric Engestrom2018-06-183-3/+3
* radv: fix bitwise checkEric Engestrom2018-06-181-1/+1
* radv: fix reported number of available VGPRsEric Engestrom2018-06-181-1/+1
* radv: fix emitting the TCS regs on GFX9Samuel Pitoiset2018-06-181-1/+0
* glsl: Don't copy propagate elements from SSBO or shared variables eitherIan Romanick2018-06-151-0/+8
* glsl: Don't copy propagate from SSBO or shared variables eitherIan Romanick2018-06-151-0/+2
* util/bitset: include util/macro.hChristian Gmeiner2018-06-151-0/+1
* meson: only build vl_winsys_dri.c when x11 platform is usedLukas Rusak2018-06-151-1/+1
* glsl: allow standalone semicolons outside main()Dave Airlie2018-06-151-0/+1