index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: fix indentation in vertex_attrib_binding()
Brian Paul
2016-10-13
1
-2
/
+2
*
mesa: add sanity check assertion in update_array_format
Brian Paul
2016-10-13
1
-0
/
+3
*
mesa: remove needless cast in update_array()
Brian Paul
2016-10-13
1
-1
/
+1
*
mesa: simplify update_array() with a vao local var
Brian Paul
2016-10-13
1
-7
/
+7
*
vbo: simplify some code in check_draw_elements_data()
Brian Paul
2016-10-13
1
-5
/
+4
*
mesa: rename gl_vertex_attrib_array gl_array_attributes
Brian Paul
2016-10-13
8
-31
/
+31
*
mesa: rename gl_vertex_attrib_array::VertexBinding
Brian Paul
2016-10-13
5
-26
/
+26
*
mesa: rename some vars in arrayobj.c
Brian Paul
2016-10-13
1
-24
/
+31
*
mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffers
Brian Paul
2016-10-13
7
-10
/
+15
*
mesa: remove 'params' parameter from ctx->Driver.TexParameter()
Brian Paul
2016-10-13
8
-37
/
+20
*
gallium: add PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY
Marek Olšák
2016-10-13
1
-1
/
+2
*
st/mesa: fix vertex elements setup for doubles
Nicolai Hähnle
2016-10-13
1
-48
/
+50
*
st/glsl_to_tgsi: remove unnecessary ir_instruction argument from get_opcode
Nicolai Hähnle
2016-10-13
1
-3
/
+3
*
st/glsl_to_tgsi: fix textureGatherOffset with indirectly loaded offsets
Nicolai Hähnle
2016-10-13
1
-1
/
+17
*
st/glsl_to_tgsi: simplify translate_tex_offset
Nicolai Hähnle
2016-10-13
1
-50
/
+14
*
st/mesa: only flip stipple pattern for winsys fbo's
Ilia Mirkin
2016-10-12
1
-3
/
+7
*
st/mesa: enable ARB_enhanced_layouts and turn the cap on
Nicolai Hähnle
2016-10-12
1
-0
/
+7
*
st/glsl_to_tgsi: adjust swizzles and writemasks for explicit components
Nicolai Hähnle
2016-10-12
1
-19
/
+49
*
st/glsl_to_tgsi: explicitly track all input and output declaration
Nicolai Hähnle
2016-10-12
1
-154
/
+171
*
st/glsl_to_tgsi: mark "gaps" in input/output arrays as used
Nicolai Hähnle
2016-10-12
1
-8
/
+24
*
st/glsl_to_tgsi: disable on-the-fly peephole for 64-bit operations
Nicolai Hähnle
2016-10-12
1
-0
/
+4
*
st/glsl_to_tgsi: simpler fixup of empty writemasks
Nicolai Hähnle
2016-10-12
1
-27
/
+10
*
st/glsl_to_tgsi: explicit handling of writemask for depth/stencil export
Nicolai Hähnle
2016-10-12
1
-8
/
+17
*
mesa: fix error handling in _mesa_TransformFeedbackVaryings
Tapani Pälli
2016-10-11
1
-10
/
+6
*
i965: solve cubemap negative x/y/z faces buffer offset issue in dEQP.
Xu,Randy
2016-10-11
1
-1
/
+3
*
mesa: throw error if bufSize negative in GetSynciv on OpenGL ES
Tapani Pälli
2016-10-10
1
-0
/
+8
*
st/mesa: expose ARB_compute_variable_group_size
Samuel Pitoiset
2016-10-07
1
-0
/
+22
*
st/mesa: add support for dispatching a variable local size
Samuel Pitoiset
2016-10-07
1
-3
/
+12
*
st/mesa: add mapping for SYSTEM_VALUE_LOCAL_GROUP_SIZE
Samuel Pitoiset
2016-10-07
1
-0
/
+2
*
mesa/main: add support for ARB_compute_variable_groups_size
Samuel Pitoiset
2016-10-07
11
-1
/
+185
*
glapi: add entry points for GL_ARB_compute_variable_group_size
Samuel Pitoiset
2016-10-07
3
-0
/
+16
*
st/mesa: move all sampler view code into new st_sampler_view.[ch] files
Brian Paul
2016-10-06
13
-493
/
+589
*
st/mesa: optimize pipe_sampler_view validation
Brian Paul
2016-10-06
4
-30
/
+101
*
mesa: call ctx->Driver.TexParameter() in texture_buffer_range()
Brian Paul
2016-10-06
1
-0
/
+13
*
st/mesa: consolidate view format setup code
Brian Paul
2016-10-06
1
-34
/
+54
*
st/mesa: add some const qualifiers in st_atom_texture.c
Brian Paul
2016-10-06
1
-3
/
+5
*
st/mesa: simplify some code in get_texture_format_swizzle()
Brian Paul
2016-10-06
1
-5
/
+5
*
mesa: make _mesa_texture_buffer_range() static
Brian Paul
2016-10-06
2
-23
/
+19
*
mesa: add const qualifier, comment on can_avoid_reallocation()
Brian Paul
2016-10-06
1
-1
/
+8
*
mesa: add comment/assertion on get_tex_level_parameter_buffer()
Brian Paul
2016-10-06
1
-0
/
+5
*
autoconf: Make header install distinct for various APIs (v2)
Chuck Atkins
2016-10-06
1
-10
/
+0
*
mesa: annotate AttribFuncsARB[] as const
Emil Velikov
2016-10-06
1
-1
/
+1
*
i965: remove remaining tabs in brw_draw.c
Timothy Arceri
2016-10-06
1
-13
/
+13
*
i965: get inputs read from nir info
Timothy Arceri
2016-10-06
10
-20
/
+39
*
i965: get outputs written from nir info
Timothy Arceri
2016-10-06
6
-22
/
+34
*
i965: get outputs read from nir info
Timothy Arceri
2016-10-06
2
-2
/
+3
*
i965: remove remaining tabs in brw_wm.c
Timothy Arceri
2016-10-06
1
-44
/
+44
*
mesa: remove the UsesDFdy flag
Timothy Arceri
2016-10-06
4
-5
/
+0
*
i965: get uses discard from nir info
Timothy Arceri
2016-10-06
1
-2
/
+4
*
i965: get uses texture gather from nir info
Timothy Arceri
2016-10-06
3
-9
/
+11
[next]