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
/
state_trackers
/
nine
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
85
-36746
/
+0
*
st/nine: Set correctly blend max_rt
Axel Davy
2020-05-05
1
-2
/
+1
*
gallium: add pipe cap for scissored clears and pass scissor state to clear() ...
Mike Blumenkrantz
2020-04-29
1
-1
/
+1
*
gallium: add # of MRT to blend state
Rob Clark
2020-04-23
1
-0
/
+2
*
util: don't include p_defines.h and u_pointer.h from gallium
Marek Olšák
2020-03-27
1
-0
/
+1
*
gallium/cso_context: remove cso_delete_xxx_shader helpers to fix the live cache
Marek Olšák
2020-03-10
1
-1
/
+1
*
st/nine: Fix incompatible-pointer-types-discards-qualifiers errors.
Vinson Lee
2020-03-09
1
-2
/
+2
*
gallium: pass cso_velems_state into cso_context instead of pipe_vertex_element
Marek Olšák
2020-02-28
1
-18
/
+20
*
gallium/hash_table: remove some function wrappers
Marek Olšák
2020-02-26
3
-34
/
+21
*
gallium/hash_table: turn it into a wrapper around util/hash_table
Marek Olšák
2020-02-26
4
-7
/
+7
*
gallium/hash_table: use the same callback signatures as util/hash_table
Marek Olšák
2020-02-26
2
-15
/
+15
*
nine: fix empty-body-issues
Eric Engestrom
2019-12-27
1
-1
/
+1
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
6
-6
/
+6
*
util: remove LIST_IS_EMPTY macro
Timothy Arceri
2019-10-28
4
-6
/
+6
*
st/nine: Fix unused variable warnings in release build.
Timur Kristóf
2019-10-25
1
-9
/
+9
*
st/nine: Fix build with -Werror=empty-body
Timur Kristóf
2019-10-25
1
-3
/
+3
*
st/nine: Ignore D3DSIO_RET if it is the last instruction in a shader
Danylo Piliaiev
2019-09-25
1
-1
/
+7
*
st/nine: Properly initialize GLSL types for NIR shaders.
Timur Kristóf
2019-08-28
1
-0
/
+5
*
st/nine: Drop preprocessor guards for glibc-2.12
Matt Turner
2019-07-30
1
-3
/
+0
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-1
/
+9
*
st/nine: Use tgsi_to_nir when preferred IR is NIR.
Timur Kristóf
2019-06-05
4
-6
/
+135
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-3
/
+3
*
st/nine: Check discard_delayed_release is set before allocating more
Axel Davy
2019-04-30
1
-0
/
+2
*
st/nine: Throttle rendering similarly for thread_submit
Axel Davy
2019-04-30
1
-15
/
+22
*
st/nine: Optimize a bit writeonly buffers
Axel Davy
2019-04-30
1
-1
/
+6
*
st/nine: Use TGSI_SEMANTIC_GENERIC for fog
Axel Davy
2019-04-30
2
-28
/
+29
*
st/nine: Enable computing const_ranges
Axel Davy
2019-04-30
1
-1
/
+1
*
st/nine: Handle const_ranges in nine_state
Axel Davy
2019-04-30
1
-2
/
+26
*
st/nine: Cache constant buffer size
Axel Davy
2019-04-30
7
-23
/
+52
*
st/nine: Propagate const_range to context
Axel Davy
2019-04-30
7
-15
/
+37
*
st/nine: Prepare constant compaction in nine_shader
Axel Davy
2019-04-30
2
-28
/
+118
*
st/nine: Refactor counting of constants
Axel Davy
2019-04-30
1
-25
/
+21
*
st/nine: Track constant slots used
Axel Davy
2019-04-30
1
-2
/
+11
*
st/nine: Refactor ct_ctor
Axel Davy
2019-04-30
1
-89
/
+95
*
st/nine: Make swvp_on imply IS_VS
Axel Davy
2019-04-30
2
-6
/
+10
*
st/nine: Refactor shader constants ureg_src computation
Axel Davy
2019-04-30
2
-95
/
+99
*
st/nine: Manually upload vs and ps constants
Axel Davy
2019-04-30
1
-0
/
+46
*
st/nine: use helper ureg_DECL_sampler everywhere
Axel Davy
2019-04-30
1
-1
/
+1
*
st/nine: Compact pixel shader key
Axel Davy
2019-04-30
2
-15
/
+31
*
st/nine: Compact nine_ff_get_projected_key
Axel Davy
2019-04-30
4
-8
/
+24
*
st/nine: Refactor param->rel
Axel Davy
2019-04-30
1
-4
/
+6
*
st/nine: Regroup param->rel tests
Axel Davy
2019-04-30
1
-8
/
+3
*
st/nine: Control shader constant inlining with drirc
Axel Davy
2019-04-30
2
-1
/
+3
*
st/nine: Recompile optimized shaders based on b/i consts
Axel Davy
2019-04-30
9
-5
/
+211
*
st/nine: Add drirc option to use data_internal for dynamic textures
Axel Davy
2019-04-30
5
-2
/
+17
*
st/nine: Support internal compressed format for volumes
Axel Davy
2019-04-30
1
-13
/
+16
*
st/nine: Support internal compressed format for surfaces
Axel Davy
2019-04-30
1
-12
/
+15
*
st/nine: Refactor volume GetSystemMemPointer
Axel Davy
2019-04-30
1
-8
/
+11
*
st/nine: Refactor surface GetSystemMemPointer
Axel Davy
2019-04-30
1
-10
/
+12
*
st/nine: rename *_conversion to *_internal
Axel Davy
2019-04-30
4
-59
/
+59
[next]