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/shader: return correct attribute location for double matrix arrays
Dave Airlie
2015-12-11
1
-3
/
+8
*
blit: Don't take into account the Mesa format when checking MSRT blit
Neil Roberts
2015-12-10
1
-13
/
+15
*
glsl: Add lowering pass for shared variable references
Jordan Justen
2015-12-09
1
-0
/
+7
*
mesa: invalidate pipeline status after glUseProgramStages
Tapani Pälli
2015-12-10
1
-0
/
+2
*
mesa/varray: set double arrays to non-normalised.
Dave Airlie
2015-12-10
1
-1
/
+1
*
mesa: fix ID usage for buffer warnings
Brian Paul
2015-12-09
1
-6
/
+12
*
mesa: Fix a typo in a comment
Andreas Boll
2015-12-09
1
-1
/
+1
*
mesa: Fix typos in print messages
Andreas Boll
2015-12-09
2
-2
/
+2
*
mesa: detect inefficient buffer use and report through debug output
Brian Paul
2015-12-09
2
-0
/
+59
*
mesa: remove _mesa_tex_target_is_array
Alejandro Piñeiro
2015-12-07
2
-17
/
+0
*
mesa: move GLES checks for SSO input/output validation
Timothy Arceri
2015-12-07
1
-22
/
+23
*
mesa: move GL_INVALID_OPERATION error to rendering call
Timothy Arceri
2015-12-07
3
-25
/
+15
*
mesa: move pipeline input/output validation inside _mesa_validate_program_pip...
Timothy Arceri
2015-12-07
1
-15
/
+15
*
glsl: re-validate program pipeline after sampler change
Timothy Arceri
2015-12-07
1
-0
/
+4
*
mesa/tests: add KHR_debug GLES glGetPointervKHR entry points
Emil Velikov
2015-12-04
1
-1
/
+4
*
mesa: rework the meaning of gl_debug_message::length
Emil Velikov
2015-12-03
1
-16
/
+24
*
mesa: errors: validate the length of null terminated string
Emil Velikov
2015-12-03
1
-3
/
+17
*
mesa: accept TYPE_PUSH/POP_GROUP with glDebugMessageInsert
Emil Velikov
2015-12-03
1
-1
/
+1
*
mesa: add SEVERITY_NOTIFICATION to default state
Emil Velikov
2015-12-03
1
-2
/
+3
*
mesa: return the correct value for GroupStackDepth
Emil Velikov
2015-12-03
1
-1
/
+1
*
mesa: rename GroupStackDepth to CurrentGroup
Emil Velikov
2015-12-03
1
-16
/
+16
*
mesa: do not enable KHR_debug for ES 1.0
Emil Velikov
2015-12-03
1
-1
/
+1
*
mesa/version: Update gl_extensions::Version during version override
Nanley Chery
2015-12-03
1
-0
/
+1
*
mesa: print enum names rather than hexadecimal values in error messages
Brian Paul
2015-12-03
1
-6
/
+6
*
mesa: print enum string in compressed_subtexture_error_check() error msg
Brian Paul
2015-12-02
1
-2
/
+2
*
mesa: fix VIEWPORT_INDEX_PROVOKING_VERTEX and LAYER_PROVOKING_VERTEX queries
Roland Scheidegger
2015-12-02
3
-2
/
+8
*
Remove Sun CC specific code.
Jose Fonseca
2015-12-02
1
-14
/
+0
*
mesa: Drop the blacklisting of new GL enums.
Eric Anholt
2015-12-01
1
-3
/
+2
*
mesa: Drop bitfield "enums" from the enum-to-string table.
Eric Anholt
2015-12-01
1
-13
/
+12
*
mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.
Eric Anholt
2015-12-01
1
-3
/
+1
*
mesa: Cut enum_strings.cpp test down to a few hand-chosen enums.
Eric Anholt
2015-12-01
1
-1822
/
+36
*
mesa: remove len argument from _mesa_shader_debug()
Emil Velikov
2015-11-29
2
-7
/
+6
*
mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists
Ilia Mirkin
2015-11-28
4
-4
/
+11
*
glsl: don't generate extra errors in ValidateProgramPipeline
Timothy Arceri
2015-11-27
1
-2
/
+5
*
mesa: remove ARB_geometry_shader4
Marta Lofstedt
2015-11-26
8
-82
/
+8
*
mesa: error out in indirect draw when vertex bindings mismatch
Tapani Pälli
2015-11-26
3
-0
/
+27
*
mesa/main: allow delayed initialization of performance monitors
Nicolai Hähnle
2015-11-25
2
-4
/
+36
*
mesa: Use unreachable() instead of a default case.
Matt Turner
2015-11-24
1
-5
/
+5
*
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
*
glsl: implement recent spec update to SSO validation
Timothy Arceri
2015-11-24
1
-0
/
+24
*
Revert "mesa: return initial value for VALIDATE_STATUS if pipe not bound"
Timothy Arceri
2015-11-24
1
-2
/
+1
*
texgetimage: consolidate 1D array handling code.
Dave Airlie
2015-11-24
1
-15
/
+11
*
mesa/teximage: Fix S3TC regression due to ASTC interaction
Nanley Chery
2015-11-22
1
-28
/
+15
*
mesa/extensions: Enable overriding permanently enabled extensions
Nanley Chery
2015-11-22
1
-40
/
+24
*
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
[next]