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
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro Piñeiro
2019-02-21
2
-9
/
+4
*
st/mesa: always unmap the uploader in st_atom_array.c
Marek Olšák
2019-02-20
1
-8
/
+6
*
st/nir: use NIR for asm programs
Timothy Arceri
2019-02-19
1
-0
/
+60
*
st/mesa: Copy VP TGSI tokens if they exist, even for NIR shaders.
Kenneth Graunke
2019-02-19
1
-2
/
+8
*
st/mesa: enable GL_EXT_float_blend when possible
Ilia Mirkin
2019-02-18
1
-0
/
+10
*
nir: Gather texture bitmasks in gl_nir_lower_samplers_as_deref.
Kenneth Graunke
2019-02-11
3
-4
/
+11
*
st/nir: Use sampler derefs in built-in shaders.
Kenneth Graunke
2019-02-11
2
-8
/
+24
*
st/nir: Lower sampler derefs for builtin shaders.
Kenneth Graunke
2019-02-11
1
-0
/
+2
*
st/nir: Pull sampler lowering into a helper function.
Kenneth Graunke
2019-02-11
2
-4
/
+14
*
st/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB to 2048
Kenneth Graunke
2019-02-11
1
-1
/
+6
*
st/glsl_to_nir: call nir_remove_dead_variables() after lowing local indirects
Timothy Arceri
2019-02-08
1
-0
/
+7
*
st/mesa: require RGBA2, RGB4, and RGBA4 to be renderable
Karol Herbst
2019-02-07
1
-0
/
+2
*
gallium: add PIPE_CAP_MAX_VARYINGS
Karol Herbst
2019-02-07
1
-4
/
+1
*
st/nir: Use src/ relative include path for autotools
Kristian H. Kristensen
2019-02-05
2
-2
/
+4
*
gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.
Kenneth Graunke
2019-02-05
1
-2
/
+5
*
st/nir: Call nir_lower_clip_cull_distance_arrays().
Kenneth Graunke
2019-02-05
1
-0
/
+1
*
st/mesa: Add NIR versions of the PBO upload/download shaders.
Kenneth Graunke
2019-02-05
1
-2
/
+188
*
st/mesa: Add a NIR version of the OES_draw_texture built-in shaders.
Kenneth Graunke
2019-02-05
1
-7
/
+62
*
st/mesa: Add NIR versions of the clear shaders.
Kenneth Graunke
2019-02-05
1
-13
/
+67
*
st/mesa: Add NIR versions of the drawpixels Z/stencil fragment shaders.
Kenneth Graunke
2019-02-05
1
-21
/
+119
*
st/mesa: Add a NIR version of the drawpixels/bitmap VS copy shader.
Kenneth Graunke
2019-02-05
1
-8
/
+29
*
st/nir: Make new helpers for constructing built-in NIR shaders.
Kenneth Graunke
2019-02-05
2
-0
/
+153
*
st/nir: Move varying setup code to a helper function.
Kenneth Graunke
2019-02-05
2
-20
/
+29
*
st/mesa: Set pipe_image_view::shader_access in PBO readpixels.
Kenneth Graunke
2019-02-04
1
-0
/
+1
*
st/mesa: expose EXT_texture_compression_s3tc_srgb
Gurchetan Singh
2019-02-01
1
-0
/
+6
*
st/glsl_to_nir: remove dead local variables
Timothy Arceri
2019-02-01
1
-0
/
+3
*
st/mesa: Fix topogun-1.06-orc-84k-resize.trace crash
Neha Bhende
2019-01-31
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
[next]