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: simplify code due to unification to st_common_program
Marek Olšák
2017-05-08
4
-99
/
+35
*
st/mesa: simplify update_constants functions
Marek Olšák
2017-05-08
4
-38
/
+17
*
st/mesa: unify TCS, TES, GS st_*_program structures
Marek Olšák
2017-05-08
10
-160
/
+94
*
st/mesa: decrease the size of remaining st_translate_program array params
Marek Olšák
2017-05-08
7
-11
/
+11
*
st/mesa: remove unused outputSlotToAttr
Marek Olšák
2017-05-08
3
-11
/
+0
*
st/mesa: remove st_context::vertex_result_to_slot
Marek Olšák
2017-05-08
4
-8
/
+4
*
st/mesa: decrease the size of st_vertex_program
Marek Olšák
2017-05-08
10
-36
/
+36
*
st/mesa: remove struct st_tracked_state
Marek Olšák
2017-05-08
22
-398
/
+118
*
st/glsl_to_tgsi: don't use rzalloc_array() when it's unnecessary
Samuel Pitoiset
2017-05-08
1
-6
/
+6
*
st/mesa: stop calling _mesa_init_buffer_object_functions()
Timothy Arceri
2017-05-07
1
-3
/
+0
*
glsl: add ARB_bindless_texture operations
Samuel Pitoiset
2017-05-06
1
-0
/
+5
*
st/glsl_to_tgsi: fix renumber_registers() in presence of dead code
Samuel Pitoiset
2017-05-05
1
-5
/
+34
*
mesa/st: compute support for glsl_to_nir
Rob Clark
2017-05-04
4
-1
/
+32
*
glsl: rename image_* qualifiers to memory_*
Samuel Pitoiset
2017-05-04
1
-3
/
+3
*
st/glsl_to_tgsi: remove unrequired tgsi_get_opcode_info() call
Timothy Arceri
2017-05-04
1
-1
/
+1
*
st/mesa: use min_index and max_index directly from vbo
Marek Olšák
2017-04-28
1
-7
/
+2
*
st/mesa: add more fallback gallium formats for GL integer formats
Brian Paul
2017-04-28
1
-25
/
+25
*
st/mesa: whitespace clean-ups in st_manager.c
Brian Paul
2017-04-28
1
-7
/
+8
*
st/mesa: remove redundant stfb->iface checks
Nicolai Hähnle
2017-04-28
2
-9
/
+2
*
st/mesa: don't cast the incomplete framebufer to st_framebuffer
Nicolai Hähnle
2017-04-28
2
-2
/
+4
*
st/glsl_to_tgsi: make undef_src and undef_dst const
Nicolai Hähnle
2017-04-28
1
-2
/
+2
*
st/glsl_to_tgsi: cleanup using visit_generic_intrinsic
Nicolai Hähnle
2017-04-28
1
-8
/
+2
*
glsl: remove the shader_group_vote and shader_ballot expression ops
Nicolai Hähnle
2017-04-28
1
-18
/
+0
*
st/glsl_to_tgsi: implement shader_group_vote and shader_ballot intrinsics
Nicolai Hähnle
2017-04-28
1
-0
/
+36
*
glsl: add intrinsics for ARB_shader_group_vote and ARB_shader_ballot
Nicolai Hähnle
2017-04-28
1
-0
/
+6
*
st/mesa: minor clean-ups in st_update_renderbuffer_surface()
Brian Paul
2017-04-26
1
-9
/
+8
*
st/glsl_to_tgsi: disable the merge registers pass conditionally
Samuel Pitoiset
2017-04-26
1
-1
/
+6
*
mesa: replace _mesa_index_buffer::type with index_size
Marek Olšák
2017-04-22
2
-11
/
+9
*
glsl: make use of glsl_type::is_double()
Samuel Pitoiset
2017-04-21
1
-1
/
+1
*
glsl: make use of glsl_type::is_boolean()
Samuel Pitoiset
2017-04-21
1
-1
/
+1
*
glsl: make use of glsl_type::is_record()
Samuel Pitoiset
2017-04-21
1
-2
/
+2
*
glsl: make use of glsl_type::is_array()
Samuel Pitoiset
2017-04-21
1
-1
/
+1
*
st/mesa: use one big translation table in st_pipe_vertex_format
Marek Olšák
2017-04-20
1
-242
/
+228
*
st/mesa: check in advance in st_draw_vbo whether the bitmap cache is empty
Marek Olšák
2017-04-20
1
-1
/
+3
*
st/mesa: put the bitmap_cache structure inside st_context
Marek Olšák
2017-04-20
3
-43
/
+36
*
st/mesa: inline and optimize st_invalidate_readpix_cache
Marek Olšák
2017-04-20
2
-10
/
+11
*
st/mesa: invalidate the readpix cache in st_indirect_draw_vbo
Marek Olšák
2017-04-20
1
-0
/
+2
*
gallium: fold u_trim_pipe_prim call from st/mesa to drivers
Marek Olšák
2017-04-20
1
-10
/
+2
*
st/mesa: add st_convert_sampler()
Samuel Pitoiset
2017-04-18
2
-12
/
+36
*
mesa: rename _mesa_add_renderbuffer* functions
Timothy Arceri
2017-04-18
1
-4
/
+4
*
st/mesa: enable ARB_shader_viewport_layer_array
Nicolai Hähnle
2017-04-14
1
-0
/
+5
*
st/mesa: fix wrong comparison in update_framebuffer_state()
Samuel Pitoiset
2017-04-13
1
-4
/
+4
*
st/mesa: add some _mesa_is_winsys_fbo() assertions
Brian Paul
2017-04-12
2
-2
/
+9
*
st/mesa: minor optimization in st_DrawBuffers()
Brian Paul
2017-04-12
1
-8
/
+16
*
mesa/st: only update samplers for stages that have changed
Timothy Arceri
2017-04-13
4
-28
/
+94
*
st/mesa: Fix missing-braces warning.
Vinson Lee
2017-04-12
1
-1
/
+1
*
mesa/st: remove _mesa_get_fallback_texture() calls
Timothy Arceri
2017-04-12
2
-10
/
+3
*
mesa/st: take ownership rather than adding reference for new renderbuffers
Timothy Arceri
2017-04-10
1
-5
/
+13
*
st/mesa: Use compressed fog mode for atifs.
Gustaw Smolarczyk
2017-04-08
2
-19
/
+4
*
st/mesa: silence unused/uninitialized var warnings
Brian Paul
2017-04-07
1
-1
/
+2
[prev]
[next]