index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Tidy up the 4.6 section of GL4x.xml
Neil Roberts
2018-01-06
1
-5
/
+10
*
radv: remove unused radv_color_buffer_info::cb_clear_valueX
Samuel Pitoiset
2018-01-05
1
-2
/
+0
*
anv: Take write mask into account in has_color_buffer_write_enabled
Alex Smith
2018-01-05
1
-9
/
+18
*
mesa: Add GL4.6 aliases of functions from GL_ARB_indirect_parameters
Neil Roberts
2018-01-05
1
-0
/
+22
*
radv: enable denorms for 64-bit and 16-bit floats
Samuel Pitoiset
2018-01-05
1
-0
/
+14
*
amd/common: correctly detect if we need ring buffers
Samuel Pitoiset
2018-01-05
1
-7
/
+9
*
amd/common: use ac_image_load when lod is zero
Samuel Pitoiset
2018-01-05
1
-1
/
+3
*
radv: limit the scissor bug workaround to Vega 10 and Raven
Samuel Pitoiset
2018-01-05
1
-1
/
+6
*
glsl/standalone: set MaxTransformFeedbackBuffers
Alejandro Piñeiro
2018-01-05
1
-0
/
+3
*
glsl/standalone: set MaxVertexStreams
Alejandro Piñeiro
2018-01-05
1
-0
/
+3
*
glsl/standalone: set MaxUniformBufferBindings
Alejandro Piñeiro
2018-01-05
1
-0
/
+3
*
glsl/standalone: point which arguments are mandatory
Alejandro Piñeiro
2018-01-05
1
-1
/
+4
*
ac: rework ac_llvm_extract_elem()
Timothy Arceri
2018-01-05
1
-3
/
+3
*
st/glsl_to_nir/radeonsi: enable tessellation shaders
Timothy Arceri
2018-01-05
2
-1
/
+5
*
gallium/tgsi: add patch support to tgsi_get_gl_varying_semantic()
Timothy Arceri
2018-01-05
1
-3
/
+8
*
radeonsi: add dummy implementation of si_nir_scan_tess_ctrl()
Timothy Arceri
2018-01-05
3
-0
/
+23
*
ac/radeonsi: add load_tess_coord() to the abi
Timothy Arceri
2018-01-05
3
-24
/
+42
*
radeonsi: make si_llvm_emit_tcs_epilogue compatible with emit_outputs abi
Timothy Arceri
2018-01-05
1
-3
/
+7
*
radeonsi/nir: gather tess properties
Timothy Arceri
2018-01-05
1
-0
/
+29
*
ac/radeonsi: add tcs_rel_ids to the abi
Timothy Arceri
2018-01-05
4
-18
/
+18
*
radeonsi: add unpack_llvm_param() helper
Timothy Arceri
2018-01-05
1
-6
/
+12
*
ac: add {tcs,tes}_patch_id to the abi
Timothy Arceri
2018-01-05
4
-19
/
+16
*
radeonsi: add nir support for tcs outputs
Timothy Arceri
2018-01-05
1
-0
/
+118
*
ac: move some helpers to ac_llvm_build.c
Timothy Arceri
2018-01-05
3
-40
/
+50
*
ac: add store_tcs_outputs() to the abi
Timothy Arceri
2018-01-05
2
-24
/
+51
*
radeonsi: add si_nir_load_input_tcs()
Timothy Arceri
2018-01-05
1
-0
/
+45
*
radeonsi: add get_dw_address_from_generic_indices() helper
Timothy Arceri
2018-01-05
1
-30
/
+46
*
ac: call load_tcs_input() via the abi
Timothy Arceri
2018-01-05
1
-19
/
+17
*
ac: add load_tes_inputs() to the abi
Timothy Arceri
2018-01-05
3
-22
/
+52
*
radeonsi: add si_nir_load_input_tes()
Timothy Arceri
2018-01-05
2
-0
/
+59
*
swr/rast: fix invalid sign masks in avx512 simdlib code
Tim Rowley
2018-01-04
3
-3
/
+3
*
radv: Use correct flush bits for flushing L2 during CB/DB flushes.
Bas Nieuwenhuizen
2018-01-04
1
-13
/
+16
*
radv: Invalidate L1 for VK_ACCESS_VERTEX_ATTRIBUTE_READ_BIT.
Bas Nieuwenhuizen
2018-01-04
1
-1
/
+1
*
radv/gfx9: reduce the number of input VGPRs for the GS stage
Samuel Pitoiset
2018-01-04
1
-1
/
+14
*
amd/common: scan if gl_PrimitiveID is used before translating to LLVM
Samuel Pitoiset
2018-01-04
5
-10
/
+7
*
amd/common: scan if gl_InvocationID is used
Samuel Pitoiset
2018-01-04
2
-0
/
+4
*
egl/android: Fix build break with dri2_initialize_android _EGLDisplay parameter
Rob Herring
2018-01-04
1
-15
/
+15
*
anv: Add missing unlock in anv_scratch_pool_alloc
Alex Smith
2018-01-04
1
-1
/
+3
*
mesa/bindless: fix missing image _Layer initialization
Ilia Mirkin
2018-01-04
1
-0
/
+1
*
radeonsi: fix alpha-to-coverage if color writes are disabled
Józef Kucia
2018-01-04
1
-0
/
+3
*
ac: rename has_sync_file to has_fence_to_handle.
Bas Nieuwenhuizen
2018-01-04
4
-6
/
+6
*
ac/nir: Handle loading data from compact arrays.
Bas Nieuwenhuizen
2018-01-04
1
-6
/
+7
*
radv: Allow writing 0 scissors.
Bas Nieuwenhuizen
2018-01-04
1
-1
/
+2
*
radv: Use correct HTILE expanded words.
Bas Nieuwenhuizen
2018-01-04
1
-2
/
+4
*
ac: rename has_syncobj_wait -> has_syncobj_wait_for_submit
Marek Olšák
2018-01-04
4
-7
/
+7
*
braodcom/vc5: Fix internal type/bpp for RGB10_A2UI images.
Eric Anholt
2018-01-03
1
-0
/
+1
*
broadcom/vc5: Try to fix up compressed texture load/store.
Eric Anholt
2018-01-03
1
-2
/
+15
*
broadcom/vc5: Fix image_h value for CPU-side tiling on miplevels > 1.
Eric Anholt
2018-01-03
1
-1
/
+2
*
broadcom/vc5: Fix discard_if during control flow.
Eric Anholt
2018-01-03
1
-1
/
+1
*
broadcom/vc5: Disable early Z when the stencil func isn't ALWAYS.
Eric Anholt
2018-01-03
1
-1
/
+3
[next]