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
path:
root
/
src
/
gallium
/
auxiliary
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/auxiliary: Handle count == 0 in u_vbuf_get_minmax_index_mapped
Icecream95
2019-12-16
1
-0
/
+6
*
gallium/auxiliary: Reduce conversions in u_vbuf_get_minmax_index_mapped
Icecream95
2019-12-16
1
-6
/
+12
*
vc4: move the draw splitting routine to shared code
Erico Nunes
2019-12-14
2
-0
/
+115
*
gallium/util: add alignment parameter to util_upload_index_buffer
Erico Nunes
2019-12-14
2
-3
/
+3
*
util: Don't access members of NULL pointers
Tomeu Vizoso
2019-12-12
1
-5
/
+10
*
gallium/util: Support POLYGON in u_stream_outputs_for_vertices
Alyssa Rosenzweig
2019-12-09
1
-1
/
+8
*
mesa/main/util: moving gallium u_mm to util, remove main/mm
Alejandro Piñeiro
2019-12-02
2
-390
/
+0
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
44
-11222
/
+22
*
u_format: Fix swizzle of A1R5G5B5.
Eric Anholt
2019-11-08
1
-1
/
+1
*
gallium: Add equivalents of packed MESA_FORMAT_*UINT formats.
Eric Anholt
2019-11-07
1
-0
/
+17
*
gallium: Add an equivalent of MESA_FORMAT_BGR_UNORM8.
Eric Anholt
2019-11-07
1
-0
/
+1
*
gallium: Add some more channel orderings of packed formats.
Eric Anholt
2019-11-07
1
-0
/
+8
*
gallium: Add defines for FXT1 texture compression.
Eric Anholt
2019-11-07
3
-1
/
+7
*
util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
Dylan Baker
2019-11-05
2
-12
/
+12
*
util/u_endian: set PIPE_ARCH_*_ENDIAN to 1
Dylan Baker
2019-11-05
2
-11
/
+11
*
util: remove LIST_IS_EMPTY macro
Timothy Arceri
2019-10-28
1
-4
/
+4
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
2
-4
/
+4
*
util: remove LIST_DELINIT macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_REPLACE macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_ADD macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
2
-2
/
+2
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
2
-3
/
+3
*
gallium: Fix a bunch of undefined left-shifts in u_format_*
Adam Jackson
2019-10-24
3
-56
/
+56
*
gallium/util: Cast to target type before shifting left
Michel Dänzer
2019-10-24
1
-1
/
+1
*
gallium: Drop the unused PIPE_FORMAT_A*L* formats.
Eric Anholt
2019-10-20
2
-8
/
+0
*
gallium/util: don't depend on implementation defined behavior in listen()
Lucas Stach
2019-10-18
1
-1
/
+1
*
gallium/u_blitter: remove an unused variable
Marek Olšák
2019-10-17
1
-2
/
+0
*
mesa/st: support lowering user-clip-planes automatically
Erik Faye-Lund
2019-10-17
1
-0
/
+1
*
mesa/gallium: automatically lower two-sided lighting
Erik Faye-Lund
2019-10-17
1
-0
/
+1
*
mesa/gallium: automatically lower point-size
Erik Faye-Lund
2019-10-17
1
-0
/
+1
*
mesa/gallium: automatically lower alpha-testing
Erik Faye-Lund
2019-10-17
1
-0
/
+1
*
gallium: add flatshade lowering capability
Dave Airlie
2019-10-17
1
-0
/
+3
*
gallium/u_blitter: set a more sane viewport-state
Erik Faye-Lund
2019-10-17
1
-6
/
+5
*
gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLE
James Xiong
2019-10-14
1
-1
/
+1
*
gallium: add a a new cap for changing the TGSI TG4 instruction encoding
Dave Airlie
2019-10-11
1
-0
/
+1
*
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: 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
*
util/u_queue: track job size and limit the size of queue growth
Timothy Arceri
2019-09-19
1
-1
/
+1
*
Revert "gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP"
Christian Gmeiner
2019-09-18
1
-0
/
+3
*
gallium: util_set_vertex_buffers_mask(..): make use of u_bit_consecutive(..)
Christian Gmeiner
2019-09-14
1
-3
/
+2
*
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: 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
*
gallium: Plumb through a way to disable GLSL const lowering
Connor Abbott
2019-09-05
1
-0
/
+4
*
gallium: Don't emit identical endian-dependent pack/unpack code.
Eric Anholt
2019-08-28
1
-5
/
+11
[next]