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 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
*
mesa: add some 'f' suffixes to silence MSVC warnings
Brian Paul
2012-01-07
1
-4
/
+4
*
mesa: add/update comments in _mesa_copy_buffer_subdata()
Brian Paul
2012-01-07
1
-1
/
+4
*
mesa: remove gl_framebuffer:_DepthBuffer, _StencilBuffer fields
Brian Paul
2012-01-06
2
-12
/
+0
*
mesa: Fix packing of stencil bits to MESA_FORMAT_Z32_FLOAT_X24S8.
Eric Anholt
2012-01-06
1
-1
/
+1
*
mesa: Remove 'texelBytes' declarations that are only used in assertions.
Vinson Lee
2012-01-05
1
-68
/
+34
*
mesa: Avoid segfault when getting an unbound transform feedback buffer name.
Paul Berry
2012-01-05
1
-1
/
+1
*
mesa: Add gl_transform_feedback_info::ComponentOffset.
Paul Berry
2012-01-05
1
-0
/
+7
*
mesa: Remove the dead Varyings list in the program.
Eric Anholt
2012-01-05
2
-6
/
+0
*
mesa: Fix glGetTransformFeedbackVarying().
Eric Anholt
2012-01-05
2
-27
/
+31
*
mesa: only map src/dest regions in _mesa_copy_buffer_subdata()
Brian Paul
2012-01-05
1
-6
/
+7
*
mesa: print more info in buffer_object_subdata_range_good() error message
Brian Paul
2012-01-05
1
-1
/
+4
*
mesa: Add missing GL_RG_INTEGER cases
Ian Romanick
2012-01-04
1
-0
/
+39
*
mesa: Additional error checks for transform feedback.
Paul Berry
2012-01-04
1
-0
/
+20
*
mesa: Check that all buffers are bound in BeginTransformFeedback.
Paul Berry
2012-01-04
2
-0
/
+17
*
mesa: Fix typos in transform feedback error messages.
Paul Berry
2012-01-04
2
-2
/
+2
*
mesa: remove unused _mesa_init_teximage_fields() target parameter
Brian Paul
2012-01-04
5
-13
/
+12
*
ff_fragment_shader: Don't generate swizzles for scalar combiner inputs
Ian Romanick
2012-01-03
1
-6
/
+10
[next]