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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: distinct gl_client_array arrays are gone
Chia-I Wu
2011-11-29
3
-6
/
+4
*
mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.
Mathias Fröhlich
2011-11-29
14
-385
/
+287
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
24
-59
/
+75
*
mesa: Make gl_array_object::_Enabled 64 bits.
Mathias Fröhlich
2011-11-29
3
-29
/
+29
*
vbo: Use The VERT_{ATTRIB,BIT} defines.
Mathias Fröhlich
2011-11-29
7
-70
/
+87
*
mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*
Mathias Fröhlich
2011-11-29
4
-64
/
+31
*
mesa: Introduce more symbolic VERT_{ATTRIB,BIT}* defines.
Mathias Fröhlich
2011-11-29
1
-18
/
+45
*
mesa: move ElementArrayBufferObj to gl_array_object
Yuanhan Liu
2011-11-29
10
-44
/
+44
*
mesa: update comments for _mesa_format_matches_format_and_type(), 80-column w...
Brian Paul
2011-11-28
1
-10
/
+9
*
mesa: add component comments for sRGB formats
Brian Paul
2011-11-28
1
-5
/
+5
*
mesa: update texstore comments for R/G textures
Brian Paul
2011-11-28
1
-2
/
+2
*
mesa: fix comments for RG formats
Brian Paul
2011-11-28
1
-4
/
+4
*
st/mesa: don't try to allocate zero-sized renderbuffers
Brian Paul
2011-11-28
1
-0
/
+5
*
gallium/i965g: hide that utterly broken driver better
Daniel Vetter
2011-11-28
1
-1
/
+8
*
swrast: add missing texfetch table entry for MESA_FORMAT_ARGB2101010_UINT
Brian Paul
2011-11-28
1
-0
/
+7
*
mesa: remove unused gl_texture_object::DriverData field
Brian Paul
2011-11-28
1
-9
/
+0
*
mesa: handle MapTextureImage() failures in mipmap generation code
Brian Paul
2011-11-28
1
-24
/
+57
*
mesa: handle MapTextureImage() failures in glGetTexImage code
Brian Paul
2011-11-28
1
-114
/
+153
*
mesa: handle MapTextureImage() failures in glTexImage code
Brian Paul
2011-11-28
1
-76
/
+123
*
mesa: fix frag shader generation for alpha test with no color buffers
Brian Paul
2011-11-28
2
-1
/
+7
*
mesa: check for null ptr in _mesa_is_bufferobj()
Brian Paul
2011-11-28
3
-9
/
+9
*
mesa: move _mesa_base_format_has_channel() into image.c
Brian Paul
2011-11-28
5
-87
/
+92
*
mesa: combine GL_TEXTURE_INTENSITY/LUMINANCE_SIZE queries
Brian Paul
2011-11-28
1
-17
/
+8
*
mesa: use _mesa_base_format_has_channel() in fbobject.c queries
Brian Paul
2011-11-28
3
-45
/
+28
*
mesa: fix indexing error in unpack_Z32_FLOAT_X24S8()
Brian Paul
2011-11-28
1
-1
/
+1
*
mesa/docs: add ARB_texture_rgb10_a2ui to relnotes/gl3.txt
Dave Airlie
2011-11-28
2
-1
/
+2
*
st/mesa: add ARB_texture_rgb10_a2ui support
Dave Airlie
2011-11-28
2
-2
/
+15
*
mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.
Dave Airlie
2011-11-28
8
-0
/
+110
*
image/pack: fix missing GL_BGR(A)_INTEGER support.
Dave Airlie
2011-11-28
2
-0
/
+4
*
docs: Add 7.11.2 release notes and news
Ian Romanick
2011-11-27
2
-0
/
+94
*
image: fix legal types for packed integer formats.
Dave Airlie
2011-11-27
1
-2
/
+4
*
r600g: add framebuffer support for 2/10/10/10 integer
Dave Airlie
2011-11-27
2
-0
/
+4
*
r600g: add int support for 2/10/10/10 format.
Dave Airlie
2011-11-27
1
-0
/
+3
*
docs/gl3: these two interfaces are complete now.
Dave Airlie
2011-11-27
1
-1
/
+1
*
pack: fix indentation (trivial)
Dave Airlie
2011-11-27
1
-1
/
+1
*
glapi: add ARB_texture_rgb10_a2ui support.
Dave Airlie
2011-11-27
3
-1165
/
+1182
*
gallium: add B10G10R10A2_UINT format
Dave Airlie
2011-11-27
2
-0
/
+2
*
mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
Chia-I Wu
2011-11-27
7
-6
/
+139
*
egl_glx: Try first a default lookup for glXGetProcAddress before loading dyna...
Beren Minor
2011-11-27
1
-9
/
+14
*
android: bring in i915_dri and i965_dri automatically
Chia-I Wu
2011-11-26
1
-0
/
+4
*
android: pass -std=c99 by default
Chia-I Wu
2011-11-26
8
-15
/
+11
*
android: move libGLES_mesa build rules to src/egl/main/.
Chia-I Wu
2011-11-26
2
-102
/
+85
*
android: clean up libglapi bulid rules a bit
Chia-I Wu
2011-11-26
1
-12
/
+27
*
st/xa: Kill a couple of compilation warnings
Thomas Hellstrom
2011-11-25
2
-1
/
+6
*
st/xa, xa/vmwgfx: Generate exported symbol list from the st/xa symbols.
Thomas Hellstrom
2011-11-25
4
-33
/
+22
*
st/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate global visibility
Thomas Hellstrom
2011-11-25
7
-36
/
+43
*
st/xa, xa/vmwgfx: Set the right version on library suffix
Thomas Hellstrom
2011-11-25
2
-4
/
+1
*
android: add support for ICS
Chia-I Wu
2011-11-25
8
-42
/
+74
*
vbo: fix !FEATURE_beginend build
Chia-I Wu
2011-11-25
1
-0
/
+6
*
st/egl: fix a crash in Android backend
Chia-I Wu
2011-11-25
1
-3
/
+4
[next]