summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: add GL_PROGRAM_BINARY_FORMAT_MESA enumJordan Justen2017-12-082-1/+9
* intel/cfg: Represent divergent control flow paths caused by non-uniform loop ...Francisco Jerez2017-12-071-6/+69
* intel/fs: Don't let undefined values prevent copy propagation.Francisco Jerez2017-12-071-3/+47
* intel/fs: Restrict live intervals to the subset possibly reachable from any d...Francisco Jerez2017-12-072-4/+42
* intel/fs: Teach instruction scheduler about GRF bank conflict cycles.Francisco Jerez2017-12-073-2/+23
* intel/fs: Implement GRF bank conflict mitigation pass.Francisco Jerez2017-12-075-0/+898
* meson: Fix building gallium media targets with gallium-xlib glxDylan Baker2017-12-071-3/+3
* meson: Add lmsensors to gallium libgl-xlib target.Dylan Baker2017-12-071-1/+3
* meson: add dep_thread to every lib that includes threads.hEric Engestrom2017-12-079-8/+9
* meson: fix pl111 dependency on vc4Eric Engestrom2017-12-073-5/+9
* radv: use a faster version for nir_op_pack_half_2x16Samuel Pitoiset2017-12-071-11/+1
* mesa/spirv: move and rename nir_spirv_supported_capabilitiesAlejandro Piñeiro2017-12-073-15/+15
* util/disk_cache: Remove unneeded free() on always null stringVadym Shovkoplias2017-12-071-1/+0
* spirv: fix bug when OpSpecConstantOp calls a conversionSamuel Iglesias Gonsálvez2017-12-071-6/+21
* spirv: allow specialization constants with bitsize different than 32 bitsSamuel Iglesias Gonsálvez2017-12-071-1/+0
* nir/opcodes: Fix constant-folding of bitfield_insertJames Legg2017-12-071-2/+2
* radv: Add LLVM version to the device name stringAlex Smith2017-12-072-26/+37
* mesa: remove set_entry from forward type declarationsAlejandro Piñeiro2017-12-071-1/+0
* meta: Fix ClearTexture with GL_DEPTH_COMPONENT.Kenneth Graunke2017-12-061-9/+14
* meta: Initialize depth/clear values on declaration.Kenneth Graunke2017-12-061-5/+2
* glsl: get correct member type when processing xfb ifc arraysTimothy Arceri2017-12-071-2/+4
* r600/sb: do not convert if-blocks that contain indirect array accessGert Wollny2017-12-073-2/+5
* r600: add support for compute grid/block sizes. (v2)Dave Airlie2017-12-064-3/+100
* r600: handle image/buffer sizes correctly.Dave Airlie2017-12-063-4/+21
* r600/compute: add support for emitting compute image/buffer atomsDave Airlie2017-12-061-1/+9
* r600/compute: handle atomic counters in compute state.Dave Airlie2017-12-061-0/+9
* r600/compute: add support for TGSI compute shaders. (v1.1)Dave Airlie2017-12-062-28/+103
* r600/shader: add compute support to shader assemblerDave Airlie2017-12-061-0/+14
* r600/texture: drop lowering 1d/2d images to linear.Dave Airlie2017-12-061-8/+0
* mesa: define nir_spirv_supported_capabilitiesAlejandro Piñeiro2017-12-062-13/+15
* anv: fix a case statement in GetMemoryFdPropertiesKHRFredrik Höglund2017-12-061-1/+1
* radv: fix a case statement in GetMemoryFdPropertiesKHRFredrik Höglund2017-12-061-1/+1
* meson: fix keyword argument in declare_dependency()Eric Engestrom2017-12-062-2/+2
* i965: include brw_pipe_control.h in the tarballEmil Velikov2017-12-061-0/+1
* mesa: document _mesa_extension_override_* variablesEmil Velikov2017-12-061-0/+9
* docs: annotate MESA_program_debug as obsoleteEmil Velikov2017-12-061-1/+1
* swr/scons: Fix another intermittent build failureGeorge Kyriazis2017-12-061-0/+1
* radeonsi: make const and stream uploaders allocate read-only memoryMarek Olšák2017-12-061-2/+5
* radeonsi: use a separate allocator for fine fencesMarek Olšák2017-12-063-1/+9
* radeonsi/gfx9: make shader binaries use read-only memoryMarek Olšák2017-12-065-3/+13
* winsys/amdgpu: make IBs use read-only memoryMarek Olšák2017-12-061-0/+1
* radeonsi: print the buffer list for CHECK_VMMarek Olšák2017-12-061-0/+1
* radeonsi: allow DMABUF exports for local buffersMarek Olšák2017-12-061-1/+4
* radeonsi: always place sparse buffers in VRAMNicolai Hähnle2017-12-062-2/+6
* radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE checkNicolai Hähnle2017-12-061-1/+1
* i965/fs: Use untyped_surface_read for 16-bit load_ssboJose Maria Casanova Crespo2017-12-061-7/+20
* i965/fs: Optimize 16-bit SSBO stores by packing two into a 32-bit regJose Maria Casanova Crespo2017-12-061-15/+43
* anv: Enable SPV_KHR_16bit_storage and VK_KHR_16bit_storage for SSBO/UBOAlejandro Piñeiro2017-12-063-0/+15
* i965/fs: Enables 16-bit load_ubo with samplerJason Ekstrand2017-12-061-7/+14
* i965/fs: Helpers for un/shuffle 16-bit pairs in 32-bit componentsJose Maria Casanova Crespo2017-12-062-0/+71