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
*
glsl: Simplify the built-in function linking code.
Kenneth Graunke
2013-12-01
2
-4
/
+2
*
mesa: fix mem leak of glPixelMap data in display list
Brian Paul
2013-11-29
1
-13
/
+16
*
mesa: added memory-related comment in save_error()
Brian Paul
2013-11-29
1
-0
/
+4
*
mesa: fix flags assignment in save_WaitSync()
Brian Paul
2013-11-29
1
-1
/
+1
*
mesa: remove old colortable, histogram, etc. code from dlist.c
Brian Paul
2013-11-29
1
-551
/
+0
*
mesa: have old convolution functions generate GL_INVALID_OPERATION
Brian Paul
2013-11-29
1
-12
/
+12
*
mesa: have old glColorTable functions generate GL_INVALID_OPERATION
Brian Paul
2013-11-29
1
-10
/
+10
*
mesa: Add validation helpers for new indirect draws
Chris Forbes
2013-11-25
2
-0
/
+218
*
mesa: Add binding point for indirect buffer
Chris Forbes
2013-11-25
4
-0
/
+22
*
mesa: Add extension scaffolding for ARB_draw_indirect
Chris Forbes
2013-11-25
3
-0
/
+4
*
glapi: add plumbing for GL_ARB_draw_indirect and GL_ARB_multi_draw_indirect
Chris Forbes
2013-11-25
1
-4
/
+4
*
mesa: initialize gl_renderbuffer::Depth in core
Marek Olšák
2013-11-23
1
-0
/
+1
*
mesa: fix indentation in ffvertex_prog.c
Brian Paul
2013-11-22
1
-12
/
+14
*
mesa: Implement GL_FRAMEBUFFER_ATTACHMENT_LAYERED query.
Paul Berry
2013-11-21
1
-0
/
+12
*
mesa: Fix texture target validation for glFramebufferTexture()
Paul Berry
2013-11-21
1
-12
/
+47
*
mesa: Track number of layers in layered framebuffers.
Paul Berry
2013-11-21
2
-3
/
+18
*
mesa: Use IROUND instead of roundf.
José Fonseca
2013-11-21
1
-1
/
+1
*
mesa: enable GL_TEXTURE_LOD_BIAS set/get
Tapani Pälli
2013-11-21
1
-8
/
+8
*
mesa: Update MESA_INFO to eliminate error
Courtney Goeltzenleuchter
2013-11-21
3
-5
/
+9
*
mesa/main: Move declaration to beginning of scope.
José Fonseca
2013-11-18
1
-1
/
+2
*
mesa: Add API debug logging to TexStorage
Courtney Goeltzenleuchter
2013-11-17
1
-0
/
+7
*
mesa: Handle !m->Ended for performance monitor result availability.
Kenneth Graunke
2013-11-17
1
-1
/
+5
*
mesa: Track whether a performance monitor has ever ended.
Kenneth Graunke
2013-11-17
2
-1
/
+13
*
mesa: Also initialize gl_performance_monitor::Active.
Kenneth Graunke
2013-11-17
1
-0
/
+2
*
mesa: Store the performance monitor object's name.
Kenneth Graunke
2013-11-17
2
-0
/
+4
*
mesa: Dynamically allocate the storage for program local parameters.
Eric Anholt
2013-11-15
2
-2
/
+15
*
mesa: Remove PROGRAM_ENV_PARAM enum.
Eric Anholt
2013-11-15
1
-5
/
+3
*
mesa: Remove PROGRAM_LOCAL_PARAM enum.
Eric Anholt
2013-11-15
1
-1
/
+0
*
mesa: remove duplicated prototypes in varray.h
Brian Paul
2013-11-15
1
-6
/
+0
*
main: Fix MaxUniformComponents for geometry shaders.
Paul Berry
2013-11-15
1
-1
/
+1
*
mesa: Fix derived vertex state not being updated in glCallList()
Fredrik Höglund
2013-11-15
1
-6
/
+16
*
mesa: 80-column wrapping, remove trailing whitespace in arrayobj.c
Brian Paul
2013-11-12
1
-13
/
+16
*
mesa: add comment for struct gl_vertex_buffer_binding
Brian Paul
2013-11-12
1
-0
/
+6
*
mesa: call update_array_format() after error checking
Brian Paul
2013-11-12
1
-5
/
+5
*
mesa: use _mesa_is_bufferobj() helper in _mesa_vertex_attrib_address()
Brian Paul
2013-11-12
1
-3
/
+4
*
mesa: add const qualifiers to vertex array helper functions
Brian Paul
2013-11-12
1
-4
/
+4
*
tests: Fix make check for out of tree builds.
Rico Schüller
2013-11-11
1
-0
/
+1
*
mesa: Implement proper tracking logic for glGetGraphicsResetStatusARB
Ian Romanick
2013-11-07
1
-4
/
+43
*
mesa: Add gl_shared_state::ShareGroupReset and gl_context::ShareGroupReset
Ian Romanick
2013-11-07
2
-0
/
+20
*
mesa: Add dd_function_table::GetGraphicsResetStatus
Ian Romanick
2013-11-07
1
-0
/
+9
*
mesa: Remove gl_context::ResetStatus
Ian Romanick
2013-11-07
3
-5
/
+1
*
mesa: fix return statements in varray.c
Brian Paul
2013-11-07
1
-2
/
+2
*
mesa: Add a streaming load memcpy implementation.
Matt Turner
2013-11-07
2
-0
/
+118
*
mesa: Add support to _mesa_bytes_per_vertex_attrib for 10_11_11 format.
Chris Forbes
2013-11-08
1
-0
/
+5
*
mesa: add varray support for UNSIGNED_INT_10F_11F_11F_REV type
Chris Forbes
2013-11-08
1
-3
/
+17
*
mesa: Add extension scaffolding for ARB_vertex_type_10f_11f_11f_rev
Chris Forbes
2013-11-08
2
-0
/
+2
*
mesa: Enable ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-0
/
+1
*
mesa: Optimize rebinding the same VBO
Fredrik Höglund
2013-11-07
1
-2
/
+5
*
mesa: Handle zero-stride arrays in _mesa_update_array_max_element()
Fredrik Höglund
2013-11-07
1
-2
/
+4
*
mesa: Add Get* support for ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
3
-0
/
+38
[next]