- e7ac792 radv: only allocate the GFX9 fence and EOP BOs for the gfx queue by Samuel Pitoiset · 6 years ago
- bd09888 radv: remove old_fence parameter from si_cs_emit_write_event_eop() by Samuel Pitoiset · 6 years ago
- 698afa1 radv: improve gathering of load_push_constants with dynamic bindings by Samuel Pitoiset · 6 years ago
- e0485a1 gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS by Caio Marcelo de Oliveira Filho · 6 years ago
- 8e26d53 nv50,nvc0: mark textures dirty on fb update by Ilia Mirkin · 6 years ago
- 678ef2a ac/nir_to_llvm: fix interpolateAt* for structs by Timothy Arceri · 6 years ago
- 559e5b0 ac/nir_to_llvm: add bindless support for uniform handles by Timothy Arceri · 6 years ago
- f0ed590 radeonsi/nir: add missing piece for bindless image support by Timothy Arceri · 6 years ago
- 1ce5d75 freedreno: core buffer modifier support by Rob Clark · 6 years ago
- c56fe41 loader: fix the no-modifiers case by Rob Clark · 6 years ago
- 7c4b951 freedreno: add query for dmabuf modifiers by Fritz Koenig · 6 years ago
- ddbe617 freedreno: drm_fourcc.h header include by Fritz Koenig · 6 years ago
- 956c219 svga: add new gallium formats to the format conversion table by Brian Paul · 6 years ago
- d85917d radeonsi: rename rfence -> sfence by Marek Olšák · 6 years ago
- 260ff57 radeonsi: rename rbo, rbuffer to buf or buffer by Marek Olšák · 6 years ago
- 63b91f2 radeonsi: rename rsrc -> ssrc, rdst -> sdst by Marek Olšák · 6 years ago
- 4666f36 radeonsi: rename rquery -> squery by Marek Olšák · 6 years ago
- 501ff90 radeonsi: rename r600_resource -> si_resource by Marek Olšák · 6 years ago
- a75b12c vulkan: make generated enum to strings helpers available from c++ by Lionel Landwerlin · 6 years ago
- 1cfbed7 radeonsi: remove r600 from comments by Marek Olšák · 6 years ago
- e0a6399 winsys/amdgpu: rename rfence, rsrc, rdst -> afence, asrc, adst by Marek Olšák · 6 years ago
- 2792ec2 radeonsi: rename rview -> sview by Marek Olšák · 6 years ago
- 96610f6 radeonsi: rename rscreen -> sscreen by Marek Olšák · 6 years ago
- 86e25ed radeonsi: disable render cond & pipeline stats for internal compute dispatches by Marek Olšák · 6 years ago
- 1b25d34 radeonsi: use compute for resource_copy_region when possible by Sonny Jiang · 6 years ago
- 8daf5bb radeonsi: add compute_last_block to configure the partial block fields by Jiang, Sonny · 6 years ago
- b443465 gallium/util: add util_format_snorm8_to_sint8 (from radeonsi) by Marek Olšák · 6 years ago
- 3ee2408 gallium: add SINT formats to have exact counterparts to SNORM formats by Marek Olšák · 6 years ago
- 4d5f8f3 radeonsi: move PKT3_WRITE_DATA generation into a helper function by Marek Olšák · 6 years ago
- c252273 radeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM on >= CIK by Marek Olšák · 6 years ago
- a545415 radeonsi: fix the top-of-pipe fence on SI by Marek Olšák · 6 years ago
- e402961 radeonsi: correct WRITE_DATA.DST_SEL definitions by Marek Olšák · 6 years ago
- c605738 radeonsi: compile clear and copy buffer compute shaders on demand by Marek Olšák · 6 years ago
- f139589 radeonsi: remove redundant call to emit_cache_flush in compute clear/copy by Marek Olšák · 6 years ago
- e3d283e radeonsi: use buffer_store_format_x & xy by Marek Olšák · 6 years ago
- 4c4c8bb radeonsi: fix rendering to tiny viewports where the viewport center is > 8K by Marek Olšák · 6 years ago
- caa2dcd radeonsi: fix a u_blitter crash after a shader with FBFETCH by Marek Olšák · 6 years ago
- c02f761 winsys/amdgpu: use the new BO list API by Marek Olšák · 6 years ago
- ac0f8a6 anv: Implement transform feedback queries by Jason Ekstrand · 6 years ago
- 7f4d9bb genxml: Add SO_PRIM_STORAGE_NEEDED and SO_NUM_PRIMS_WRITTEN by Jason Ekstrand · 6 years ago
- 673f33c anv: Implement CmdBegin/EndQueryIndexed by Jason Ekstrand · 6 years ago
- 2be89cb anv: Implement vkCmdDrawIndirectByteCountEXT by Jason Ekstrand · 6 years ago
- 36ee2fd anv: Implement the basic form of VK_EXT_transform_feedback by Jason Ekstrand · 6 years ago
- 39925d6 anv: Add pipeline cache support for xfb_info by Jason Ekstrand · 6 years ago
- e3bd49e anv: Add but do not enable VK_EXT_transform_feedback by Jason Ekstrand · 6 years ago
- 6b50b0a nir/xfb: distinguish array of structs vs array of blocks by Alejandro Piñeiro · 6 years ago
- ac704e7 nir/xfb: Properly handle arrays of blocks by Jason Ekstrand · 6 years ago
- 5649a0a nir/xfb: don't assert when xfb_buffer/stride is present but not xfb_offset by Alejandro Piñeiro · 6 years ago
- 4f99ac9 nir/xfb: Fix offset accounting for dvec3/4 by Jason Ekstrand · 6 years ago
- 96fa23b nir: Preserve offsets in lower_io_to_scalar_early by Jason Ekstrand · 6 years ago
- b2bbd97 nir: fix lowering arrays to elements for XFB outputs by Samuel Pitoiset · 6 years ago
- 9f4e0aa nir: do not remove varyings used for transform feedback by Samuel Pitoiset · 7 years ago
- 9c14440 spirv: Only set interface_type on blocks by Jason Ekstrand · 6 years ago
- da29594 spirv: Only split blocks by Jason Ekstrand · 6 years ago
- 662cfb1 spirv: Initialize struct member offsets to -1 by Jason Ekstrand · 6 years ago
- b4eae84 anv: Always emit at least one vertex element by Jason Ekstrand · 6 years ago
- 610f956 configure: EGL requirements only apply if EGL is built by Eric Engestrom · 6 years ago
- fc4f6b2 freedreno: a2xx: add partial lower_scalar pass for ir2 by Jonathan Marek · 6 years ago
- 9f614c7 freedreno: a2xx: add ir2 copy propagation by Jonathan Marek · 6 years ago
- c7dbf0b freedreno: a2xx: insert scalar MOV to allow 2 source scalar by Jonathan Marek · 6 years ago
- 67610a0 freedreno: a2xx: NIR backend by Jonathan Marek · 6 years ago
- da3ca69 nir: cleanup glsl_get_struct_field_offset, glsl_get_explicit_stride by Tapani Pälli · 6 years ago
- 41a0c00 travis: fix autotools build after --enable-autotools switch addition by Eric Engestrom · 6 years ago
- 27af1cc spirv: Update the JSON and headers from Khronos master by Jason Ekstrand · 6 years ago
- ca8c6c9 nir: Mark deref UBO and SSBO access as non-scalar by Jason Ekstrand · 6 years ago
- 5ee0adf nir/spirv: handle ContractionOff execution mode by Karol Herbst · 6 years ago
- fa73704 nir/vtn: add caps for some cl related capabilities by Rob Clark · 7 years ago
- ce08e5f vtn: handle SpvExecutionModelKernel by Karol Herbst · 7 years ago
- 8bb46de mesa: add MESA_SHADER_KERNEL by Karol Herbst · 6 years ago
- 2aa78e4 anv/pipeline: Add a pdevice helper variable by Jason Ekstrand · 6 years ago
- 344171b relnotes: Add newly added Vulkan extensions by Jason Ekstrand · 6 years ago
- c7f4a28 anv: Only parse pImmutableSamplers if the descriptor has samplers by Jason Ekstrand · 6 years ago
- f0ba826 radv: prevent dirtying of dynamic state when it does not change by Rhys Perry · 6 years ago
- e4c6423 radv: avoid context rolls when binding graphics pipelines by Rhys Perry · 6 years ago
- 5564a79 radv: add missed situations for scissor bug workaround by Rhys Perry · 6 years ago
- 5d1a290 radv: pass radv_draw_info to radv_emit_draw_registers() by Rhys Perry · 6 years ago
- 5886c5d freedreno: a2xx: sysmem rendering by Jonathan Marek · 6 years ago
- bec6e4b freedreno: a2xx: fix non-zero texture base offsets by Jonathan Marek · 6 years ago
- 02ab85a freedreno: a2xx: fix VERTEX_REUSE/DEALLOC on a20x by Jonathan Marek · 6 years ago
- 0286a11 freedreno: a2xx: fix gmem2mem viewport by Jonathan Marek · 6 years ago
- 64b1252 freedreno: a2xx: cleanup REG_A2XX_PA_CL_VTE_CNTL by Jonathan Marek · 6 years ago
- 6ef7700 freedreno: a2xx: cleanup init_shader_const by Jonathan Marek · 6 years ago
- 0a793c7 nir: add bit_size parameter to system values with multiple allowed bit sizes by Karol Herbst · 6 years ago
- 4125211 nir: add legal bit_sizes to intrinsics by Karol Herbst · 7 years ago
- 27bd07e nir/validate: allow to check against a bitmask of bit_sizes by Karol Herbst · 6 years ago
- b9fec2b nir: replace more nir_load_system_value calls with builder functions by Karol Herbst · 6 years ago
- 987744b glsl/lower_output_reads: set invariant and precise flags on temporaries by Karol Herbst · 6 years ago
- 8002eaa nv50,nvc0: add missing CAPs for unsupported features by Rhys Kidd · 6 years ago
- acdad24 nir/spirv: handle SpvStorageClassCrossWorkgroup by Karol Herbst · 6 years ago
- 36a76b7 nir: rename nir_var_shared to nir_var_mem_shared by Karol Herbst · 6 years ago
- 6fefd69 nir: rename nir_var_ssbo to nir_var_mem_ssbo by Karol Herbst · 6 years ago
- 3afc1e0 nir: rename nir_var_ubo to nir_var_mem_ubo by Karol Herbst · 6 years ago
- 9b24028 nir: rename nir_var_function to nir_var_function_temp by Karol Herbst · 6 years ago
- e5daef9 nir: rename nir_var_private to nir_var_shader_temp by Karol Herbst · 6 years ago
- ad99c16 intel/genxml: add missing MI_PREDICATE compare operations by Lionel Landwerlin · 6 years ago
- 79514cc anv: document cache flushes & invalidations by Lionel Landwerlin · 6 years ago
- 3c4c183 anv: narrow flushing of the render target to buffer writes by Lionel Landwerlin · 6 years ago
- 6ca652f glsl: be much more aggressive when skipping shader compilation by Timothy Arceri · 6 years ago
- c84ec70 intel/fs: Promote execution type to 32-bit when any half-float conversion is needed. by Francisco Jerez · 6 years ago
- 9e669ed ac/nir_to_llvm: fix interpolateAt* for arrays by Timothy Arceri · 6 years ago