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 and speedup gl_array_object::_MaxElement computation.
Mathias Fröhlich
2012-01-20
2
-139
/
+28
*
mesa: Introduce enabled bitfield helper functions.
Mathias Froehlich
2012-01-20
2
-0
/
+41
*
mesa: Use BITFIELD64_RANGE for VERT_BIT_*_ALL.
Mathias Fröhlich
2012-01-20
1
-5
/
+5
*
mesa: Set default access flags based on the run-time API
Ian Romanick
2012-01-19
2
-14
/
+33
*
mesa: Fix leak of uniform storage records on shader program link/free.
Eric Anholt
2012-01-18
1
-0
/
+2
*
mesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage paths
Brian Paul
2012-01-18
2
-3
/
+9
*
mesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosing A,L,LA,I formats
Brian Paul
2012-01-18
1
-0
/
+4
*
mesa: fix tex format selection for GL_R32F and other R/G float formats
Brian Paul
2012-01-18
1
-0
/
+10
*
mesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL 3.0 contexts.
Kenneth Graunke
2012-01-18
1
-1
/
+1
*
mesa: Add condition in glGetTexImage for zero size textures
Anuj Phogat
2012-01-17
2
-1
/
+14
*
mesa: update compute_version for GL3
Marek Olšák
2012-01-15
1
-4
/
+2
*
mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()
Brian Paul
2012-01-13
1
-1
/
+1
*
mesa: Throw the required error for glCopyPixels from multisample FBO.
Eric Anholt
2012-01-12
1
-0
/
+6
*
mesa: Throw the required error for glCopyTex{Sub,}Image from multisample FBO.
Eric Anholt
2012-01-12
1
-0
/
+14
*
mesa: Throw the required error for glReadPixels() from a multisampled FBO.
Eric Anholt
2012-01-12
1
-0
/
+5
*
mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.
Eric Anholt
2012-01-12
1
-1
/
+2
*
mesa: remove incorrect (float) cast in mipmap do_row()
Brian Paul
2012-01-12
1
-1
/
+1
*
mesa: fix ir_variable declaration
Brian Paul
2012-01-12
1
-1
/
+1
*
mesa: fix incorrect float vs. int values in a few places
Brian Paul
2012-01-12
1
-3
/
+3
*
mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functions
Brian Paul
2012-01-12
7
-48
/
+52
*
mesa: whitespace, 80-column wrapping in buffers.c
Brian Paul
2012-01-12
1
-2
/
+6
*
mesa: remove obsolete comment on _mesa_dest_buffer_exists()
Brian Paul
2012-01-12
1
-1
/
+0
*
mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitions
Brian Paul
2012-01-12
1
-0
/
+4
*
mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Brian Paul
2012-01-12
8
-28
/
+21
*
vbo: introduce vbo_get_minmax_indices function
Yuanhan Liu
2012-01-12
1
-1
/
+1
*
mesa: remove const qualifier from fProg to silence warning
Brian Paul
2012-01-11
1
-1
/
+1
*
mesa: include uniforms.h to silence warning, remove unused var
Brian Paul
2012-01-11
1
-2
/
+1
*
mesa: Remove unused opengl version macro
Jakob Bornecrantz
2012-01-11
1
-11
/
+0
*
linker: Calculate used samplers and shadow samplers in the linker
Ian Romanick
2012-01-11
2
-11
/
+16
*
linker: Calculate the sampler to texture target mapping during linking
Ian Romanick
2012-01-11
5
-8
/
+8
*
mesa: Validate sampler settings using uniform storage
Ian Romanick
2012-01-11
3
-62
/
+48
*
mesa: Track fixed-function fragment shader as a shader
Ian Romanick
2012-01-11
3
-0
/
+41
*
mesa: Use static buffer for uniform name
Ian Romanick
2012-01-11
1
-1
/
+6
*
mesa: Use uniform interfaces in fixed-function fragment shader code
Ian Romanick
2012-01-11
1
-5
/
+24
*
mesa: add _mesa_HashNumEntries() function
Brian Paul
2012-01-11
2
-0
/
+23
*
mesa: Fix transform feedback of unsubscripted gl_ClipDistance array.
Paul Berry
2012-01-11
1
-0
/
+2
*
mesa/clear: fix crashes with illegal clear tests.
Dave Airlie
2012-01-11
1
-4
/
+11
*
mesa: fix cubemap depth completeness test
Dave Airlie
2012-01-11
1
-3
/
+5
*
mesa: fix > vs. >> typo in EXPAND_3_8() macro
Brian Paul
2012-01-10
1
-1
/
+1
*
mesa: use STATIC_ASSERT in a few more places
Brian Paul
2012-01-10
4
-4
/
+4
*
mesa: move _mesa_clear_accum_buffer() inside FEATURE_accum test
Brian Paul
2012-01-10
1
-13
/
+11
*
mesa: add missing color buffer datatype check for glBlitFramebuffer()
Brian Paul
2012-01-10
1
-0
/
+44
*
mesa: Bump version to 8.0 (devel)
Kenneth Graunke
2012-01-09
1
-3
/
+3
*
mesa: fix error message in _mesa_BlitFramebufferEXT()
Brian Paul
2012-01-09
1
-1
/
+1
*
mesa: check depth, stencil formats (not depths) in glBlitFramebuffer
Brian Paul
2012-01-09
1
-6
/
+4
*
mesa: add missing error check for linear blit of integer colors
Brian Paul
2012-01-09
1
-0
/
+13
*
mesa: add _mesa_unpack_ubyte_rgba_row() function
Brian Paul
2012-01-09
2
-0
/
+502
*
mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row()
Brian Paul
2012-01-09
3
-5
/
+5
*
mesa: rework ctx->Driver.CopyTexSubImage() parameters
Brian Paul
2012-01-07
2
-31
/
+57
*
mesa: remove unused _mesa_unpack_uint_rgba_row() prototype
Brian Paul
2012-01-07
1
-5
/
+0
[next]