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/glsl_to_nir: remove unused options variable
Timothy Arceri
2018-02-10
1
-2
/
+0
*
st/radeonsi: enable disk cache for nir
Timothy Arceri
2018-02-10
1
-4
/
+11
*
st: add nir shader disk cache support
Timothy Arceri
2018-02-10
4
-44
/
+135
*
st/glsl_to_tgsi: move nir detection earlier
Timothy Arceri
2018-02-10
1
-8
/
+7
*
st/mesa: generate blend state according to the number of enabled color buffers
Marek Olšák
2018-02-09
4
-9
/
+16
*
st/mesa: don't translate blend state when color writes are disabled
Marek Olšák
2018-02-09
1
-4
/
+6
*
st/mesa: don't translate blend state when it's disabled for a colorbuffer
Marek Olšák
2018-02-09
1
-3
/
+4
*
st/mesa: Initialize tex_target in compile_tgsi_instruction
Michel Dänzer
2018-02-09
1
-1
/
+1
*
gallium: Mute arrays for several meta like callbacks.
Mathias Fröhlich
2018-02-09
5
-5
/
+18
*
st/mesa: s/unsigned/enum tgsi_semantic/ st_cb_drawpixels.c
Brian Paul
2018-02-08
1
-1
/
+1
*
st/mesa: rename some vars related to indirect draw count
Brian Paul
2018-02-08
1
-6
/
+7
*
st/mesa: remove out_num_textures from update_textures
Marek Olšák
2018-02-08
1
-20
/
+12
*
st/mesa: don't store non-fragment sampler states and views in st_context
Marek Olšák
2018-02-08
6
-62
/
+61
*
mesa: (trivial) remove unused ignore_sample_qualifier_parameter
Roland Scheidegger
2018-02-08
1
-1
/
+1
*
st/mesa: use tgsi_semantic enum type
Brian Paul
2018-02-07
2
-5
/
+8
*
st/mesa: use TGSI enum types in st_glsl_to_tgsi.cpp
Brian Paul
2018-02-07
1
-7
/
+7
*
autotools: Only build libmesa-st-tests-common.a for tests.
Bas Nieuwenhuizen
2018-02-07
1
-1
/
+1
*
state_tracker: Don't build st-renumerate-test without shared glapi
Dylan Baker
2018-02-06
1
-0
/
+2
*
st/mesa: use st_access_flags_to_transfer_flags() helper in more places
Brian Paul
2018-02-06
2
-18
/
+17
*
st/mesa: refactor st_bufferobj_map_range()
Brian Paul
2018-02-06
2
-11
/
+31
*
st/mesa: refactor bufferobj_data()
Brian Paul
2018-02-06
1
-87
/
+104
*
mesa: change ctx->Color.ColorMask into a 32-bit bitmask
Marek Olšák
2018-02-04
2
-55
/
+11
*
gallium: Add a new A4B4G4R4 pipe format for Broadcom.
Eric Anholt
2018-02-02
1
-1
/
+7
*
gallium/st/clover: remove unused PIPE_SHADER_IR_LLVM
Timothy Arceri
2018-02-01
1
-1
/
+0
*
st/glsl_to_nir: add more nir opts to st_nir_opts()
Timothy Arceri
2018-02-01
1
-16
/
+20
*
st/mesa: whitespace, formatting fixes in st_glsl_to_tgsi.cpp
Brian Paul
2018-01-31
1
-104
/
+169
*
st/mesa: s/int/GLenum/ in st_glsl_to_tgsi.cpp
Brian Paul
2018-01-31
1
-5
/
+6
*
st/glsl_to_nir: disable io lowering and array splitting of fs inputs
Timothy Arceri
2018-01-31
1
-4
/
+18
*
nir/st_glsl_to_nir: add param to disable splitting of inputs
Timothy Arceri
2018-01-31
1
-1
/
+1
*
st/glsl_to_nir: copy nir compiler options to context
Timothy Arceri
2018-01-31
2
-8
/
+22
*
mesa/st: add support for semaphore object signal/wait v4
Andres Rodriguez
2018-01-30
1
-0
/
+89
*
mesa/st: add support for semaphore object create/import/delete v3
Andres Rodriguez
2018-01-30
3
-0
/
+128
*
mesa/st: introduce EXT_semaphore and EXT_semaphore_fd v2
Andres Rodriguez
2018-01-30
1
-0
/
+2
*
mesa/st/glsl_to_tgsi: Mark first write as unconditional when appropriate
Gert Wollny
2018-01-29
2
-1
/
+47
*
st/glsl_to_nir: remove dead io after conversion to nir
Timothy Arceri
2018-01-30
1
-0
/
+4
*
compiler: tidy up double_inputs_read uses
Timothy Arceri
2018-01-30
3
-3
/
+3
*
st/shader_cache: restore num_tgsi_tokens when loading from cache
Timothy Arceri
2018-01-27
1
-9
/
+16
*
mesa: change gl_link_status enums to uppercase
Brian Paul
2018-01-26
2
-2
/
+2
*
mesa: Fix function pointers initialization in status tracker
Eleni Maria Stea
2018-01-26
1
-2
/
+2
*
st/mesa: Use the translated color logic op from the context
Ian Romanick
2018-01-26
1
-47
/
+1
*
st/mesa: expand glDrawPixels cache to handle multiple images
Brian Paul
2018-01-25
3
-68
/
+153
*
st/mesa: add some debug code in st_choose_format()
Brian Paul
2018-01-25
1
-5
/
+18
*
automake: st/mesa/tests: add st_tests_common.h to the tarball
Emil Velikov
2018-01-25
1
-1
/
+2
*
st/glsl_to_nir: remove reallocation of sampler/image location
Timothy Arceri
2018-01-25
1
-8
/
+0
*
mesa/st/glsl_to_tgsi: remove now unneeded assert.
Gert Wollny
2018-01-24
1
-1
/
+0
*
mesa/st/tests: Add tests for lifetime tracking with indirect addressing
Gert Wollny
2018-01-24
3
-4
/
+189
*
mesa/st/glsl_to_tgsi: Add tracking of indirect addressing registers
Gert Wollny
2018-01-24
1
-34
/
+74
*
mesa/st/tests: Add tests for improved tracking of temporaries
Gert Wollny
2018-01-24
1
-7
/
+486
*
mesa/st/glsl_to_tgsi: Add tracking of ifelse writes in register merging
Gert Wollny
2018-01-24
1
-20
/
+292
*
mesa/st/tests: cleanup whitespace usage and correct some comments
Gert Wollny
2018-01-24
1
-64
/
+63
[next]