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: Add functions for doing unlocked hash table lookups
Fredrik Höglund
2014-05-02
2
-9
/
+89
*
mesa: Optimize unbind_texobj_from_texunits()
Fredrik Höglund
2014-05-02
1
-9
/
+11
*
mesa: Add a _BoundTextures field in gl_texture_unit
Fredrik Höglund
2014-05-02
3
-0
/
+12
*
mesa: Store the target index in gl_texture_object
Fredrik Höglund
2014-05-02
2
-0
/
+4
*
mesa: move declarations before code in texstore.c
Brian Paul
2014-05-01
1
-8
/
+7
*
mesa: Allow FLOAT_32_UNSIGNED_INT_24_8_REV in get_tex_depth_stencil()
Anuj Phogat
2014-05-01
1
-2
/
+2
*
mesa: Add support to unpack depth-stencil texture in to FLOAT_32_UNSIGNED_INT...
Anuj Phogat
2014-05-01
2
-1
/
+87
*
mesa: Add new helper function _mesa_unpack_depth_stencil_row()
Anuj Phogat
2014-05-01
3
-6
/
+32
*
mesa: Remove redundant if checks in _mesa_texstore_xx_xx() functions
Anuj Phogat
2014-05-01
1
-89
/
+80
*
mesa: Allow srcFormat=GL_DEPTH_STENCIL in _mesa_texstore_xx_xx() functions
Anuj Phogat
2014-05-01
1
-2
/
+4
*
mesa: Add missing types in _mesa_texstore_xx_xx() functions
Anuj Phogat
2014-05-01
1
-2
/
+6
*
mesa: Add error condition for format=STENCIL_INDEX in glGetTexImage()
Anuj Phogat
2014-05-01
1
-0
/
+5
*
mesa: Add entry for extension ARB_texture_stencil8
Anuj Phogat
2014-05-01
1
-0
/
+1
*
glsl: Apply the link error conditions to GL_ARB_fragment_coord_conventions
Anuj Phogat
2014-05-01
1
-0
/
+6
*
glsl: Link error if fs defines conflicting qualifiers for gl_FragCoord
Anuj Phogat
2014-05-01
1
-0
/
+8
*
mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0
Anuj Phogat
2014-05-01
2
-7
/
+17
*
mesa: Fix querying location of nth element of an array variable
Anuj Phogat
2014-05-01
1
-5
/
+66
*
mesa: Move declaration to top of block.
José Fonseca
2014-05-01
1
-1
/
+2
*
mesa: Track maximum CurrentTexUnit to reduce glDeleteTextures() overhead.
Eric Anholt
2014-04-30
3
-1
/
+12
*
mesa: Rewrite shader-based texture image state updates.
Eric Anholt
2014-04-30
1
-49
/
+73
*
mesa: Split the shader texture update logic from fixed function.
Eric Anholt
2014-04-30
1
-90
/
+160
*
mesa: Finish removing the _ReallyEnabled field.
Eric Anholt
2014-04-30
2
-8
/
+2
*
mesa: Drop _ReallyEnabled usage from ff_fragment_shader.
Eric Anholt
2014-04-30
1
-14
/
+3
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
3
-3
/
+3
*
mesa: Ensure that (unit->_Current != 0) == (unit->_ReallyEnabled != 0).
Eric Anholt
2014-04-30
1
-0
/
+2
*
mesa: Drop _EnabledUnits.
Eric Anholt
2014-04-30
3
-8
/
+1
*
mesa: change invalid texture swizzle error to GL_INVALID_ENUM
Brian Paul
2014-04-30
1
-2
/
+2
*
mesa: overhaul debug namespace support
Chia-I Wu
2014-04-27
1
-178
/
+88
*
mesa: delay copying of debug groups
Chia-I Wu
2014-04-27
1
-41
/
+89
*
mesa: clean up debug output namespace handling
Chia-I Wu
2014-04-27
1
-139
/
+211
*
mesa: clean up debug groups
Chia-I Wu
2014-04-27
1
-42
/
+48
*
mesa: clean up debug message log
Chia-I Wu
2014-04-27
1
-36
/
+42
*
mesa: use accessors for struct gl_debug_state
Chia-I Wu
2014-04-27
6
-101
/
+154
*
mesa: eliminate debug output message_insert
Chia-I Wu
2014-04-27
1
-26
/
+19
*
mesa: eliminate debug output should_log
Chia-I Wu
2014-04-27
1
-29
/
+11
*
mesa: eliminate debug output control_app_messages
Chia-I Wu
2014-04-27
1
-66
/
+17
*
mesa: eliminate debug output get_msg
Chia-I Wu
2014-04-27
1
-73
/
+26
*
mesa: refactor _mesa_PopDebugGroup and _mesa_free_errors_data
Chia-I Wu
2014-04-27
1
-62
/
+63
*
mesa: refactor _mesa_PushDebugGroup
Chia-I Wu
2014-04-27
1
-42
/
+60
*
mesa: refactor debug output control_messages
Chia-I Wu
2014-04-27
1
-51
/
+62
*
mesa: refactor debug output get_msg
Chia-I Wu
2014-04-27
1
-11
/
+47
*
mesa: refactor debug out log_msg
Chia-I Wu
2014-04-27
1
-59
/
+75
*
mesa: refactor debug output set_message_state
Chia-I Wu
2014-04-27
1
-31
/
+39
*
mesa: refactor debug output should_log
Chia-I Wu
2014-04-27
1
-50
/
+61
*
mesa: refactor _mesa_get_debug_state
Chia-I Wu
2014-04-27
1
-25
/
+37
*
mesa: move declaration before code
Brian Paul
2014-04-21
1
-1
/
+1
*
mesa: Fix error code generation in glReadPixels()
Anuj Phogat
2014-04-21
1
-0
/
+16
*
mesa: Add an error condition in glGetFramebufferAttachmentParameteriv()
Anuj Phogat
2014-04-21
1
-0
/
+13
*
mesa: fix GetStringi error message with correct function name
Benjamin Bellec
2014-04-21
1
-1
/
+1
*
mesa: Track max enabled tex image unit
Chris Forbes
2014-04-21
2
-0
/
+5
[next]