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
*
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
*
gallivm/flow: add counter reset for loops
Dave Airlie
2019-09-04
2
-0
/
+20
*
gallium/hud: add CPU usage support for DragonFly/NetBSD/OpenBSD
Jan Beich
2019-09-03
1
-2
/
+41
*
ttn: fix 64-bit shift on 32-bit `1`
Eric Engestrom
2019-09-04
1
-1
/
+1
*
ttn: Fill out more info fields
Connor Abbott
2019-09-03
1
-0
/
+4
*
gallium/auxiliary/indices: consistently apply start only to input
Erik Faye-Lund
2019-08-31
1
-10
/
+10
*
gallivm: disable accurate cube corner for integer textures.
Dave Airlie
2019-08-30
1
-1
/
+6
*
gallivm: use fallback code for mul_hi with llvm >= 7.0
Roland Scheidegger
2019-08-29
1
-1
/
+6
*
gallium: Don't emit identical endian-dependent pack/unpack code.
Eric Anholt
2019-08-28
1
-5
/
+11
*
gallium: Fix big-endian addressing of non-bitmask array formats.
Eric Anholt
2019-08-28
1
-6
/
+17
*
gallium: Drop a bit of dead code from the pack/unpack python.
Eric Anholt
2019-08-28
1
-2
/
+0
*
gallium: Drop the useless union wrapper on pack/unpack.
Eric Anholt
2019-08-28
1
-28
/
+22
*
gallium: Skip generating the pack/unpack union if we don't use it.
Eric Anholt
2019-08-28
1
-1
/
+1
*
gallivm: fix appveyor build after images changes
Dave Airlie
2019-08-27
1
-1
/
+2
*
llvmpipe: enable ARB_shader_image_load_store
Dave Airlie
2019-08-27
1
-1
/
+2
*
gallivm: add memory barrier support
Dave Airlie
2019-08-27
1
-0
/
+11
*
gallivm: add support for fences api on older llvm
Dave Airlie
2019-08-27
2
-0
/
+16
*
draw: add vs/gs images support
Dave Airlie
2019-08-27
8
-7
/
+316
[next]