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
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
/
+2
*
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
/
+1
*
gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLE
James Xiong
2019-10-14
1
-2
/
+1
*
gallium: add a a new cap for changing the TGSI TG4 instruction encoding
Dave Airlie
2019-10-11
2
-0
/
+9
*
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Marek Olšák
2019-10-10
1
-1
/
+0
*
gallium/tgsi: add support for DEMOTE and READ_HELPER opcodes
Ilia Mirkin
2019-10-07
1
-0
/
+21
*
gallium: Add PIPE_CAP_DEMOTE_TO_HELPER_INVOCATION
Caio Marcelo de Oliveira Filho
2019-09-30
1
-0
/
+1
*
Revert "gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP"
Christian Gmeiner
2019-09-18
1
-0
/
+3
*
gallium: Add ARB_gl_spirv support
Caio Marcelo de Oliveira Filho
2019-09-10
1
-0
/
+2
*
gallium: Plumb through a way to disable GLSL const lowering
Connor Abbott
2019-09-05
1
-0
/
+4
*
gallium/vl: use compute preference for all multimedia, not just blit
Ilia Mirkin
2019-08-20
1
-2
/
+2
*
gallium: add TGSI_SEMANTIC_DEFAULT_OUTER/INNER_LEVEL
Marek Olšák
2019-08-12
1
-0
/
+12
*
gallium: redefine ATOMINC_WRAP to be more hardware-friendly
Ilia Mirkin
2019-08-07
1
-1
/
+1
*
gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate support
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+1
*
tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcode
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+30
*
gallium: Implement GL_EXT_shader_samples_identical via a new capability
Kenneth Graunke
2019-08-01
1
-0
/
+1
*
gallium: Make PIPE_CAP_DEPTH_CLIP_DISABLE a tri-state value and use it
Gert Wollny
2019-08-01
1
-1
/
+3
*
gallium: Add PIPE_CAP_TEXTURE_SHADOW_LOD
Sagar Ghuge
2019-07-30
1
-0
/
+2
*
gallium: add PIPE_CAP_GRAPHICS
Marek Olšák
2019-07-29
1
-0
/
+2
*
gallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVAL
Andreas Baierl
2019-07-18
1
-0
/
+2
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-2
/
+0
*
gallium: give vertex-shader saturate its own cap
Erik Faye-Lund
2019-07-10
1
-0
/
+2
*
gallium: give fragment-shader derivatives its own cap
Erik Faye-Lund
2019-07-10
1
-0
/
+2
*
gallium: give fragment-shader texture-lod its own cap
Erik Faye-Lund
2019-07-10
1
-0
/
+2
*
gallium: Add CAP for opcode DIV
Gert Wollny
2019-06-30
1
-0
/
+1
*
gallium: Add PIPE_CAP_ATOMIC_FLOAT_MINMAX
Caio Marcelo de Oliveira Filho
2019-06-13
1
-0
/
+2
*
gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED
Caio Marcelo de Oliveira Filho
2019-06-11
1
-0
/
+3
*
gallium: Add PIPE_CAP_FBFETCH_COHERENT and expose extensions
Kenneth Graunke
2019-05-23
1
-0
/
+2
*
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
2019-05-23
1
-2
/
+4
*
gallium: Add a PIPE_CAP_FRAGMENT_SHADER_INTERLOCK.
Kenneth Graunke
2019-05-14
1
-0
/
+2
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-2
/
+1
*
gallium: add PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIA
Marek Olšák
2019-04-24
1
-0
/
+2
*
gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUF
Marek Olšák
2019-04-23
1
-0
/
+2
*
gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHT
Marek Olšák
2019-04-23
1
-0
/
+3
*
gallium: document conservative rasterization flags
Marek Olšák
2019-04-23
1
-0
/
+5
*
gallium: add pipe cap for inner_coverage conservative raster mode
Mike Blumenkrantz
2019-04-23
1
-0
/
+2
*
gallium: add support for formatted image loads
Rhys Perry
2019-04-15
1
-0
/
+1
*
Gallium: Add new CAP that indicated whether IO array definitions can be shriked
Gert Wollny
2019-04-10
1
-0
/
+4
*
gallium: Add PIPE_CAP_COMPUTE_SHADER_DERIVATIVES
Caio Marcelo de Oliveira Filho
2019-04-08
1
-0
/
+1
*
gallium/docs: clarify set_sampler_views (v2)
Rob Clark
2019-03-30
1
-0
/
+5
*
gallium: add PIPE_CAP_ESSL_FEATURE_LEVEL
Rob Clark
2019-03-22
1
-0
/
+9
*
gallium: add pipe_grid_info::last_block
Marek Olšák
2019-03-15
1
-0
/
+2
*
gallium: add PIPE_CAP_MAX_VARYINGS
Karol Herbst
2019-02-07
1
-0
/
+4
*
gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.
Kenneth Graunke
2019-02-05
1
-0
/
+1
*
Gallium: Add new CAPS to indicate whether a driver can switch SRGB write
Gert Wollny
2019-01-28
1
-0
/
+3
*
tgsi: remove culldist semantic from docs
Timothy Arceri
2019-01-26
1
-18
/
+0
*
gallium: Add forgotten docs for PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS.
Kenneth Graunke
2019-01-23
1
-0
/
+1
[next]