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
/
mesa
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: don't call ProgramStringNotify in glsl_to_nir
Marek Olšák
2019-11-26
2
-13
/
+16
*
st/mesa: don't use redundant stp->state.ir.nir
Marek Olšák
2019-11-26
3
-25
/
+12
*
st/mesa: don't serialize all streamout state if there are no SO outputs
Marek Olšák
2019-11-26
1
-4
/
+15
*
Revert "st/mesa: keep serialized NIR instead of nir_shader in st_program"
Mark Janes
2019-11-20
4
-69
/
+11
*
Revert "st/mesa: call nir_serialize only once per shader"
Mark Janes
2019-11-20
3
-25
/
+22
*
nir: move data.image.access to data.access
Marek Olšák
2019-11-19
1
-1
/
+1
*
st/mesa: call nir_serialize only once per shader
Marek Olšák
2019-11-19
3
-22
/
+25
*
st/mesa: keep serialized NIR instead of nir_shader in st_program
Marek Olšák
2019-11-19
4
-11
/
+69
*
st/mesa: call nir_sweep in st_finalize_nir
Marek Olšák
2019-11-19
2
-2
/
+3
*
st/mesa: subclass st_vertex_program for VP-specific members
Marek Olšák
2019-11-19
9
-80
/
+92
*
st/mesa: more cleanups after unification of st_vertex/common_program
Marek Olšák
2019-11-19
1
-44
/
+19
*
st/mesa: rename occurences of stcp to stp to correspond to st_program
Marek Olšák
2019-11-19
3
-23
/
+23
*
st/mesa: cleanups after unification of st_vertex/common program
Marek Olšák
2019-11-19
4
-140
/
+55
*
st/mesa: rename st_common_program to st_program
Marek Olšák
2019-11-19
17
-131
/
+131
*
st/mesa: trivially merge st_vertex_program into st_common_program
Marek Olšák
2019-11-19
14
-103
/
+69
*
st/mesa: consolidate and simplify code flagging program::affected_states
Marek Olšák
2019-11-19
5
-30
/
+20
*
st/mesa: initialize affected_states and uniform storage earlier in deserialize
Marek Olšák
2019-11-19
1
-3
/
+3
*
st/mesa: start deduplicating some program code
Marek Olšák
2019-11-19
4
-13
/
+13
*
st/mesa: decrease the size of st_fp_variant_key from 48 to 40 bytes
Marek Olšák
2019-11-19
1
-3
/
+3
*
st/mesa: rename delete_basic_variant -> delete_common_variant
Marek Olšák
2019-11-19
1
-4
/
+4
*
mesa/st: Reuse st_choose_matching_format from st_choose_format().
Eric Anholt
2019-11-15
5
-94
/
+39
*
mesa/st: Simplify st_choose_matching_format().
Eric Anholt
2019-11-15
1
-27
/
+11
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
19
-19
/
+19
*
mesa/st: make sure we remove dead IO variables before handing NIR to backends
Iago Toral Quiroga
2019-11-14
1
-1
/
+2
*
st/mesa: remove unused TGSI-only debug printing functions
Marek Olšák
2019-11-11
6
-64
/
+0
*
st/mesa: add ST_DEBUG=nir to print NIR shaders
Marek Olšák
2019-11-11
2
-1
/
+11
*
st/mesa: print TCS/TES/GS/CS TGSI in the right place & keep disk cache enabled
Marek Olšák
2019-11-11
2
-6
/
+5
*
st/mesa: remove \n being only printed in debug builds after printed TGSI
Marek Olšák
2019-11-11
1
-12
/
+4
*
st/mesa: rename DEBUG_TGSI -> DEBUG_PRINT_IR
Marek Olšák
2019-11-11
4
-7
/
+7
*
st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for them
Marek Olšák
2019-11-11
1
-1
/
+1
*
st_get_external_sampler_key: improve error message
Drew DeVault
2019-11-07
1
-1
/
+2
*
mesa/st: Make st_pipe_format_to_mesa_format an effective no-op.
Eric Anholt
2019-11-07
2
-588
/
+3
*
mesa/st: Gut most of st_mesa_format_to_pipe_format().
Eric Anholt
2019-11-07
1
-629
/
+40
*
mesa: Prepare for the MESA_FORMAT_* enum to be sparse.
Eric Anholt
2019-11-07
2
-0
/
+6
*
mesa/st: Test round-tripping of all compressed formats.
Eric Anholt
2019-11-07
1
-2
/
+4
*
mesa: Stop defining a full separate format for RGBA_UINT8.
Eric Anholt
2019-11-07
1
-4
/
+4
*
gallium: Add equivalents of packed MESA_FORMAT_*UINT formats.
Eric Anholt
2019-11-07
1
-0
/
+69
*
gallium: Add an equivalent of MESA_FORMAT_BGR_UNORM8.
Eric Anholt
2019-11-07
1
-0
/
+4
*
gallium: Add some more channel orderings of packed formats.
Eric Anholt
2019-11-07
1
-0
/
+32
*
gallium: Add defines for FXT1 texture compression.
Eric Anholt
2019-11-07
1
-0
/
+10
*
mesa/st: Add mapping of MESA_FORMAT_RGB_SNORM16 to gallium.
Eric Anholt
2019-11-07
1
-0
/
+4
*
st/mesa: call nir_lower_flrp only once per shader
Marek Olšák
2019-11-04
1
-16
/
+19
*
st/mesa: call nir_opt_access only once
Marek Olšák
2019-11-04
2
-2
/
+2
*
state_tracker: Handle texture view min level in st_generate_mipmap()
Paul Gofman
2019-11-04
1
-1
/
+7
*
glsl: just use NIR to lower outputs when driver can't read outputs
Timothy Arceri
2019-11-01
1
-6
/
+3
*
mesa: enable msaa in clear_with_quad if needed
Pierre-Eric Pelloux-Prayer
2019-10-31
1
-0
/
+1
*
st/mesa: lower global vars to local after lowering clip
Erik Faye-Lund
2019-10-28
1
-0
/
+1
*
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
-3
/
+3
*
util: remove LIST_ADD macro
Timothy Arceri
2019-10-28
1
-1
/
+1
[next]