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
Commit message (
Expand
)
Author
Age
Files
Lines
*
state_tracker: Fix check for scissor enabled when < 0.
Eric Anholt
2016-10-16
1
-2
/
+2
*
i965: Enable OpenGL 4.5.
Kenneth Graunke
2016-10-14
2
-2
/
+2
*
intel/blorp: Add a flag to make blorp not re-emit dept/stencil buffers
Jason Ekstrand
2016-10-14
1
-6
/
+6
*
i915: workaround multiple intelFenceExtension definitions
Emil Velikov
2016-10-14
1
-0
/
+1
*
i965: Sort some extension names
Ian Romanick
2016-10-14
1
-3
/
+3
*
i915: store reference to the context within struct intel_fence (v2)
Mauro Rossi
2016-10-14
1
-11
/
+44
*
i915/sync: Implement DRI2_Fence extension
Mauro Rossi
2016-10-14
3
-30
/
+152
*
i915/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
Mauro Rossi
2016-10-14
2
-26
/
+30
*
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
[next]