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
*
egl_glx: fix eglDestroyContext
Chia-I Wu
2011-12-03
1
-1
/
+2
*
i965: Fix emit of a MOV with bad destination channel on gen6 math in FPs.
Stuart Abercrombie
2011-12-02
1
-5
/
+5
*
mesa: Fix assertions for block size handling in glCompressedTexSubImage2D.
Eric Anholt
2011-12-02
1
-2
/
+2
*
mesa: Fix glCompressedTexSubImage (and non-Sub) for height == 2 or 1.
Eric Anholt
2011-12-02
1
-1
/
+1
*
mesa: Fix glCompressedTexImage when dstRowStride != srcRowStride.
Eric Anholt
2011-12-02
1
-28
/
+9
*
nv50/nvc0: fix crash when channel allocation fails
Marcin Slusarz
2011-12-02
2
-2
/
+4
*
mesa: add casts to fix unpack_SIGNED_GR1616()
Brian Paul
2011-12-02
1
-2
/
+2
*
mesa: remove unreachable code in _mesa_unpack_color_span_ubyte()
Brian Paul
2011-12-02
1
-64
/
+0
*
vbo: remove unreachable _mesa_error() call
Brian Paul
2011-12-02
1
-3
/
+0
*
mesa: move _mesa_error() call in compressedteximage()
Brian Paul
2011-12-02
1
-7
/
+2
*
mesa: fix potential mem leak in generate_mipmap_compressed()
Brian Paul
2011-12-02
1
-0
/
+1
*
glsl: return visit_stop in ir_validate::visit_enter() to silence warning
Brian Paul
2011-12-02
1
-0
/
+1
*
mesa: fix some minor texstore comments
Brian Paul
2011-12-02
1
-3
/
+3
*
mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88
Brian Paul
2011-12-02
7
-19
/
+19
*
mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
Brian Paul
2011-12-02
12
-30
/
+30
*
mesa: fix unpacking of RG88_REV texels
Brian Paul
2011-12-02
2
-5
/
+5
*
i965: Make gen6_resolve_implied_move a no-op for MRF sources.
Kenneth Graunke
2011-12-02
1
-0
/
+3
*
mesa: Renumber the tnl attributes to match VERT_ATTRIB*.
Mathias Fröhlich
2011-12-02
1
-29
/
+29
*
mesa: Extend BITSET64_*_RANGE to work on arbitrary ranges.
Mathias Fröhlich
2011-12-02
1
-3
/
+18
*
i915g: Implement GL_STREAM_* for textures by using untiled textures.
Stéphane Marchesin
2011-12-01
1
-1
/
+1
*
i915g: Add unsupported PIPE_SHADER_CAP_OUTPUT_READ to silence warnings.
Stéphane Marchesin
2011-12-01
1
-0
/
+2
*
st/mesa: add support for GL_OES_compressed_ETC1_RGB8_texture
Chia-I Wu
2011-12-02
2
-0
/
+20
*
gallium: add PIPE_FORMAT_ETC1_RGB8
Chia-I Wu
2011-12-02
8
-2
/
+165
*
mesa: add support for GL_OES_compressed_ETC1_RGB8_texture
Chia-I Wu
2011-12-02
13
-0
/
+130
*
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
[next]