index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Marek Olšák
2019-10-10
2
-4
/
+0
*
tgsi_to_nir: use nir_shader_compiler_options::lower_to_scalar
Marek Olšák
2019-10-10
1
-5
/
+3
*
tgsi_to_nir: add #ifdef header guards
Marek Olšák
2019-10-10
1
-0
/
+5
*
tgsi/scan: add tgsi_shader_info::msaa_images_declared
Marek Olšák
2019-10-09
2
-0
/
+19
*
radeonsi: remove si_vid_join_surfaces and use combined planar allocations
Marek Olšák
2019-10-09
2
-0
/
+45
*
vl: use u_format in vl_video_buffer_formats
Marek Olšák
2019-10-09
3
-100
/
+25
*
gallium/u_tests: test NV12 allocation and export
Marek Olšák
2019-10-09
1
-0
/
+159
*
gallium/util: add planar format layouts and helpers
Marek Olšák
2019-10-09
4
-7
/
+108
*
gallium/util: remove enum numbering from util_format_layout
Marek Olšák
2019-10-09
1
-9
/
+9
*
gallium/tgsi: add support for DEMOTE and READ_HELPER opcodes
Ilia Mirkin
2019-10-07
1
-2
/
+2
*
gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock
Marek Olšák
2019-10-07
3
-14
/
+24
*
util: use simple_mtx_t for util_range
Marek Olšák
2019-10-07
1
-5
/
+6
*
gallium: Add PIPE_CAP_DEMOTE_TO_HELPER_INVOCATION
Caio Marcelo de Oliveira Filho
2019-09-30
1
-0
/
+3
*
tgsi_to_nir: handle PIPE_FORMAT_NONE in image opcodes
Marek Olšák
2019-09-30
1
-0
/
+3
*
gallium/vl: don't set PIPE_HANDLE_USAGE_EXPLICIT_FLUSH
Marek Olšák
2019-09-24
1
-4
/
+1
*
tgsi_to_nir: fix 2-component system values like tess_level_inner_default
Marek Olšák
2019-09-23
1
-1
/
+3
*
tgsi_to_nir: fix masked out image loads
Marek Olšák
2019-09-23
1
-2
/
+1
*
util/u_queue: track job size and limit the size of queue growth
Timothy Arceri
2019-09-19
1
-1
/
+1
*
gallium: extend resource_get_param to be as capable as resource_get_handle
Marek Olšák
2019-09-18
4
-8
/
+29
*
Revert "gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP"
Christian Gmeiner
2019-09-18
1
-0
/
+3
*
gallivm: Limit DEBUG workaround to LLVM < 7
Michel Dänzer
2019-09-17
1
-0
/
+4
*
driconfig: add a new engine name/version parameter
Lionel Landwerlin
2019-09-15
1
-1
/
+1
*
gallium: util_set_vertex_buffers_mask(..): make use of u_bit_consecutive(..)
Christian Gmeiner
2019-09-14
1
-3
/
+2
*
gallium: Restore VSX for llvm >= 4
Adam Jackson
2019-09-12
1
-0
/
+14
*
tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE
Danylo Piliaiev
2019-09-12
1
-1
/
+1
*
gallium/ttn: VARYING_SLOT_PSIZ and VARYING_SLOT_FOGC are scalar
Iago Toral Quiroga
2019-09-12
1
-0
/
+10
*
u_format: float type for R11G11B10_FLOAT/R9G9B9E5_FLOAT
Jonathan Marek
2019-09-11
1
-2
/
+2
*
u_format: add ETC2 to util_format_srgb/util_format_linear
Jonathan Marek
2019-09-11
1
-0
/
+12
*
gallium: Require LLVM >= 3.9
Adam Jackson
2019-09-11
4
-153
/
+3
*
gallium: Require LLVM >= 3.8
Adam Jackson
2019-09-11
1
-4
/
+2
*
gallium: Require LLVM >= 3.7
Adam Jackson
2019-09-11
2
-33
/
+4
*
gallium: Require LLVM >= 3.6
Adam Jackson
2019-09-11
4
-250
/
+82
*
gallium: Require LLVM >= 3.5
Adam Jackson
2019-09-11
3
-28
/
+2
*
gallium: Require LLVM >= 3.4
Adam Jackson
2019-09-11
5
-164
/
+6
*
prog_to_nir, tgsi_to_nir: make sure kill doesn't discard NaNs
Marek Olšák
2019-09-11
1
-0
/
+4
*
gallium: Fix util_format_get_depth_only
Kenneth Graunke
2019-09-10
1
-1
/
+1
*
gallium: Add ARB_gl_spirv support
Caio Marcelo de Oliveira Filho
2019-09-10
1
-0
/
+4
*
gallivm: drop LLVM<3.3 code paths as no build system allows that
Eric Engestrom
2019-09-06
5
-42
/
+36
*
gallivm: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOR
Eric Engestrom
2019-09-06
7
-71
/
+74
*
gallivm: replace major llvm version checks with LLVM_VERSION_MAJOR
Eric Engestrom
2019-09-06
8
-26
/
+34
*
aux/draw: replace binary HAVE_LLVM checks with LLVM_AVAILABLE
Eric Engestrom
2019-09-06
8
-26
/
+26
*
gallivm: replace `0x` version print with actual version string
Eric Engestrom
2019-09-06
1
-2
/
+3
*
tgsi_to_nir: Remove dependency on libglsl.
Timur Kristóf
2019-09-06
2
-14
/
+18
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
1
-1
/
+1
*
gallium: Plumb through a way to disable GLSL const lowering
Connor Abbott
2019-09-05
1
-0
/
+4
*
gallivm: add barrier support for compute shaders.
Dave Airlie
2019-09-04
2
-1
/
+23
*
gallivm: add support for compute shared memory
Dave Airlie
2019-09-04
3
-19
/
+46
*
gallivm: add new compute related intrinsics
Dave Airlie
2019-09-04
2
-0
/
+19
*
gallivm: add coroutine pass manager support
Dave Airlie
2019-09-04
3
-1
/
+32
*
gallivm: add coroutine support files to gallivm.
Dave Airlie
2019-09-04
4
-0
/
+273
[next]