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/radeonsi: enable tessellation shaders
Timothy Arceri
2018-01-05
1
-1
/
+3
*
st/mesa: Handle BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+6
*
st/mesa: increase size of glsl_base_type bitfields
Brian Paul
2017-12-28
2
-3
/
+4
*
st/glsl_to_nir: add patch support to st_nir_assign_var_locations()
Timothy Arceri
2017-12-27
1
-5
/
+17
*
st/glsl_to_nir: call post opt functions after opts have finished
Timothy Arceri
2017-12-27
1
-0
/
+6
*
st/st_glsl_to_nir: call nir_lower_64bit_pack
Timothy Arceri
2017-12-27
1
-0
/
+1
*
gallium: plumb context priority through to driver
Rob Clark
2017-12-19
1
-0
/
+5
*
st/glsl_to_nir: skip forced array splitting for tcs
Timothy Arceri
2017-12-13
1
-1
/
+2
*
st/mesa: trivial whitespace/formatting fixes in st_atom_rasterizer.c
Brian Paul
2017-12-12
1
-20
/
+22
*
st/mesa: swizzle argument when there's a vector size mismatch
Ilia Mirkin
2017-12-11
1
-1
/
+24
*
mesa/st: Handle 16-bit types at st_glsl_storage_type_size()
Eduardo Lima Mitev
2017-12-06
1
-0
/
+3
*
st/mesa: remove unneeded #include in st_format.h
Brian Paul
2017-12-05
1
-1
/
+0
*
st/mesa: rename a few vars to 'bindings'
Brian Paul
2017-12-05
1
-10
/
+10
*
st/mesa: whitespace fixes in st_format.c
Brian Paul
2017-12-05
1
-5
/
+13
*
mesa/st: move cloning of NIR shader for compute
Rob Clark
2017-12-05
2
-2
/
+5
*
st/mesa: handle compute atomics
Dave Airlie
2017-12-05
2
-1
/
+5
*
st/glsl_to_nir/radeonsi: enable gs support for nir backend
Timothy Arceri
2017-12-04
1
-0
/
+12
*
st/glsl_to_nir: add gs support to st_nir_assign_var_locations()
Timothy Arceri
2017-12-04
1
-6
/
+17
*
st/glsl_to_nir: use nir_lower_io_arrays_to_elements() to lower arrays
Timothy Arceri
2017-12-04
1
-1
/
+1
*
st/glsl_to_nir: enable NIR link time opts
Timothy Arceri
2017-12-04
1
-0
/
+78
*
st/glsl_to_nir: move some calls out of st_glsl_to_nir_post_opts()
Timothy Arceri
2017-12-04
1
-30
/
+37
*
st/glsl_to_nir: call some lowering passes earlier
Timothy Arceri
2017-12-04
1
-8
/
+12
*
st/glsl_to_nir: add basic NIR opt loop helper
Timothy Arceri
2017-12-04
1
-0
/
+31
*
st/glsl_to_nir: make st_glsl_to_nir() static
Timothy Arceri
2017-12-04
2
-55
/
+51
*
st/glsl_to_nir: split the st_glsl_to_nir() function in two
Timothy Arceri
2017-12-04
1
-22
/
+34
*
st/glsl_to_nir: create set_st_program() helper
Timothy Arceri
2017-12-04
1
-34
/
+40
*
st/glsl: move nir linking loop to new function st_link_nir()
Timothy Arceri
2017-12-04
3
-17
/
+41
*
st/glsl_to_nir: add st_nir_assign_var_locations() helper
Timothy Arceri
2017-12-04
1
-9
/
+34
*
mesa: add AllowGLSLCrossStageInterpolationMismatch workaround
Tapani Pälli
2017-11-30
1
-0
/
+2
*
st_glsl_to_tgsi: check for the tail sentinel in merge_two_dsts
Nicolai Hähnle
2017-11-28
1
-3
/
+3
*
st/glsl_to_tgsi: make use of driver_cache_blob with the disk cache
Timothy Arceri
2017-11-28
2
-223
/
+109
*
st/glsl_to_nir: don't generate nir twice for gs
Timothy Arceri
2017-11-21
1
-8
/
+2
*
st/mesa: use asynchronous flushes in st_finish
Nicolai Hähnle
2017-11-20
1
-1
/
+1
*
st/mesa: implement st_server_wait_sync properly
Nicolai Hähnle
2017-11-20
1
-2
/
+24
*
st/mesa: use enum types instead of int/unsigned (v3)
Brian Paul
2017-11-16
4
-12
/
+23
*
st/mesa: don't move ssbo after atomic buffers if we support hw atomics
Dave Airlie
2017-11-17
2
-9
/
+13
*
mesa: split extensions overrides and glGetString(GL_EXTENSIONS)
Emil Velikov
2017-11-16
1
-0
/
+1
*
st/mesa: whitespace fixes in st_manager.c
Brian Paul
2017-11-15
1
-5
/
+31
*
st/mesa: whitespace clean-ups in st_context.c
Brian Paul
2017-11-15
1
-31
/
+46
*
st/mesa: move st_manager_destroy() earlier in file
Brian Paul
2017-11-15
1
-13
/
+15
*
st/mesa: move st_init_driver_flags() earlier in file
Brian Paul
2017-11-15
1
-61
/
+62
*
st/glsl_to_tgsi: use tgsi_get_gl_varying_semantic() for gs/tes outputs
Timothy Arceri
2017-11-15
1
-91
/
+5
*
st/glsl_to_tgsi: make use of tgsi_get_gl_varying_semantic()
Timothy Arceri
2017-11-15
1
-71
/
+11
*
mesa/st: add missing copyright headers to memoryobjects files
Andres Rodriguez
2017-11-14
2
-0
/
+48
*
mesa/st/nir: assign driver_location for images
Rob Clark
2017-11-12
1
-2
/
+6
*
st/program: fix compute shader nir references
Rob Clark
2017-11-12
2
-6
/
+24
*
st/atifs: remove unrequired initialisation of gl_program fields
Timothy Arceri
2017-11-12
1
-4
/
+0
*
st/dri: fix deadlock when waiting on android fences
Marek Olšák
2017-11-11
1
-2
/
+0
*
st/dri: fix android fence regression
Marek Olšák
2017-11-10
1
-2
/
+5
*
mesa: enable ARB_texture_buffer_* extensions in the Compatibility profile
Marek Olšák
2017-11-09
4
-4
/
+11
[prev]
[next]