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
*
mesa: pass gl_program to _mesa_associate_uniform_storage()
Samuel Pitoiset
2017-06-14
3
-6
/
+3
*
st/mesa: unmap the stream_uploader buffer before drawing
Brian Paul
2017-06-13
1
-0
/
+4
*
st_glsl_to_tgsi: init index to 0 before get_deref_offsets()
Samuel Pitoiset
2017-06-13
1
-2
/
+2
*
st/mesa: skip texture validation logic when nothing has changed
Timothy Arceri
2017-06-13
3
-0
/
+39
*
st_glsl_to_tgsi: don't try and pass 32-bit values to get_deref_offsets
Dave Airlie
2017-06-13
1
-3
/
+6
*
st/mesa: call check_program_state only when needed
Marek Olšák
2017-06-12
1
-2
/
+5
*
mesa: make use of NewScissorTest driver flags
Samuel Pitoiset
2017-06-09
1
-3
/
+1
*
mesa: make use of NewScissorRect driver flags
Samuel Pitoiset
2017-06-09
1
-2
/
+2
*
mesa: inline vbo_exec_invalidate_state() and call from mesa core
Timothy Arceri
2017-06-09
1
-5
/
+0
*
mesa: stop passing state bitfield to UpdateState()
Timothy Arceri
2017-06-09
1
-1
/
+2
*
st/mesa: add st_invalidate_buffers() helper
Timothy Arceri
2017-06-09
4
-16
/
+26
*
glsl: Fix gl_shader_stage enum unsigned comparison
Rob Herring
2017-06-08
1
-0
/
+2
*
st_glsl_to_tgsi: cleanup variable storage search.
Dave Airlie
2017-06-08
1
-6
/
+4
*
st_glsl_to_tgsi: replace variables tracking list with a hash table
Dave Airlie
2017-06-08
1
-13
/
+33
*
st_glsl_to_tgsi: rewrite rename registers to use array fully.
Dave Airlie
2017-06-08
1
-26
/
+23
*
st_glsl_to_tgsi: bump index back up to 32-bit
Dave Airlie
2017-06-08
1
-2
/
+2
*
st/mesa: don't keep framebuffer state in st_context
Marek Olšák
2017-06-07
7
-51
/
+48
*
st/mesa: cache pipe_surface for GL_FRAMEBUFFER_SRGB changes
Marek Olšák
2017-06-07
4
-29
/
+41
*
st/mesa: use gl_driver_flags::NewFramebufferSRGB
Marek Olšák
2017-06-07
1
-3
/
+6
*
mesa: make use of NewWindowRectangles driver flags
Samuel Pitoiset
2017-06-06
1
-2
/
+2
*
st/mesa: don't load cached TGSI shaders on demand
Marek Olšák
2017-06-05
1
-1
/
+6
*
st/mesa: Add support for ARB_post_depth_coverage
Lyude
2017-06-02
2
-1
/
+7
*
mesa/st: indentation tidy-up
Timothy Arceri
2017-05-31
1
-33
/
+32
*
mesa: GL_ARB_shader_subroutine is not optional in core profile
Ian Romanick
2017-05-22
1
-1
/
+0
*
driconf: Add allow_glsl_builtin_variable_redeclaration option
John Brooks
2017-05-20
1
-0
/
+2
*
st/mesa: don't mark the program as in cache_fallback when there is cache miss
Timothy Arceri
2017-05-20
1
-1
/
+1
*
mesa: add an env var to force cache fallback
Timothy Arceri
2017-05-20
1
-1
/
+5
*
st/mesa: improve shader cache debug info
Timothy Arceri
2017-05-20
1
-2
/
+4
*
st/mesa: silence a valgrind warning in u_threaded_context due to st_draw_vbo
Marek Olšák
2017-05-18
1
-0
/
+1
*
glsl_to_tgsi: declare all SSBOs and atomics when indirect indexing is used
Marek Olšák
2017-05-18
1
-16
/
+14
*
tgsi: store the sampler view type directly in the instruction
Samuel Pitoiset
2017-05-18
4
-16
/
+28
*
st/mesa: remove an incorrect assertion
Nicolai Hähnle
2017-05-18
1
-2
/
+0
*
mesa: add gl_constants::AllowMappedBuffersDuringExecution
Marek Olšák
2017-05-17
1
-0
/
+3
*
mesa/st: fix yuv EGLImage's
Rob Clark
2017-05-16
1
-2
/
+30
*
gallium: add flag PIPE_CONTEXT_PREFER_THREADED
Marek Olšák
2017-05-15
1
-1
/
+1
*
st/mesa: move the logic of all_varyings_in_vbos into st_update_array
Marek Olšák
2017-05-10
3
-25
/
+12
*
st/mesa: unify common code in st_draw_vbo functions
Marek Olšák
2017-05-10
1
-27
/
+21
*
st/mesa: make st_draw_vbo static
Marek Olšák
2017-05-10
3
-14
/
+2
*
st/mesa: upload zero-stride vertex attributes here
Marek Olšák
2017-05-10
3
-16
/
+48
*
st/mesa: simplify the signature of get_client_array
Marek Olšák
2017-05-10
1
-10
/
+8
*
st/mesa: remove vpv->num_inputs dereferences in st_update_array
Marek Olšák
2017-05-10
1
-20
/
+20
*
st/mesa: fold error handling into setup_(non_)interleaved_attribs
Marek Olšák
2017-05-10
1
-18
/
+10
*
st/mesa: fold cso calls into setup_(non_)interleaved_attribs
Marek Olšák
2017-05-10
1
-46
/
+45
*
st/mesa: don't call util_draw_init_info in st_draw_vbo
Marek Olšák
2017-05-10
1
-2
/
+8
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
2
-57
/
+40
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
1
-8
/
+11
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
5
-30
/
+28
*
st/glsl_to_tgsi: make sure resource file for samplers is PROGRAM_SAMPLER
Samuel Pitoiset
2017-05-10
1
-9
/
+9
*
mesa: remove never used gl_shader_compiler_options::EmitNoFunctions
Samuel Pitoiset
2017-05-10
1
-1
/
+0
*
st/mesa: remove unused st parameter in init_velement_lowered
Marek Olšák
2017-05-08
1
-4
/
+3
[next]