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 a function to set up the default renderbuffer accessors.
Eric Anholt
2011-04-18
2
-78
/
+104
*
mesa: Add a gl_renderbuffer.RowStride field like textures have.
Eric Anholt
2011-04-18
3
-53
/
+66
*
mesa: Repack single-byte fields in gl_renderbuffer.
Eric Anholt
2011-04-18
1
-4
/
+4
*
mesa: Remove renderbuffer deletion debug field.
Eric Anholt
2011-04-18
2
-7
/
+0
*
mesa: Fix _mesa_unpack_dudv_span_byte assertion.
Eric Anholt
2011-04-17
1
-1
/
+2
*
mesa: provide more info for glCompressedTexImage() errors
Carl-Philip Haensch
2011-04-16
1
-8
/
+26
*
mesa: move error check code in compressedteximage()
Brian Paul
2011-04-16
1
-2
/
+2
*
mesa: finish up ARB_texture_float
Marek Olšák
2011-04-15
3
-3
/
+46
*
mesa: add R/RG floating-point formats
Marek Olšák
2011-04-15
6
-4
/
+208
*
mesa: fix L16F and L32F format properties
Marek Olšák
2011-04-15
1
-2
/
+2
*
mesa: Expose ATI_draw_buffers.
Eric Anholt
2011-04-13
1
-0
/
+1
*
mesa: 80-column wrapping and whitespace fixes
Brian Paul
2011-04-13
4
-14
/
+17
*
mesa: fix some comments in sampler object code
Brian Paul
2011-04-13
1
-4
/
+4
*
texstore: fix regression stricter check for memcpy path for unorm88 and unorm...
Hans de Goede
2011-04-12
1
-4
/
+10
*
mesa: plug in new functions for GL_ARB_sampler_objects
Brian Paul
2011-04-10
3
-0
/
+37
*
mesa: new code/functions for GL_ARB_sampler_objects
Brian Paul
2011-04-10
2
-0
/
+1409
*
mesa: alloc/free shared sampler objects
Brian Paul
2011-04-10
1
-0
/
+27
*
mesa: new driver hooks for GL_ARB_sampler_objects
Brian Paul
2011-04-10
1
-0
/
+8
*
mesa: add glGet for GL_ARB_sampler_objects
Brian Paul
2011-04-10
1
-0
/
+17
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
7
-157
/
+195
*
glapi: regenerated files for GL_ARB_sampler_objects
Brian Paul
2011-04-10
3
-3339
/
+3503
*
mesa: Also update the color draw buffer if it's explicitly set to GL_NONE.
Henri Verbeet
2011-04-10
1
-1
/
+1
*
mesa: fix dstRowDiff computation in RGTC texstore functions
Marek Olšák
2011-04-08
1
-4
/
+4
*
mesa: Update _ElementSize.
Brian Paul
2011-04-07
1
-0
/
+2
*
mesa: Fix allocation size of extension_indices array.
Vinson Lee
2011-04-06
1
-1
/
+1
*
mesa: fix error message text
Brian Paul
2011-04-06
1
-1
/
+1
*
mesa: consolidate code in _mesa_update_array_max_element()
Brian Paul
2011-04-06
3
-63
/
+35
*
mesa: init/release the default texture buffer object
Brian Paul
2011-04-06
1
-0
/
+8
*
mesa: fix popping of texture state for GL_TEXTURE_BUFFER
Brian Paul
2011-04-06
1
-0
/
+2
*
mesa: TEXTURE_BUFFER fix-up
Brian Paul
2011-04-06
1
-0
/
+1
*
mesa: Recognize MESA_VERBOSE=all as shortcut for all debug options.
José Fonseca
2011-04-06
1
-1
/
+1
*
mesa: core support for GL_ARB_texture_buffer_object
Brian Paul
2011-04-05
10
-4
/
+352
*
mesa: regenerated API entrypoints for GL_ARB_texture_buffer_object
Brian Paul
2011-04-05
3
-4595
/
+4623
*
mesa: Include GIT SHA1 in GL version string
Ian Romanick
2011-04-05
1
-1
/
+6
*
mesa: fix alpha value for texstore_rgbx8888
Brian Paul
2011-04-05
1
-1
/
+1
*
mesa: Guard against null pointer deref in fbo validation
Fabian Bieler
2011-04-05
1
-1
/
+1
*
mesa: added _mesa_get_attachment_teximage() helpers
Brian Paul
2011-04-05
5
-11
/
+29
*
mesa: 80-column wrapping
Brian Paul
2011-04-05
3
-8
/
+16
*
mesa: Add fall-back formats for unsupported snorm formats
Ian Romanick
2011-04-04
1
-3
/
+23
*
mesa: work around failed assertion for GL_RGBA16_SNORM accum buffer
Brian Paul
2011-04-04
1
-1
/
+14
*
Use row stride instead of width when getting colour index texels.
Michel Dänzer
2011-03-30
1
-2
/
+3
*
Use proper source row stride when getting depth/stencil texels.
Michel Dänzer
2011-03-30
1
-1
/
+2
*
glsl: Move _mesa_builtin_uniform_desc from uniforms.c to ir_variable.cpp
Ian Romanick
2011-03-29
1
-248
/
+0
*
mesa: clamp texture border color if ARB_texture_float is unsupported
Marek Olšák
2011-03-29
1
-4
/
+12
*
mesa: implement texstore and texfetch hooks for signed normalized formats
Marek Olšák
2011-03-29
3
-118
/
+514
*
mesa: initial EXT_texture_snorm support
Marek Olšák
2011-03-29
10
-37
/
+233
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
16
-61
/
+223
*
mesa: regenerate glapi files
Marek Olšák
2011-03-29
3
-4474
/
+4505
*
mesa: Add missing parentheses in glBlitFramebufferEXT error strings.
Vinson Lee
2011-03-28
1
-5
/
+5
*
mesa: add void to save_TextureBarrierNV()
Brian Paul
2011-03-25
1
-1
/
+1
[next]