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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add ETC1 decoding routines
Chia-I Wu
2011-12-02
5
-0
/
+249
*
glapi: regenerate files for GL_OES_compressed_ETC1_RGB8_texture
Chia-I Wu
2011-12-02
1
-3035
/
+3038
*
glapi: add GL_OES_compressed_ETC1_RGB8_texture for GLES
Chia-I Wu
2011-12-02
1
-0
/
+4
*
swrast: Fix signed/unsigned problems with negative strides.
Mathias Fröhlich
2011-12-01
1
-2
/
+2
*
u_vbuf: Silence uninitialized variable warnings.
Vinson Lee
2011-12-01
1
-0
/
+2
*
mesa: fix unpack_ARGB1555_REV()
Brian Paul
2011-12-01
1
-4
/
+5
*
mesa: fix indentation in attrib.c
Brian Paul
2011-11-30
1
-1
/
+1
*
i965/fs: Fix regression in fbo-alphatest-nocolor.
Eric Anholt
2011-11-30
1
-1
/
+1
*
i965/fs: Make register file enum 0 be the undefined register file.
Eric Anholt
2011-11-30
2
-8
/
+25
*
i965: Don't perform the precompile on fragment shaders by default.
Eric Anholt
2011-11-30
4
-2
/
+10
*
gallium/failover: Remove the deprecated module.
Kai Wasserbäch
2011-11-30
10
-1187
/
+5
*
st/mesa: fix indentation
Brian Paul
2011-11-30
1
-1
/
+1
*
mesa: use _mesa_is_bufferobj() in update_array()
Brian Paul
2011-11-30
1
-1
/
+1
*
mesa: use Elements() macro in program printing code
Brian Paul
2011-11-30
1
-4
/
+4
*
mesa: fix signed/unsigned comparison warning
Brian Paul
2011-11-30
1
-1
/
+1
*
mesa: fix MESA_FORMAT_RG88 format match test
Brian Paul
2011-11-30
1
-1
/
+1
*
mesa: fix printf format warning in _mesa_fprint_program_parameters()
Brian Paul
2011-11-30
1
-2
/
+2
*
tnl: s/INLINE/inline/
Brian Paul
2011-11-30
2
-4
/
+4
*
mesa: regenerated dispatch.h (s/INLINE/inline/)
Brian Paul
2011-11-30
1
-1946
/
+1946
*
glapi: s/INLINE/inline/ for dispatch.h file
Brian Paul
2011-11-30
1
-2
/
+2
*
swrast: use STATIC_ASSERT to make sure texfetch table isn't missing entries
Brian Paul
2011-11-30
1
-1
/
+2
*
mesa: add STATIC_ASSERT() macro for compile-time assertions
Brian Paul
2011-11-30
1
-0
/
+12
*
mesa: access pixels as GLushort in unpack_SL8()
Brian Paul
2011-11-30
1
-3
/
+3
*
mesa: Make _mesa_is_stencil_format() consistent with _mesa_is_depth_format().
Eric Anholt
2011-11-29
1
-1
/
+0
*
mesa: Fix the datatype of GL_DEPTH32F_STENCIL8's depth channel.
Eric Anholt
2011-11-29
1
-1
/
+4
*
i965: Always handle GL_DEPTH_TEXTURE_MODE through the shader.
Eric Anholt
2011-11-29
2
-32
/
+30
*
i965: Fix EXT_texture_swizzle with a writemask in the FFFS/FP backend.
Eric Anholt
2011-11-29
1
-6
/
+16
*
i965: Base HW depth format setup based on MESA_FORMAT, not bpp.
Eric Anholt
2011-11-29
5
-54
/
+39
*
gallium/cell: Remove the driver.
Kai Wasserbäch
2011-11-29
80
-20782
/
+3
*
i965: Don't depth test the fake depthbuffer when one isn't present.
Eric Anholt
2011-11-29
1
-1
/
+6
*
mesa: Allow generic attributes for glGetActiveAttrib and GL_ACTIVE_ATTRIBUTES
Ian Romanick
2011-11-29
1
-6
/
+3
*
swrast: Fix some static analysis warnings
Chad Versace
2011-11-29
1
-0
/
+9
*
Remove windows kernel support code.
José Fonseca
2011-11-29
14
-611
/
+185
*
gallium/auxiliary: Remove os_stream.
José Fonseca
2011-11-29
12
-762
/
+99
*
st/vega: Fix warnings about dllimport attributes on windows.
José Fonseca
2011-11-29
1
-0
/
+1
*
i965g: Delete this driver.
Kai Wasserbäch
2011-11-29
118
-37255
/
+1
*
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
*
swrast: add missing texfetch table entry for MESA_FORMAT_ARGB2101010_UINT
Brian Paul
2011-11-28
1
-0
/
+7
[next]