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
*
st/mesa: Fix topogun-1.06-orc-84k-resize.trace crash
Neha Bhende
2019-02-01
1
-0
/
+4
*
mesa/st: wire up DiscardFramebuffer
Jonathan Marek
2019-01-29
1
-0
/
+25
*
mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possible
Gert Wollny
2019-01-28
1
-1
/
+1
*
mesa/st: rework support for sRGB framebuffer attachements
Gert Wollny
2019-01-28
4
-18
/
+31
*
st/mesa: fix PRIMITIVES_GENERATED query after the "pipeline stat single" changes
Marek Olšák
2019-01-23
1
-1
/
+2
*
st/mesa: purge framebuffers when unbinding a context
Marek Olšák
2019-01-23
1
-0
/
+5
*
gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS
Caio Marcelo de Oliveira Filho
2019-01-23
1
-0
/
+2
*
nir: rename nir_var_ssbo to nir_var_mem_ssbo
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_ubo to nir_var_mem_ubo
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_private to nir_var_shader_temp
Karol Herbst
2019-01-19
1
-1
/
+1
*
st/mesa: Optionally override RGB/RGBX dst alpha blend factors
Kenneth Graunke
2019-01-15
3
-2
/
+62
*
gallium: Add the ability to query a single pipeline statistics counter
Kenneth Graunke
2019-01-15
4
-2
/
+45
*
st/mesa: Rearrange PIPE_QUERY_PIPELINE_STATISTICS result fetching.
Kenneth Graunke
2019-01-15
1
-43
/
+45
*
st/mesa: Make an enum for pipeline statistics query result indices.
Kenneth Graunke
2019-01-15
1
-11
/
+11
*
st/nir: Lower TES gl_PatchVerticesIn to a constant if linked with a TCS.
Kenneth Graunke
2019-01-11
1
-0
/
+23
*
st/mesa: don't leak pipe_surface if pipe_context is not current
Marek Olšák
2019-01-09
1
-1
/
+4
*
st/mesa: don't reference pipe_surface locally in PBO code
Marek Olšák
2019-01-09
1
-3
/
+1
*
st/mesa: unify window-system renderbuffer initialization
Marek Olšák
2019-01-09
3
-21
/
+28
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-2
/
+2
*
nir: Distinguish between normal uniforms and UBOs
Jason Ekstrand
2019-01-08
1
-2
/
+1
*
st/glsl: refactor st_link_nir()
Timothy Arceri
2019-01-07
1
-36
/
+16
*
nir: rename nir_link_constant_varyings() nir_link_opt_varyings()
Timothy Arceri
2019-01-02
1
-1
/
+1
*
st/glsl_to_nir: call nir_lower_load_const_to_scalar() in the st
Timothy Arceri
2019-01-02
1
-1
/
+3
*
st/mesa: expose GL_NV_shader_atomic_float when ATOMFADD is supported
Ilia Mirkin
2018-12-26
1
-0
/
+1
*
st/mesa: select ATOMFADD when source type is float
Ilia Mirkin
2018-12-26
2
-0
/
+3
*
st/mesa: allow glDrawElements to work with GL_SELECT feedback
Ilia Mirkin
2018-12-26
2
-23
/
+42
*
st/nir: Drop unused gl_program parameter in VS input handling helper.
Kenneth Graunke
2018-12-21
1
-2
/
+2
*
st/nir: Gather info after applying lowering FS variant features
Kenneth Graunke
2018-12-21
1
-0
/
+4
*
st/mesa: Combine the DrawPixels and Bitmap passthrough VS programs.
Kenneth Graunke
2018-12-21
4
-33
/
+22
*
st/mesa: Don't open code the drawpixels vertex shader.
Kenneth Graunke
2018-12-21
1
-27
/
+11
*
st/mesa: Drop !passColor optimization in drawpixels shaders.
Kenneth Graunke
2018-12-21
2
-28
/
+20
*
st/mesa: Drop dead 'passthrough_fs' field.
Kenneth Graunke
2018-12-21
1
-2
/
+0
*
st/mesa: remove sampler associated with buffer texture in pbo logic
Ilia Mirkin
2018-12-20
1
-5
/
+0
*
nir/opt_peephole_select: Don't peephole_select expensive math instructions
Ian Romanick
2018-12-17
1
-1
/
+1
*
nir/opt_peephole_select: Don't try to remove flow control around indirect loads
Ian Romanick
2018-12-17
1
-1
/
+1
*
st/nir: Use nir_src_as_uint for tokens
Jason Ekstrand
2018-12-16
1
-5
/
+1
*
mesa/st: Expose compute shaders when NIR support is advertised.
Eric Anholt
2018-12-13
1
-7
/
+12
*
mesa/st/nir: fix missing nir_compact_varyings
Rob Clark
2018-12-11
1
-1
/
+2
*
st/mesa: Add support for EXT_multisampled_render_to_texture
Kristian H. Kristensen
2018-12-06
3
-0
/
+5
*
st/mesa: expose EXT_render_snorm on GLES
Marek Olšák
2018-12-04
1
-0
/
+8
*
st/mesa: expose GL_OES_texture_view
Marek Olšák
2018-12-04
1
-0
/
+1
*
Revert "st/mesa: silenced unhanded enum warning in st_glsl_to_tgsi.cpp"
Matt Turner
2018-12-03
1
-1
/
+0
*
mesa/st: do not probe for the same texture-formats twice
Erik Faye-Lund
2018-12-03
1
-4
/
+4
*
android: st/mesa: fix building error due to sched_getcpu()
Mauro Rossi
2018-12-01
1
-1
/
+1
*
mesa/st: better colormask check for clear fallback
Rob Clark
2018-11-27
1
-2
/
+8
*
mesa/st: swap order of clear() and clear_with_quad()
Rob Clark
2018-11-27
1
-3
/
+3
*
mesa/st: Make st_pipe_vertex_format static.
Mathias Fröhlich
2018-11-26
2
-4
/
+1
*
mesa/st: Use binding information from the VAO in feedback rendering.
Mathias Fröhlich
2018-11-26
3
-62
/
+68
*
mesa/st: Avoid extra references in the feedback draw function scope.
Mathias Fröhlich
2018-11-26
1
-2
/
+1
[next]