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
/
mesa
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
1
-2
/
+2
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
1
-3
/
+3
*
st/mesa: use pipe_screen::finalize_nir
Marek Olšák
2019-10-23
6
-25
/
+89
*
st/mesa: update VS shader_info for NIR after lowering passes
Marek Olšák
2019-10-23
1
-0
/
+4
*
st/mesa: assign driver locations for VS inputs for NIR before caching
Marek Olšák
2019-10-23
4
-9
/
+10
*
st/mesa: don't lower_global_vars_to_local for VS if there are no dead inputs
Marek Olšák
2019-10-23
1
-2
/
+7
*
st/mesa: move some NIR lowering before shader caching
Marek Olšák
2019-10-23
3
-14
/
+23
*
st/mesa: Silence chatty debug printf
Kenneth Graunke
2019-10-22
1
-2
/
+4
*
st/mesa: Map MESA_FORMAT_RGB_UNORM8 <-> PIPE_FORMAT_R8G8B8_UNORM
Chris Wilson
2019-10-22
1
-0
/
+6
*
st/mesa: replace pipe_shader_state with tgsi_token* in st_vp_variant
Marek Olšák
2019-10-22
4
-36
/
+48
*
mesa/st: assert that lowering is supported
Erik Faye-Lund
2019-10-22
1
-0
/
+12
*
st/mesa: only require ESSL 3.1 for geometry shaders
Iago Toral Quiroga
2019-10-21
1
-1
/
+1
*
mesa: Redefine the RG formats as array formats.
Eric Anholt
2019-10-20
2
-33
/
+17
*
mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.
Eric Anholt
2019-10-20
1
-24
/
+12
*
mesa: Replace the LA16_UNORM packed formats with one array format.
Eric Anholt
2019-10-20
1
-8
/
+4
*
st/mesa: don't call variables "tgsi" when they can reference NIR
Marek Olšák
2019-10-17
2
-65
/
+65
*
st/mesa: merge st_fragment_program into st_common_program
Marek Olšák
2019-10-17
12
-135
/
+61
*
st/mesa: remove redundant function st_reference_compprog
Marek Olšák
2019-10-17
2
-11
/
+1
*
st/mesa: remove unused st_xxx_program::sha1
Marek Olšák
2019-10-17
1
-6
/
+0
*
st/mesa: remove st_vp_variant_key in favor of st_common_variant_key
Marek Olšák
2019-10-17
3
-25
/
+8
*
st/mesa: remove num_tgsi_tokens from st_xx_program
Marek Olšák
2019-10-17
3
-30
/
+16
*
st/mesa: rename basic -> common for st_common_program
Marek Olšák
2019-10-17
5
-30
/
+30
[prev]
[next]