index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: reimplement dispatch table no-op function handling
Brian Paul
2015-03-18
3
-67
/
+37
*
main: Correct _mesa_error with no format in bufferobj.c.
Laura Ekstrand
2015-03-17
1
-1
/
+1
*
main: Cosmetic changes to GetBufferSubData.
Laura Ekstrand
2015-03-17
2
-3
/
+3
*
main: Add entry point for GetNamedBufferSubData.
Laura Ekstrand
2015-03-17
3
-0
/
+27
*
main: Cosmetic updates to GetBufferPointerv.
Laura Ekstrand
2015-03-17
1
-4
/
+5
*
main: Add entry point for GetNamedBufferPointerv.
Laura Ekstrand
2015-03-17
3
-0
/
+25
*
main: Add entry points for GetNamedBufferParameteri[64]v.
Laura Ekstrand
2015-03-17
3
-0
/
+48
*
main: Refactor GetBufferParameteri[64]v.
Laura Ekstrand
2015-03-17
1
-74
/
+45
*
main: Add entry point for FlushMappedNamedBufferRange.
Laura Ekstrand
2015-03-17
3
-0
/
+21
*
main: Refactor FlushMappedBufferRange.
Laura Ekstrand
2015-03-17
2
-26
/
+40
*
main: Add entry point for UnmapNamedBuffer.
Laura Ekstrand
2015-03-17
3
-13
/
+42
*
main: Add entry points for MapNamedBuffer[Range].
Laura Ekstrand
2015-03-17
3
-3
/
+55
*
main: Refactor MapBuffer[Range].
Laura Ekstrand
2015-03-17
2
-161
/
+133
*
main: Minor whitespace fixes in ClearNamedBuffer[Sub]Data.
Laura Ekstrand
2015-03-17
2
-4
/
+4
*
main: Add entry points for ClearNamedBuffer[Sub]Data.
Laura Ekstrand
2015-03-17
3
-0
/
+48
*
main: Refactor ClearBuffer[Sub]Data.
Laura Ekstrand
2015-03-17
2
-77
/
+67
*
main: Add entry point for CopyNamedBufferSubData.
Laura Ekstrand
2015-03-17
3
-33
/
+79
*
main: Improve errors and style in BufferSubData.
Laura Ekstrand
2015-03-17
2
-5
/
+9
*
main: Add entry point for NamedBufferSubData.
Laura Ekstrand
2015-03-17
3
-49
/
+90
*
main: Add entry point for NamedBufferData.
Laura Ekstrand
2015-03-17
3
-22
/
+61
*
main: Add entry point for NamedBufferStorage.
Laura Ekstrand
2015-03-17
3
-17
/
+58
*
main: Add entry point for CreateBuffers.
Laura Ekstrand
2015-03-17
3
-14
/
+57
*
Revert "main: _mesa_cube_level_complete checks NumLayers."
Laura Ekstrand
2015-03-17
1
-4
/
+0
*
mesa: Check for valid PBO access in gl(Compressed)Tex(Sub)Image calls
Eduardo Lima Mitev
2015-03-13
1
-77
/
+103
*
mesa: Separate PBO validation checks from buffer mapping, to allow reuse
Eduardo Lima Mitev
2015-03-13
2
-31
/
+100
*
mesa: Set the correct image size in _mesa_validate_pbo_access()
Eduardo Lima Mitev
2015-03-13
1
-1
/
+1
*
mesa: improve ARB_copy_image internal format compat check
Seán de Búrca
2015-03-12
1
-21
/
+130
*
mesa: move LONGSTRING into generated enums.c
Brian Paul
2015-03-12
1
-9
/
+0
*
mesa: remove _ASMAPI, ASMAPIP
Brian Paul
2015-03-12
1
-19
/
+0
*
mesa: use ARRAY_SIZE in _mesa_QueryMatrixxOES()
Brian Paul
2015-03-12
1
-1
/
+1
*
mesa: remove register keyword, add const in _mesa_QueryMatrixxOES()
Brian Paul
2015-03-12
1
-3
/
+2
*
mesa: reindent querymatrix.c
Brian Paul
2015-03-12
1
-114
/
+115
*
mesa: move fpclassify work-arounds into c99_math.h
Brian Paul
2015-03-12
1
-50
/
+1
*
mesa: remove CPU_TO_LE32() for AIX
Brian Paul
2015-03-11
1
-8
/
+0
*
mesa: remove #define __volatile
Brian Paul
2015-03-11
1
-3
/
+0
*
mesa: use strdup() instead of _mesa_strdup()
Brian Paul
2015-03-11
5
-24
/
+3
*
mesa/scissor: fix typos in debug names
Dave Airlie
2015-03-10
1
-2
/
+2
*
main: Add entry point for TextureBufferRange.
Laura Ekstrand
2015-03-09
3
-0
/
+51
*
main: Add check_texture_buffer_target.
Laura Ekstrand
2015-03-09
1
-11
/
+28
*
main: Add check_texture_buffer_range.
Laura Ekstrand
2015-03-09
1
-15
/
+58
*
main: Cosmetic changes for Texture Buffers.
Laura Ekstrand
2015-03-09
1
-2
/
+9
*
main: Refactor _mesa_texture_buffer_range.
Laura Ekstrand
2015-03-09
2
-39
/
+25
*
main: Use _mesa_lookup_bufferobj_err to simplify Tex[ture]Buffer[Range].
Laura Ekstrand
2015-03-09
1
-11
/
+12
*
main: Add utility function _mesa_lookup_bufferobj_err.
Laura Ekstrand
2015-03-09
2
-0
/
+23
*
main: Checking for cube completeness in GetCompressedTextureImage.
Laura Ekstrand
2015-03-09
1
-1
/
+10
*
main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.
Laura Ekstrand
2015-03-09
2
-28
/
+133
*
main: assert(texImage) in ARB_DSA texture cube map functions.
Laura Ekstrand
2015-03-09
2
-4
/
+6
*
main: Remove redundant copy of cube map block comment in GetTextureImage.
Laura Ekstrand
2015-03-09
1
-29
/
+3
*
main: Remove redundant NumLayers checks.
Laura Ekstrand
2015-03-09
2
-27
/
+0
*
main: _mesa_cube_level_complete checks NumLayers.
Laura Ekstrand
2015-03-09
1
-0
/
+4
[next]