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
*
configure: check for -std=c++11 support and enable st/mesa test accordingly
Gert Wollny
2017-11-08
1
-1
/
+3
*
st/glsl_to_nir: use nir_shader_gather_info()
Timothy Arceri
2017-11-08
1
-8
/
+10
*
st/glsl_to_nir: generate NIR earlier
Timothy Arceri
2017-11-08
2
-37
/
+14
*
st/glsl_to_nir: delay adding built-in uniforms to Parameters list
Timothy Arceri
2017-11-08
2
-36
/
+34
*
gallium: Wire up flush control
Adam Jackson
2017-11-06
1
-0
/
+3
*
st/glsl_to_nir: pass gl_shader_program to st_finalize_nir()
Timothy Arceri
2017-11-03
3
-27
/
+11
*
mesa/st: implement max combined output resources limiting.
Dave Airlie
2017-11-01
1
-0
/
+6
*
glsl: Remove ir_binop_greater and ir_binop_lequal expressions
Ian Romanick
2017-10-30
1
-20
/
+0
*
st/mesa: enable nir path for all shaders.
Dave Airlie
2017-10-26
1
-9
/
+1
*
st/program: add support for gs/tes/tcs nir shaders.
Dave Airlie
2017-10-26
3
-4
/
+56
*
st/program: rework basic variant interface
Dave Airlie
2017-10-26
3
-15
/
+12
*
glsl_to_tgsi: remove unused glsl_version variable
Marek Olšák
2017-10-26
1
-3
/
+0
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-5
/
+5
*
st/mesa: correct a u_vbuf comment
Marek Olšák
2017-10-20
1
-3
/
+5
*
st/mesa: set dimension for constants in ATI_fragment_shader
Miklós Máté
2017-10-18
1
-0
/
+4
*
st/mesa: Initialize textures array in st_framebuffer_validate
Michel Dänzer
2017-10-18
1
-0
/
+2
*
compiler/blob: Switch to init/finish instead of create/destroy
Jason Ekstrand
2017-10-12
1
-11
/
+12
*
compiler: Move blob up a level
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
compiler: Move gl_program::TexelFetchSamplers to shader_info.
Kenneth Graunke
2017-10-12
2
-2
/
+3
*
st/glsl_to_tgsi: the second destination doesn't support relative addressing
Nicolai Hähnle
2017-10-11
1
-5
/
+2
*
st/glsl_to_tgsi: fix DFRACEXP with only one destination
Nicolai Hähnle
2017-10-11
1
-15
/
+23
*
st/glsl_to_tgsi: fix indirect access to 64-bit integer
Nicolai Hähnle
2017-10-11
1
-1
/
+1
*
st/mesa: don't assign prog->ShadowSamplers
Nicolai Hähnle
2017-10-11
2
-5
/
+0
*
st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...
Nicolai Hähnle
2017-10-11
7
-17
/
+62
*
st/mesa: store state that affects sampler views per context
Nicolai Hähnle
2017-10-11
4
-41
/
+44
*
mesa/st: fix atomic buffer sizing to align with ssbo.
Dave Airlie
2017-10-11
1
-0
/
+6
*
mesa: rename various buffer bindings to one struct.
Dave Airlie
2017-10-11
3
-3
/
+3
*
mesa: Implement a new GL_MESA_tile_raster_order extension.
Eric Anholt
2017-10-10
3
-0
/
+7
*
mesa: Only expose GLES's EXT_texture_type_2_10_10_10_REV if supported in HW.
Eric Anholt
2017-10-10
1
-0
/
+5
*
gallium: Add support for 5551 with the 1-bit field in the low bit.
Eric Anholt
2017-10-10
1
-2
/
+12
*
st/dri: implement createImageFromRenderbuffer(2)
Nicolai Hähnle
2017-10-10
1
-0
/
+5
*
st/mesa: don't clobber glGetInternalformat* buffer for GL_NUM_SAMPLE_COUNTS
Nicolai Hähnle
2017-10-10
1
-1
/
+2
*
st/mesa: whitespace fix
Nicolai Hähnle
2017-10-10
1
-1
/
+1
*
st/mesa: fix import of EGL images with non-zero level or layer
Nicolai Hähnle
2017-10-10
5
-10
/
+28
*
st/mesa: fix switching from surface-based to non-surface-based textures
Nicolai Hähnle
2017-10-10
4
-4
/
+5
*
glsl_to_tgsi: skip UARL for 1D registers if the driver doesn't need it
Marek Olšák
2017-10-06
2
-9
/
+44
*
glsl_to_tgsi: handle reladdr as TEMP in rename_temp_registers and dead_code
Marek Olšák
2017-10-06
1
-16
/
+44
*
glsl_to_tgsi: each reladdr object should have only one parent
Marek Olšák
2017-10-06
2
-5
/
+65
*
glsl_to_tgsi: fix instruction order for bindless textures
Marek Olšák
2017-10-06
1
-4
/
+14
*
glsl_to_tgsi: enable copy propagation for tessellation shaders
Marek Olšák
2017-10-06
1
-4
/
+3
*
mesa/st: Drop has_lib_dxtc argument from st_init_extensions()
Matt Turner
2017-10-02
4
-11
/
+4
*
mesa: Drop Mesa_DXTn from gl_context
Matt Turner
2017-10-02
2
-3
/
+3
*
st/mesa: don't use pipe_surface for passing information about EGLImage
Marek Olšák
2017-10-03
1
-46
/
+50
*
st/mesa: use R10G10B10X2 format where applicable
Nicolai Hähnle
2017-10-02
1
-3
/
+8
*
st/glsl_to_tgsi: use LDEXP when available
Nicolai Hähnle
2017-09-29
1
-3
/
+7
*
st/glsl_to_tgsi: fix conditional assignments to packed shader outputs
Nicolai Hähnle
2017-09-29
1
-1
/
+9
*
st/glsl_to_tgsi: fix a use-after-free in merge_two_dsts
Nicolai Hähnle
2017-09-29
1
-1
/
+2
*
st/mesa: don't call close() on Windows
Brian Paul
2017-09-28
1
-0
/
+2
*
mesa/st: fix infinite loops
Timothy Arceri
2017-09-21
1
-1
/
+1
*
glsl: Unify ir_constant::const_elements and ::components
Ian Romanick
2017-09-19
1
-1
/
+2
[next]