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
*
spirv: Refactor Op[Spec]ConstantComposite and add better validation
Jason Ekstrand
2018-01-08
1
-36
/
+32
*
spirv: Add better validation to Op[Spec]Constant
Jason Ekstrand
2018-01-08
1
-2
/
+7
*
spirv: Remove a pointless assignment in SpvOpSpecConstant
Jason Ekstrand
2018-01-08
1
-1
/
+0
*
spirv: Unify boolean constants and add better validation
Jason Ekstrand
2018-01-08
1
-10
/
+11
*
spirv/info: Add spirv_op_to_string
Jason Ekstrand
2018-01-08
2
-0
/
+11
*
spirv: Make 'info' a local array spirv_info_c.py
Jason Ekstrand
2018-01-08
1
-3
/
+5
*
spirv: Add better error messages in vtn_value helpers
Jason Ekstrand
2018-01-08
1
-11
/
+15
*
spirv: Import 1.2 rev 3 headers and grammar from Khronos
Caio Marcelo de Oliveira Filho
2018-01-08
2
-164
/
+431
*
radv: get InstanceID from VGPR1 (or VGPR2 for tess) instead of VGPR3
Samuel Pitoiset
2018-01-08
1
-8
/
+24
*
radv: avoid PS partial flushes when viewports/scissors don't change
Samuel Pitoiset
2018-01-08
1
-6
/
+33
*
radv: add has_scissor_bug for Vega10 and Raven
Samuel Pitoiset
2018-01-08
3
-2
/
+6
*
radv/gfx9: do not load VGPR1 when GS uses points or lines
Samuel Pitoiset
2018-01-08
1
-1
/
+3
*
radv: make shader BOs read-only for the GPU
Samuel Pitoiset
2018-01-08
3
-1
/
+7
*
radv: make descriptor BOs read-only for the GPU
Samuel Pitoiset
2018-01-08
2
-3
/
+7
*
radv: make the indirect GFX config BO read-only for the GPU
Samuel Pitoiset
2018-01-08
1
-1
/
+2
*
radv/winsys: make IBs read-only for the GPU
Samuel Pitoiset
2018-01-08
1
-6
/
+11
*
radv/winsys: add RADEON_FLAG_READ_ONLY
Samuel Pitoiset
2018-01-08
2
-1
/
+4
*
radv/winsys: rework radv_amdgpu_bo_va_op()
Samuel Pitoiset
2018-01-08
1
-17
/
+23
*
link mesautil with pthreads
Igor Gnatenko
2018-01-08
1
-0
/
+2
*
anv: Allow PMA optimization to be enabled in secondary command buffers
Alex Smith
2018-01-08
1
-1
/
+21
*
glsl: Respect std430 layout in lower_buffer_access
Florian Will
2018-01-08
1
-4
/
+10
*
nir: fix st_nir_assign_var_locations for patch variables
Karol Herbst
2018-01-08
1
-2
/
+6
*
nvc0: enable bindless on kepler
Ilia Mirkin
2018-01-07
3
-4
/
+5
*
nvc0: add bindless image support for kepler
Ilia Mirkin
2018-01-07
11
-75
/
+272
*
nvc0: add support for bindless textures on kepler+
Ilia Mirkin
2018-01-07
10
-5
/
+183
*
nv50/ir: use the image info in the instruction rather than decl
Ilia Mirkin
2018-01-07
1
-52
/
+24
*
nvc0/ir: safen up lowering logic against overwriting reused values
Ilia Mirkin
2018-01-07
1
-2
/
+4
*
nvc0: update tic in-place when buffer address changes
Ilia Mirkin
2018-01-07
2
-14
/
+21
*
nvc0: ensure that pushbuf keeps ref to old text/tls bos
Ilia Mirkin
2018-01-07
1
-0
/
+13
*
i965: Torch public intel_batchbuffer_emit_dword/float helpers.
Kenneth Graunke
2018-01-06
2
-15
/
+2
*
i965: Require space for MI_BATCHBUFFER_END.
Kenneth Graunke
2018-01-06
1
-2
/
+5
*
i965: Shut up a few unused variable warnings.
Kenneth Graunke
2018-01-06
1
-2
/
+2
*
ac: add ac_build_fmin/fmax helpers
Marek Olšák
2018-01-06
2
-15
/
+22
*
mesa: remove dd_function_table::GetCompressedTexSubImage and clean it up
Marek Olšák
2018-01-06
5
-32
/
+11
*
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
[next]