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: 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
*
mesa: Add ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
16
-125
/
+691
*
glapi: Add infrastructure for ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
3
-6
/
+72
*
mesa: Make handle_bind_buffer_gen() non-static
Fredrik Höglund
2013-11-07
2
-11
/
+22
*
mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib
Fredrik Höglund
2013-11-07
12
-128
/
+128
*
mesa: Split out the format code from update_array()
Fredrik Höglund
2013-11-07
1
-57
/
+93
*
mesa: Restore gl_array_object::NewArray
Fredrik Höglund
2013-11-07
4
-0
/
+10
*
mesa: add arm64 support
Fabio Pedretti
2013-11-06
1
-1
/
+1
*
mesa: Add unreachable() macro.
Matt Turner
2013-11-06
1
-0
/
+15
*
mesa: for GLSL_DUMP_ON_ERROR, also dump the info log
Brian Paul
2013-11-06
1
-0
/
+2
*
mesa: remove __alpha__ && CCPML check
Brian Paul
2013-11-04
1
-4
/
+0
*
mesa: remove OPENSTEP stuff
Brian Paul
2013-11-04
1
-1
/
+1
*
mesa: remove WGLAPI macro
Brian Paul
2013-11-04
1
-16
/
+0
*
mesa: remove Watcom C support
Brian Paul
2013-11-04
1
-35
/
+0
*
mesa: remove BUILD_FOR_SNAP bits
Brian Paul
2013-11-04
2
-7
/
+5
*
glsl: Add new builtins required by GL_ARB_sample_shading
Anuj Phogat
2013-11-01
1
-1
/
+9
*
mesa: Add new functions and enums required by GL_ARB_sample_shading
Anuj Phogat
2013-11-01
7
-2
/
+53
*
mesa: Add infrastructure for GL_ARB_sample_shading
Anuj Phogat
2013-11-01
2
-0
/
+2
*
mesa: Add a new GetTransformFeedbackVertexCount() driver hook.
Kenneth Graunke
2013-10-31
2
-0
/
+14
*
mesa: Separate transform feedback object initialization from allocation.
Kenneth Graunke
2013-10-31
2
-5
/
+18
*
mesa: fix some MSVC signed/unsigned compiler warnings
Brian Paul
2013-10-31
3
-6
/
+8
*
mesa: Drop unused return value from use_shader_program
Gregory Hainaut
2013-10-30
1
-5
/
+3
*
mesa: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
10
-3
/
+263
*
glapi: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
3
-1
/
+10
*
mesa: Define introspection macro to determine whether a type is trivially des...
Francisco Jerez
2013-10-29
1
-1
/
+23
*
glsl: Generalize MSVC fix for strcasecmp().
Paul Berry
2013-10-29
1
-0
/
+1
*
Remove error when calling glGenQueries/glDeleteQueries while a query is active
Carl Worth
2013-10-28
1
-15
/
+10
*
mesa: Remove trailing whitespace in texparam.c
Rico Schüller
2013-10-28
1
-6
/
+6
*
mesa: use void in _mesa_VDPAUFiniNV() as in the header file
Brian Paul
2013-10-28
1
-1
/
+1
*
mesa: Add GL_NV_vdpau_interop functions to dispatch_sanity.cpp.
Vinson Lee
2013-10-26
1
-0
/
+12
*
implement NV_vdpau_interop v7
Christian König
2013-10-26
5
-0
/
+521
*
mesa: Fix geometry shader program queries.
Paul Berry
2013-10-24
1
-60
/
+40
*
glsl: Move UsesClipDistance from gl_{vertex,geometry}_program into gl_program.
Paul Berry
2013-10-24
2
-7
/
+9
*
glsl/gs: Fix transform feedback of gl_ClipDistance.
Paul Berry
2013-10-24
1
-0
/
+6
*
mesa/tests: Add simple, dumb test for _mesa_program_state_string
Ian Romanick
2013-10-22
2
-1
/
+48
*
mesa: fixes for MSVC 2013
Scott Graham
2013-10-22
1
-0
/
+2
*
mesa: fix a couple issues with U_FIXED, I_FIXED macros
Brian Paul
2013-10-22
1
-3
/
+3
*
mesa: remove remnants of GL_MESA_shader_debug
Brian Paul
2013-10-22
1
-3
/
+0
*
swrast: Enable ARB_texture_mirror_clamp_to_edge.
Rico Schüller
2013-10-20
1
-0
/
+1
*
mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge.
Rico Schüller
2013-10-20
4
-4
/
+12
*
mesa: change glTexImage[23]DMultisample() internalformat to GLenum
Brian Paul
2013-10-16
2
-4
/
+4
*
mesa: consolidate cube width=height error checking
Brian Paul
2013-10-16
1
-38
/
+5
[next]