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: skip draw calls with pipe_draw_info::count == 0
Marek Olšák
2017-09-07
1
-1
/
+6
*
mesa/st/st_glsl_to_tgsi_temprename.cpp: Fix compilation with MSVC
Gert Wollny
2017-09-06
1
-1
/
+9
*
mesa/st: glsl_to_tgsi: tie in new temporary register merge approach
Gert Wollny
2017-09-06
1
-50
/
+16
*
mesa/st: glsl_to_tgsi: Add test set for evaluation of rename mapping
Gert Wollny
2017-09-06
1
-0
/
+169
*
mesa/st: glsl_to_tgsi: add register rename mapping evaluator
Gert Wollny
2017-09-06
3
-5
/
+137
*
mesa/st: glsl_to_tgsi: add tests for the new temporary lifetime tracker
Gert Wollny
2017-09-06
4
-3
/
+1481
*
mesa/st: glsl_to_tgsi: implement new temporary register lifetime tracker
Gert Wollny
2017-09-06
2
-0
/
+941
*
mesa/st: glsl_to_tgsi move some helper classes to extra files
Gert Wollny
2017-09-06
3
-287
/
+366
*
st_glsl_to_tgsi: rewrite rename registers to use array fully.
Dave Airlie
2017-09-06
1
-29
/
+26
*
st/glsl_to_tgsi: inline src_register into translate_src
Nicolai Hähnle
2017-09-04
1
-75
/
+77
*
st/glsl_to_tgsi: ir_load_ubo always has a second index
Nicolai Hähnle
2017-09-04
1
-2
/
+1
*
st/drawpixels: always use two-dimensional constant references
Nicolai Hähnle
2017-09-04
1
-0
/
+2
*
st/mesa: fix view template initialization in try_pbo_readpixels
Roland Scheidegger
2017-09-03
1
-1
/
+1
*
st/mesa: only try to create 1x msaa surfaces for "fake" msaa drivers
Brian Paul
2017-08-31
3
-14
/
+24
*
mesa/st: remove unwanted backup file
Eric Engestrom
2017-08-30
1
-479
/
+0
*
util: move string_to_uint_map to glsl
Emil Velikov
2017-08-29
2
-1
/
+480
*
st/mesa: fix XPD lowering - don't read dst
Marek Olšák
2017-08-29
1
-3
/
+6
*
st/mesa: fix handling of vertex array double inputs
Ilia Mirkin
2017-08-28
1
-1
/
+3
*
mesa: Implement GL_ARB_polygon_offset_clamp
Adam Jackson
2017-08-25
1
-1
/
+1
*
mesa: Implement GL_ARB_texture_filter_anisotropic
Adam Jackson
2017-08-25
1
-0
/
+4
*
glsl: pass shader source keys to the disk cache
Timothy Arceri
2017-08-25
1
-1
/
+1
*
st/mesa: add const qualifiers in st_extensions.c
Brian Paul
2017-08-24
1
-5
/
+5
*
st/mesa: whitespace/indentation fixes in st_init_extensions()
Brian Paul
2017-08-24
1
-5
/
+6
*
gallium: remove TGSI opcode SCS
Marek Olšák
2017-08-22
2
-12
/
+4
*
st/glsl_to_tgsi: fix getting the image type for array of structs (again)
Samuel Pitoiset
2017-08-22
1
-5
/
+3
*
gallium: remove TGSI opcode XPD
Marek Olšák
2017-08-22
1
-7
/
+11
*
gallium: remove TGSI opcode DPH
Marek Olšák
2017-08-22
1
-2
/
+11
*
gallium: remove TGSI opcode DP2A
Marek Olšák
2017-08-22
1
-1
/
+0
*
glsl_to_tgsi: clean up opcode translation
Marek Olšák
2017-08-22
1
-62
/
+30
*
mesa: pass ctx to add_uniform_to_shader constructor
Timothy Arceri
2017-08-22
2
-2
/
+2
*
mesa/st: simplify some UBO index logic
Timothy Arceri
2017-08-22
1
-3
/
+2
*
st/mesa: remove Windows hack for glFinish
Brian Paul
2017-08-16
1
-12
/
+0
*
st/mesa: fix a null pointer access
Frank Richter
2017-08-16
1
-1
/
+1
*
st/mesa: correctly calculate the storage offset
Timothy Arceri
2017-08-15
3
-2
/
+163
*
glsl: pass mem_ctx to constant_expression_value(...) and friends
Timothy Arceri
2017-08-11
1
-2
/
+5
*
glsl: stop copying struct and interface member names
Timothy Arceri
2017-08-11
1
-18
/
+16
*
glsl: calculate number of operands in an expression once
Timothy Arceri
2017-08-11
1
-3
/
+3
*
mesa: hook up UUID queries for driver and device
Andres Rodriguez
2017-08-06
1
-0
/
+22
*
mesa/st: expose EXT_memory_object and EXT_memory_object_fd
Andres Rodriguez
2017-08-06
1
-0
/
+2
*
mesa/st: implement memory objects as a backend for buffer objects
Andres Rodriguez
2017-08-06
1
-17
/
+49
*
mesa/st: implement memory objects as a backend for texture storage
Dave Airlie
2017-08-06
2
-12
/
+106
*
mesa/st: factor out st_AllocTextureStorage into a helper
Andres Rodriguez
2017-08-06
1
-7
/
+19
*
mesa/st: start adding memory object support
Dave Airlie
2017-08-06
3
-0
/
+91
*
st/mesa: fix handling of NumSamples=1 (v2)
Brian Paul
2017-08-03
2
-4
/
+6
*
st/mesa: minor clean-ups in st_atom_msaa.c
Brian Paul
2017-08-03
1
-16
/
+18
*
gallium/st: Add a method to flush outstanding swapbuffers
Thomas Hellstrom
2017-08-03
3
-0
/
+27
*
st/mesa: replace st_shader_stage_to_ptarget
Nicolai Hähnle
2017-08-02
5
-31
/
+8
*
mesa/st: Reduce the number of frontbuffer flush calls
Thomas Hellstrom
2017-08-02
2
-39
/
+10
*
st/mesa: implement ARB_transform_feedback_overflow_query
Nicolai Hähnle
2017-08-02
2
-1
/
+4
*
mesa/st: fix conditional jump depends on uninitialised value
Timothy Arceri
2017-08-02
1
-0
/
+1
[next]