| Commit message (Expand) | Author | Age | Files | Lines |
* | vulkan: enum generator: generate extension number defines | Lionel Landwerlin | 2017-09-22 | 1 | -4/+21 |
* | vulkan: enum generator: make registry more flexible | Lionel Landwerlin | 2017-09-22 | 1 | -9/+9 |
* | vulkan: enum generator: sort enums by names | Lionel Landwerlin | 2017-09-22 | 1 | -1/+2 |
* | vulkan: enum generator: align function declarations/prototypes | Lionel Landwerlin | 2017-09-22 | 1 | -21/+21 |
* | util/u_atomic: remove unnecessaty __atomic functions | Grazvydas Ignotas | 2017-09-22 | 1 | -12/+0 |
* | configure: check if -latomic is needed for __atomic_* | Grazvydas Ignotas | 2017-09-22 | 1 | -1/+2 |
* | etnaviv: don't enable RT full-overwrite when logicop is enabled | Lucas Stach | 2017-09-22 | 2 | -6/+14 |
* | Revert "intel: Remove unused device info for KBL GT1.5" | Anuj Phogat | 2017-09-21 | 1 | -0/+11 |
* | gallium/util: Remove unused keymap | Thomas Helland | 2017-09-21 | 3 | -388/+0 |
* | i965: Force outputs_written to contain varyings needed by stream-out. | Kenneth Graunke | 2017-09-21 | 1 | -3/+6 |
* | i965: Compute VS/GS output VUE map from the NIR info. | Kenneth Graunke | 2017-09-21 | 2 | -2/+2 |
* | i965: Handle unwritten PSIZ/VIEWPORT/LAYER outputs in vec4 shaders. | Kenneth Graunke | 2017-09-21 | 1 | -3/+3 |
* | i965: Fix brw_finish_batch to grow the batchbuffer. | Kenneth Graunke | 2017-09-21 | 1 | -7/+10 |
* | i965: Move MI_BATCHBUFFER_END handling into brw_finish_batch(). | Kenneth Graunke | 2017-09-21 | 1 | -7/+7 |
* | radv: Implement VK_AMD_rasterization_order | Nicholas Miell | 2017-09-21 | 2 | -1/+26 |
* | glsl: silence signed/unsigned comparison warning | Brian Paul | 2017-09-21 | 1 | -1/+1 |
* | nv20: Enable ARB_texture_border_clamp | Ilia Mirkin | 2017-09-21 | 1 | -1/+28 |
* | nv20: Fix GL_CLAMP | Ian Romanick | 2017-09-21 | 2 | -3/+32 |
* | gallium: Add PIPE_SHADER_CAP_INT64_ATOMICS | Jan Vesely | 2017-09-21 | 16 | -0/+17 |
* | glsl/linker: properly fix output variable overlap check | Nicolai Hähnle | 2017-09-21 | 1 | -6/+12 |
* | ac/surface: handle error when choosing preferred swizzle mode | Nicolai Hähnle | 2017-09-21 | 1 | -2/+4 |
* | amd/addrlib: fix missing va_end() after va_copy() | Nicolai Hähnle | 2017-09-21 | 1 | -6/+2 |
* | radv: copy the number of viewports/scissors at pipeline bind time | Samuel Pitoiset | 2017-09-21 | 1 | -2/+6 |
* | intel/blorp/hiz: Always set sample number | Topi Pohjolainen | 2017-09-21 | 1 | -0/+11 |
* | i965/gen8: Remove unused gen8_emit_3dstate_multisample() | Topi Pohjolainen | 2017-09-21 | 2 | -17/+0 |
* | mesa: free current ComputeProgram state in _mesa_free_context_data | Tapani Pälli | 2017-09-21 | 1 | -0/+2 |
* | mesa/st: fix infinite loops | Timothy Arceri | 2017-09-21 | 2 | -2/+2 |
* | glsl: merge loop_controls.cpp with loop_unroll.cpp | Timothy Arceri | 2017-09-21 | 5 | -128/+34 |
* | glsl: move loop analysis helpers to loop_analysis.cpp | Timothy Arceri | 2017-09-21 | 3 | -146/+139 |
* | anv: Advertise VK_KHR_maintenance2 | Jason Ekstrand | 2017-09-20 | 1 | -0/+1 |
* | anv/image: Use RENDER_SURFACE_STATE::X/Y Offset on SKL+ | Jason Ekstrand | 2017-09-20 | 1 | -7/+16 |
* | intel/blorp: Handle clearing compressed surfaces | Jason Ekstrand | 2017-09-20 | 1 | -7/+17 |
* | intel/blorp: Internally expose surf_convert_to_uncompressed | Jason Ekstrand | 2017-09-20 | 2 | -13/+21 |
* | anv/image: Support creating uncompressed views of compressed images | Jason Ekstrand | 2017-09-20 | 4 | -5/+187 |
* | anv: Add a new anv_surface_state struct | Jason Ekstrand | 2017-09-20 | 4 | -109/+110 |
* | anv/image: Break surface state fill logic into a helper | Jason Ekstrand | 2017-09-20 | 3 | -112/+151 |
* | anv/image: Add support for the VkImageViewUsageCreateInfoKHR struct | Jason Ekstrand | 2017-09-20 | 1 | -8/+14 |
* | anv: Advertise point clipping properties | Samuel Iglesias Gonsálvez | 2017-09-20 | 1 | -0/+8 |
* | anv: Add support for tessellation domain origin control | Jason Ekstrand | 2017-09-20 | 1 | -10/+21 |
* | spirv: Flip the tessellation winding order | Jason Ekstrand | 2017-09-20 | 3 | -8/+15 |
* | anv/image: Add support for the new depth/stencil layouts | Jason Ekstrand | 2017-09-20 | 1 | -0/+2 |
* | clover: Wait for requested operation if blocking flag is set | Jan Vesely | 2017-09-20 | 1 | -2/+28 |
* | clover: Run the associated action before an event is signalled. | Francisco Jerez | 2017-09-20 | 2 | -11/+12 |
* | clover: Wrap event::wait_count in a method taking care of the required locking. | Francisco Jerez | 2017-09-20 | 2 | -8/+14 |
* | anv/entrypoints_gen: Dedent the C code | Jason Ekstrand | 2017-09-20 | 1 | -196/+195 |
* | radv: Don't use a virtual function for getting the buffer virtual address. | Bas Nieuwenhuizen | 2017-09-20 | 13 | -89/+87 |
* | radv: Only enter the immutable samplers init loop when we have some. | Bas Nieuwenhuizen | 2017-09-20 | 2 | -12/+18 |
* | radv: Use for_each_bit in the descriptor set flush. | Bas Nieuwenhuizen | 2017-09-20 | 1 | -3/+1 |
* | radv: Add VK_KHR_bind_memory2 support. | Bas Nieuwenhuizen | 2017-09-20 | 2 | -24/+59 |
* | llvmpipe, gallivm: implement lod queries (LODQ opcode) | Roland Scheidegger | 2017-09-20 | 5 | -58/+144 |