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: Add an ifndef guard around the definition of the INLINE macro
Paul Berry
2011-07-22
1
-20
/
+22
*
Merge branch 'remove-copyteximage-hook'
Brian Paul
2011-07-21
3
-41
/
+35
|
\
|
*
mesa: remove unused dd_function_table::CopyTexImage1D/2D() hooks
Brian Paul
2011-07-19
1
-18
/
+0
|
*
mesa: remove comments referring to Driver.TexImage1D/2D
Brian Paul
2011-07-19
1
-6
/
+3
|
*
mesa: stop using ctx->Driver.CopyTexImage1D/2D() hooks
Brian Paul
2011-07-19
1
-17
/
+32
*
|
mesa: GLES2 should return different error enums for invalid fbo queries
Marek Olšák
2011-07-21
1
-7
/
+16
|
/
*
mesa: update, shorten some comments in dd.h
Brian Paul
2011-07-19
1
-38
/
+13
*
mesa: fix unused-but-set-variable warnings in dlist.c
Marek Olšák
2011-07-15
1
-6
/
+6
*
mesa: use inline function wrapper for _mesa_reference_texobj()
Brian Paul
2011-07-14
2
-7
/
+15
*
mesa: use inline function wrapper for _mesa_reference_renderbuffer()
Brian Paul
2011-07-14
2
-9
/
+14
*
mesa: use inline function wrapper for _mesa_reference_framebuffer()
Brian Paul
2011-07-14
2
-9
/
+13
*
main: use inline function wrapper for _mesa_reference_buffer_object()
Brian Paul
2011-07-14
2
-7
/
+16
*
mesa: Fix assertion failure in X8_Z24/Z24_X8 texfetch.
Eric Anholt
2011-07-12
1
-2
/
+4
*
mesa: fix assertion failure in delete_wrapper
Marek Olšák
2011-07-11
1
-1
/
+2
*
mesa: add a comment in _mesa_test_formats
Marek Olšák
2011-07-11
1
-0
/
+1
*
mesa: fix assertion failure in _mesa_test_formats
Marek Olšák
2011-07-11
1
-1
/
+2
*
mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV combo
Marek Olšák
2011-07-11
2
-7
/
+18
*
mesa: return early if mask is cleared to zero in BlitFramebuffer
Marek Olšák
2011-07-10
1
-0
/
+4
*
mesa: implement depth/stencil renderbuffer wrapper accessors for Z32F_X24S8
Marek Olšák
2011-07-10
3
-24
/
+313
*
mesa: implement generatemipmap for GL_FLOAT_32_UNSIGNED_INT_24_8_REV
Marek Olšák
2011-07-10
1
-0
/
+20
*
mesa: implement texstore for DEPTH32F_STENCIL8
Marek Olšák
2011-07-10
1
-1
/
+67
*
mesa: implement texstore for DEPTH_COMPONENT32F
Marek Olšák
2011-07-10
1
-5
/
+7
*
mesa: implement depth unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REV
Marek Olšák
2011-07-10
1
-2
/
+25
*
mesa: implement stencil unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REV
Marek Olšák
2011-07-10
1
-3
/
+32
*
mesa: implement texfetch functions for depth_buffer_float
Marek Olšák
2011-07-10
2
-8
/
+31
*
mesa: initial ARB_depth_buffer_float support
Marek Olšák
2011-07-10
9
-6
/
+125
*
mesa: Fix the BindSampler unit limit.
Henri Verbeet
2011-07-07
1
-1
/
+1
*
mesa: Fix a couple of TexEnv unit limits.
Henri Verbeet
2011-07-07
1
-3
/
+3
*
mesa: Use the Elements macro for the sampler index assert in validate_sampler...
Henri Verbeet
2011-07-07
1
-1
/
+1
*
mesa: Allow sampling from units >= MAX_TEXTURE_UNITS in shaders.
Henri Verbeet
2011-07-07
3
-4
/
+4
*
mesa: Check the texture against all units in unbind_texobj_from_texunits().
Henri Verbeet
2011-07-07
1
-1
/
+1
*
mesa: fix texstore addressing bugs for depth/stencil formats
Brian Paul
2011-07-06
1
-12
/
+9
*
mesa: Don't error on glFeedbackBuffer(size = 0, buffer = NULL)
Eric Anholt
2011-07-06
1
-1
/
+1
*
mesa: Don't skip glGetProgramLocalParam4dvARB if there was already an error.
Eric Anholt
2011-07-06
1
-64
/
+53
*
mesa: Don't skip glGetProgramEnvParam4dvARB if there was already an error.
Eric Anholt
2011-07-06
1
-66
/
+46
*
mesa: bump version to 7.12 (devel)
Brian Paul
2011-06-29
1
-2
/
+2
*
mesa: don't allocate memory in _mesa_unpack_depth_span if we don't need it
Marek Olšák
2011-06-24
1
-7
/
+7
*
mesa: fix a memory leak in _mesa_unpack_depth_span
Marek Olšák
2011-06-24
1
-0
/
+1
*
mesa: fix texstore of DEPTH24_STENCIL8 if srcFormat is STENCIL_INDEX
Marek Olšák
2011-06-24
1
-3
/
+6
*
mesa: remove unused function _mesa_new_depthstencil_renderbuffer
Marek Olšák
2011-06-24
2
-26
/
+0
*
mesa: fix incorrect error string
Brian Paul
2011-06-23
1
-1
/
+1
*
mesa: comments and 80-column wrapping
Brian Paul
2011-06-22
1
-6
/
+21
*
mesa: update comments in update_program_enables()
Brian Paul
2011-06-22
1
-1
/
+4
*
mesa: update/fix comments in update_program()
Brian Paul
2011-06-22
1
-17
/
+16
*
mesa: update comment for gl_texture_unit
Brian Paul
2011-06-22
1
-2
/
+1
*
mesa: Fix render-to-texture regression.
Eric Anholt
2011-06-18
1
-2
/
+2
*
mesa: Flag _NEW_BUFFERS when unbinding an attachment on glDeleteTextures.
Eric Anholt
2011-06-18
1
-0
/
+2
*
mesa: allow depth texture arrays
Brian Paul
2011-06-17
1
-1
/
+5
*
mesa: use helper functions to distinguish between user/winsys FBOs
Brian Paul
2011-06-16
1
-18
/
+42
*
mesa: refactor, create _mesa_update_draw_buffers() helper
Brian Paul
2011-06-16
3
-11
/
+27
[next]