index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/fbobject: Update CubeMapFace when reusing textures
Nanley Chery
2016-12-16
1
-0
/
+1
*
mesa: only verify that enabled arrays have backing buffers
Ilia Mirkin
2016-12-14
1
-1
/
+1
*
mesa: fix active subroutine uniforms properly
Timothy Arceri
2016-12-14
1
-103
/
+8
*
mesa: fix empty program log length
Tapani Pälli
2016-11-24
2
-3
/
+6
*
mesa: Drop PATH_MAX usage.
Kenneth Graunke
2016-11-24
2
-34
/
+15
*
Fix races during _mesa_HashWalk().
Steinar H. Gunderson
2016-11-24
1
-11
/
+7
*
mesa/glsl: delete previously linked shaders earlier when linking
Timothy Arceri
2016-11-09
2
-14
/
+12
*
mesa: fix error handling in DrawBuffers
Tapani Pälli
2016-10-27
1
-34
/
+37
*
mesa: remove gl_shader_compiler_options::EmitNoNoise
Marek Olšák
2016-10-19
1
-1
/
+0
*
util: move min/max/clamp macros to util macros.h
Dave Airlie
2016-10-19
1
-13
/
+0
*
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
*
mesa: rename gl_vertex_attrib_array gl_array_attributes
Brian Paul
2016-10-13
7
-27
/
+27
*
mesa: rename gl_vertex_attrib_array::VertexBinding
Brian Paul
2016-10-13
4
-23
/
+23
*
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
6
-9
/
+14
*
mesa: remove 'params' parameter from ctx->Driver.TexParameter()
Brian Paul
2016-10-13
4
-29
/
+14
*
mesa: fix error handling in _mesa_TransformFeedbackVaryings
Tapani Pälli
2016-10-11
1
-10
/
+6
*
mesa: throw error if bufSize negative in GetSynciv on OpenGL ES
Tapani Pälli
2016-10-10
1
-0
/
+8
*
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
*
mesa: call ctx->Driver.TexParameter() in texture_buffer_range()
Brian Paul
2016-10-06
1
-0
/
+13
*
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
*
mesa: annotate AttribFuncsARB[] as const
Emil Velikov
2016-10-06
1
-1
/
+1
*
mesa: remove the UsesDFdy flag
Timothy Arceri
2016-10-06
1
-1
/
+0
*
mesa: Raise INVALID_ENUM in FramebufferTexture*D for unknown textargets.
Kenneth Graunke
2016-10-04
1
-2
/
+3
*
mesa: Reorganize check_textarget().
Kenneth Graunke
2016-10-04
1
-43
/
+37
*
mesa: Add a check for OES_viewport_array
Anuj Phogat
2016-10-04
1
-1
/
+3
*
mesa: Enable enums for OES_viewport_array
Anuj Phogat
2016-10-04
2
-4
/
+10
*
mesa: use uint32_t rather than unsigned for xfb struct members
Timothy Arceri
2016-10-01
1
-10
/
+10
*
mesa: move _mesa_valid_to_render() to api_validate.c
Brian Paul
2016-09-30
5
-191
/
+195
*
glsl: don't crash when dumping shaders if some come from cache
Timothy Arceri
2016-09-28
1
-2
/
+7
*
mesa/st: support lowering multi-planar YUV
Rob Clark
2016-09-26
1
-0
/
+16
*
Revert "glsl: move xfb BufferStride into gl_transform_feedback_info"
Timothy Arceri
2016-09-24
1
-3
/
+2
*
glsl: move xfb BufferStride into gl_transform_feedback_info
Timothy Arceri
2016-09-24
1
-2
/
+3
*
mesa: add implementations for new float depth functions
Ilia Mirkin
2016-09-22
1
-1
/
+18
*
mesa: move ARB_viewport_array params to a GLES 3.1-accessible section
Ilia Mirkin
2016-09-22
1
-6
/
+6
*
mesa: add GL_OES_viewport_array to the extension string
Ilia Mirkin
2016-09-22
2
-0
/
+2
*
mesa: add new entrypoints for GL_OES_viewport_array
Ilia Mirkin
2016-09-22
3
-0
/
+29
*
mesa: Implement ARB_shader_viewport_layer_array for i965
Dylan Baker
2016-09-20
2
-0
/
+2
*
mesa: Move buffers-unmapped earlier in check_valid_to_render().
Kenneth Graunke
2016-09-16
1
-6
/
+6
*
mesa: Expose GL_CONTEXT_FLAGS in ES 3.2.
Kenneth Graunke
2016-09-16
1
-3
/
+5
*
mesa: fix glGetFramebufferAttachmentParameteriv w/ on-demand FRONT_BACK alloc
Marek Olšák
2016-09-16
1
-2
/
+14
*
mesa: check for no matrix change in _mesa_LoadMatrixf()
Brian Paul
2016-09-15
1
-3
/
+5
*
mesa: Expose RESET_NOTIFICATION_STRATEGY with KHR_robustness.
Kenneth Graunke
2016-09-15
2
-3
/
+10
*
glsl: add core plumbing for GL_ANDROID_extension_pack_es31a
Ilia Mirkin
2016-09-13
2
-0
/
+3
[next]