| Commit message (Expand) | Author | Age | Files | Lines |
* | util/disk_cache: Remove unneeded free() on always null string | Vadym Shovkoplias | 2017-12-07 | 1 | -1/+0 |
* | spirv: fix bug when OpSpecConstantOp calls a conversion | Samuel Iglesias Gonsálvez | 2017-12-07 | 1 | -6/+21 |
* | spirv: allow specialization constants with bitsize different than 32 bits | Samuel Iglesias Gonsálvez | 2017-12-07 | 1 | -1/+0 |
* | nir/opcodes: Fix constant-folding of bitfield_insert | James Legg | 2017-12-07 | 1 | -2/+2 |
* | radv: Add LLVM version to the device name string | Alex Smith | 2017-12-07 | 2 | -26/+37 |
* | mesa: remove set_entry from forward type declarations | Alejandro Piñeiro | 2017-12-07 | 1 | -1/+0 |
* | meta: Fix ClearTexture with GL_DEPTH_COMPONENT. | Kenneth Graunke | 2017-12-06 | 1 | -9/+14 |
* | meta: Initialize depth/clear values on declaration. | Kenneth Graunke | 2017-12-06 | 1 | -5/+2 |
* | glsl: get correct member type when processing xfb ifc arrays | Timothy Arceri | 2017-12-07 | 1 | -2/+4 |
* | r600/sb: do not convert if-blocks that contain indirect array access | Gert Wollny | 2017-12-07 | 3 | -2/+5 |
* | r600: add support for compute grid/block sizes. (v2) | Dave Airlie | 2017-12-06 | 4 | -3/+100 |
* | r600: handle image/buffer sizes correctly. | Dave Airlie | 2017-12-06 | 3 | -4/+21 |
* | r600/compute: add support for emitting compute image/buffer atoms | Dave Airlie | 2017-12-06 | 1 | -1/+9 |
* | r600/compute: handle atomic counters in compute state. | Dave Airlie | 2017-12-06 | 1 | -0/+9 |
* | r600/compute: add support for TGSI compute shaders. (v1.1) | Dave Airlie | 2017-12-06 | 2 | -28/+103 |
* | r600/shader: add compute support to shader assembler | Dave Airlie | 2017-12-06 | 1 | -0/+14 |
* | r600/texture: drop lowering 1d/2d images to linear. | Dave Airlie | 2017-12-06 | 1 | -8/+0 |
* | mesa: define nir_spirv_supported_capabilities | Alejandro Piñeiro | 2017-12-06 | 2 | -13/+15 |
* | anv: fix a case statement in GetMemoryFdPropertiesKHR | Fredrik Höglund | 2017-12-06 | 1 | -1/+1 |
* | radv: fix a case statement in GetMemoryFdPropertiesKHR | Fredrik Höglund | 2017-12-06 | 1 | -1/+1 |
* | meson: fix keyword argument in declare_dependency() | Eric Engestrom | 2017-12-06 | 2 | -2/+2 |
* | i965: include brw_pipe_control.h in the tarball | Emil Velikov | 2017-12-06 | 1 | -0/+1 |
* | mesa: document _mesa_extension_override_* variables | Emil Velikov | 2017-12-06 | 1 | -0/+9 |
* | docs: annotate MESA_program_debug as obsolete | Emil Velikov | 2017-12-06 | 1 | -1/+1 |
* | swr/scons: Fix another intermittent build failure | George Kyriazis | 2017-12-06 | 1 | -0/+1 |
* | radeonsi: make const and stream uploaders allocate read-only memory | Marek Olšák | 2017-12-06 | 1 | -2/+5 |
* | radeonsi: use a separate allocator for fine fences | Marek Olšák | 2017-12-06 | 3 | -1/+9 |
* | radeonsi/gfx9: make shader binaries use read-only memory | Marek Olšák | 2017-12-06 | 5 | -3/+13 |
* | winsys/amdgpu: make IBs use read-only memory | Marek Olšák | 2017-12-06 | 1 | -0/+1 |
* | radeonsi: print the buffer list for CHECK_VM | Marek Olšák | 2017-12-06 | 1 | -0/+1 |
* | radeonsi: allow DMABUF exports for local buffers | Marek Olšák | 2017-12-06 | 1 | -1/+4 |
* | radeonsi: always place sparse buffers in VRAM | Nicolai Hähnle | 2017-12-06 | 2 | -2/+6 |
* | radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE check | Nicolai Hähnle | 2017-12-06 | 1 | -1/+1 |
* | i965/fs: Use untyped_surface_read for 16-bit load_ssbo | Jose Maria Casanova Crespo | 2017-12-06 | 1 | -7/+20 |
* | i965/fs: Optimize 16-bit SSBO stores by packing two into a 32-bit reg | Jose Maria Casanova Crespo | 2017-12-06 | 1 | -15/+43 |
* | anv: Enable SPV_KHR_16bit_storage and VK_KHR_16bit_storage for SSBO/UBO | Alejandro Piñeiro | 2017-12-06 | 3 | -0/+15 |
* | i965/fs: Enables 16-bit load_ubo with sampler | Jason Ekstrand | 2017-12-06 | 1 | -7/+14 |
* | i965/fs: Helpers for un/shuffle 16-bit pairs in 32-bit components | Jose Maria Casanova Crespo | 2017-12-06 | 2 | -0/+71 |
* | i965/fs: Use byte scattered read for 16-bit load_ssbo | Jose Maria Casanova Crespo | 2017-12-06 | 1 | -1/+13 |
* | i965/fs: Add byte scattered read message and fs support | Jose Maria Casanova Crespo | 2017-12-06 | 9 | -1/+94 |
* | i965/fs: Predicate byte scattered writes if needed | Alejandro Piñeiro | 2017-12-06 | 1 | -1/+14 |
* | i965/fs: Use byte_scattered_write on 16-bit store_ssbo | Alejandro Piñeiro | 2017-12-06 | 1 | -20/+45 |
* | i965/fs: Add byte scattered write message and fs support | Jose Maria Casanova Crespo | 2017-12-06 | 9 | -0/+118 |
* | i965/fs: Add remove_extra_rounding_modes optimization | Alejandro Piñeiro | 2017-12-06 | 3 | -0/+39 |
* | i965/fs: Enable rounding mode on f2f16 ops | Alejandro Piñeiro | 2017-12-06 | 1 | -0/+18 |
* | i965/fs: Define new shader opcode to set rounding modes | Alejandro Piñeiro | 2017-12-06 | 5 | -0/+62 |
* | i965: Add support for control register | Jose Maria Casanova Crespo | 2017-12-06 | 1 | -0/+6 |
* | i965/fs: Handle 32-bit to 16-bit conversions | Alejandro Piñeiro | 2017-12-06 | 1 | -0/+25 |
* | i965/fs: Remove BRW_REGISTER_TYPE_HF assert at get_exec_type | Alejandro Piñeiro | 2017-12-06 | 1 | -3/+0 |
* | i965: Support for 16-bit base types in helper functions | Jose Maria Casanova Crespo | 2017-12-06 | 3 | -0/+25 |