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: reorder gl_light_attrib
Dave Airlie
2015-03-21
1
-4
/
+7
*
mesa: reorder gl_framebuffer
Dave Airlie
2015-03-21
1
-8
/
+9
*
mesa: fix hole in vertex_array_object
Dave Airlie
2015-03-21
1
-1
/
+3
*
mesa: repack gl_texture_attrib.
Dave Airlie
2015-03-21
1
-4
/
+5
*
mesa: reduce gl_colorbuffer_attrib and gl_fog_attrib
Dave Airlie
2015-03-21
1
-3
/
+4
*
mesa: reorder gl_image_unit
Dave Airlie
2015-03-21
1
-6
/
+7
*
mesa: reorder gl_program, gl_shader, gl_shader_program
Dave Airlie
2015-03-21
1
-6
/
+9
*
mesa: reorder gl_transform_feedback_object
Dave Airlie
2015-03-21
1
-9
/
+9
*
mesa: reorder gl_array_attrib
Dave Airlie
2015-03-21
1
-3
/
+3
*
mesa: reorder gl_client_array
Dave Airlie
2015-03-21
1
-1
/
+1
*
mesa: reorder gl_texture_unit
Dave Airlie
2015-03-21
1
-2
/
+3
*
mesa: reorder gl_point_attrib
Dave Airlie
2015-03-21
1
-1
/
+1
*
mesa: reorder gl_multisample_attrib
Dave Airlie
2015-03-21
1
-2
/
+4
*
mesa: Make sure the buffer exists in _mesa_lookup_bufferobj_err
Fredrik Höglund
2015-03-20
1
-4
/
+6
*
main: Add TEXTURE_CUBE_MAP support in CopyTextureSubImage3D.
Laura Ekstrand
2015-03-19
1
-3
/
+11
*
main: Simplify debug messages for CopyTex*SubImage*D.
Laura Ekstrand
2015-03-19
2
-49
/
+38
*
main: Change the type argument of use_shader_program() to gl_shader_stage.
Paul Berry
2015-03-19
1
-12
/
+11
*
main: Clean up a strange construction in use_shader_program().
Paul Berry
2015-03-19
1
-1
/
+1
*
mesa: use more descriptive error messages for glUniform errors
Brian Paul
2015-03-19
1
-4
/
+65
*
mesa: Replace _mesa_round_to_even() with _mesa_roundeven().
Matt Turner
2015-03-18
2
-25
/
+3
*
mesa: remove MSVC warning pragmas
Brian Paul
2015-03-18
1
-20
/
+0
*
mesa: add void to format_array_format_table_init() declaration
Brian Paul
2015-03-18
1
-1
/
+1
*
mesa: make _mesa_alloc_dispatch_table() static
Brian Paul
2015-03-18
2
-9
/
+5
*
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
[next]