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: 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
*
glsl: Rename ir_constant::array_elements to ::const_elements
Ian Romanick
2017-09-19
1
-1
/
+1
*
gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Nicolai Hähnle
2017-09-18
1
-1
/
+4
*
st/glsl_to_tgsi: fix theoretical memory leak
Nicolai Hähnle
2017-09-18
1
-2
/
+5
*
mesa/st/tests: Correct build flags and force -std=c++11
Gert Wollny
2017-09-15
1
-9
/
+5
*
st/mesa: set UseSTD430AsDefaultPacking const based on CAP
Timothy Arceri
2017-09-15
1
-0
/
+3
*
mesa/st: add LOAD support for UBOs
Timothy Arceri
2017-09-15
1
-79
/
+119
*
mesa/st: create add_buffer_to_load_and_stores() helper
Timothy Arceri
2017-09-15
1
-19
/
+27
*
st/glsl->tgsi: fix u64 to bool comparisons.
Dave Airlie
2017-09-15
1
-1
/
+15
*
st/glsl_to_tgsi: remove unused code in temprename
Nicolai Hähnle
2017-09-13
1
-15
/
+1
*
st/glsl_to_tgsi: be precise about merging scopes
Nicolai Hähnle
2017-09-13
1
-2
/
+2
*
mesa/st: Include builddir/src/compiler/glsl to fix make check
Aaron Watry
2017-09-11
1
-0
/
+1
*
st/glsl_to_tgsi: only the first (inner-most) array reference can be a 2D index
Nicolai Hähnle
2017-09-11
1
-1
/
+1
*
mesa/st: Fix frontbuffer rendering regression
Thomas Hellstrom
2017-09-08
1
-0
/
+3
*
mesa/st/tests: Fix regressions with libunwind enabled introduced with 7be6d8fe12
Gert Wollny
2017-09-07
1
-0
/
+1
*
st/mesa: skip draw calls with pipe_draw_info::count == 0
Marek Olšák
2017-09-07
1
-1
/
+6
[next]