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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: rework the meaning of gl_debug_message::length
Emil Velikov
2015-12-04
1
-16
/
+24
*
mesa: errors: validate the length of null terminated string
Emil Velikov
2015-12-04
1
-3
/
+17
*
mesa: accept TYPE_PUSH/POP_GROUP with glDebugMessageInsert
Emil Velikov
2015-12-04
1
-1
/
+1
*
mesa: add SEVERITY_NOTIFICATION to default state
Emil Velikov
2015-12-04
1
-2
/
+3
*
mesa: return the correct value for GroupStackDepth
Emil Velikov
2015-12-04
1
-1
/
+1
*
mesa: rename GroupStackDepth to CurrentGroup
Emil Velikov
2015-12-04
1
-16
/
+16
*
mesa: do not enable KHR_debug for ES 1.0
Emil Velikov
2015-12-04
1
-1
/
+1
*
glapi: add GetPointervKHR to the ES dispatch
Emil Velikov
2015-12-04
1
-1
/
+4
*
mesa: remove len argument from _mesa_shader_debug()
Emil Velikov
2015-12-04
2
-7
/
+6
*
mesa/version: Update gl_extensions::Version during version override
Nanley Chery
2015-12-04
1
-0
/
+1
*
mesa: fix VIEWPORT_INDEX_PROVOKING_VERTEX and LAYER_PROVOKING_VERTEX queries
Roland Scheidegger
2015-12-04
3
-2
/
+8
*
mesa/teximage: Fix S3TC regression due to ASTC interaction
Nanley Chery
2015-11-30
1
-28
/
+15
*
mesa/extensions: Enable overriding permanently enabled extensions
Nanley Chery
2015-11-30
1
-40
/
+24
*
mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists
Ilia Mirkin
2015-11-30
4
-4
/
+11
*
glsl: implement recent spec update to SSO validation
Timothy Arceri
2015-11-29
1
-0
/
+24
*
Revert "mesa: return initial value for VALIDATE_STATUS if pipe not bound"
Timothy Arceri
2015-11-29
1
-2
/
+1
*
texgetimage: consolidate 1D array handling code.
Dave Airlie
2015-11-29
1
-15
/
+11
*
mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...
Ian Romanick
2015-11-24
2
-9
/
+22
*
mesa: Refactor update_array_format to make _mesa_update_array_format_public
Ian Romanick
2015-11-24
2
-19
/
+57
*
mesa: Make bind_vertex_buffer avilable outside varray.c
Ian Romanick
2015-11-24
2
-14
/
+22
*
mesa: update some old-style (K&R?) function pointer calls
Brian Paul
2015-11-20
6
-7
/
+7
*
glsl: add subroutine index qualifier support
Timothy Arceri
2015-11-21
2
-0
/
+8
*
mesa: remove unused var in _mesa_PushDebugGroup()
Brian Paul
2015-11-20
1
-1
/
+0
*
mesa: whitespaces fixes in _mesa_one_time_init_extension_overrides()
Brian Paul
2015-11-20
1
-6
/
+7
*
mesa: re-enable KHR_debug for ES contexts
Boyan Ding
2015-11-20
1
-1
/
+1
*
main: Don't restrict several KHR_debug enum to desktop GL
Boyan Ding
2015-11-20
2
-12
/
+3
*
mesa: use the correct string for the ES GL_KHR_debug functions
Emil Velikov
2015-11-20
3
-19
/
+77
*
mesa: Extension tracking for EXT_shader_samples_indentical
Ian Romanick
2015-11-19
2
-0
/
+2
*
mesa: Add test for sorted extension table
Nanley Chery
2015-11-19
2
-0
/
+52
*
mesa/extensions: Sort the extension table alphabetically
Nanley Chery
2015-11-19
1
-81
/
+93
*
mesa: enable EXT_blend_func_extended if the driver supports the ARB version
Ryan Houdek
2015-11-19
1
-0
/
+1
*
mesa: allow MAX_DUAL_SOURCE_DRAW_BUFFERS to be available to ES
Ryan Houdek
2015-11-19
1
-1
/
+3
*
mesa: enable usage of blend_func_extended blend factors in GLES2
Ryan Houdek
2015-11-19
1
-3
/
+3
*
glapi: add EXT_blend_func_extended XML definitions
Ryan Houdek
2015-11-19
1
-0
/
+8
*
mesa: Don't expose GL_EXT_shader_integer_mix in GLES 1.x
Ian Romanick
2015-11-18
1
-1
/
+1
*
mesa: do runtime validation of precision varyings only on ES
Tapani Pälli
2015-11-17
1
-3
/
+13
*
mesa: minor comment fix in blend.c
Brian Paul
2015-11-13
1
-1
/
+1
*
mesa: Replace gl_extensions::EXT_texture3D with ::dummy_true
Nanley Chery
2015-11-12
3
-4
/
+2
*
mesa: fix MSVC build break in extensions.h
Brian Paul
2015-11-12
1
-1
/
+3
*
mesa: In helpers, only check driver capability for meta
Nanley Chery
2015-11-12
3
-1
/
+8
*
mesa/extensions: Prefix global struct and extension type
Nanley Chery
2015-11-12
2
-23
/
+23
*
mesa: Generate a helper function for each extension
Nanley Chery
2015-11-12
3
-22
/
+44
*
mesa/extensions: Replace extension::api_set with ::version
Nanley Chery
2015-11-12
2
-336
/
+331
*
mesa/extensions: Use _mesa_extension_supported()
Nanley Chery
2015-11-12
2
-46
/
+14
*
mesa/extensions: Create _mesa_extension_supported()
Nanley Chery
2015-11-12
1
-0
/
+18
*
mesa/extensions: Add extension::version
Nanley Chery
2015-11-12
2
-320
/
+334
*
mesa/extensions: Move entries entries to separate file
Nanley Chery
2015-11-12
2
-325
/
+326
*
mesa/extensions: Wrap array entries in macros
Nanley Chery
2015-11-12
1
-327
/
+328
*
mesa/extensions: Remove array sentinel
Nanley Chery
2015-11-12
1
-18
/
+25
*
mesa: validate precision of varyings during ValidateProgramPipeline
Tapani Pälli
2015-11-12
3
-0
/
+80
[next]