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: move depth/stencil buffer validation to swrast
Brian Paul
2011-12-13
1
-3
/
+0
*
mesa: move update_depth/stencil_buffer() functions
Brian Paul
2011-12-13
3
-96
/
+89
*
mesa: stop using _Depth, _StencilBuffer fields in _mesa_BlitFramebufferEXT()
Brian Paul
2011-12-13
1
-6
/
+8
*
mesa: fix possible precision issues in pack/unpack/fetch functions
Marek Olšák
2011-12-12
2
-14
/
+14
*
mesa: add missing RG_INTEGER and some RED_INTEGER_EXT checks.
Dave Airlie
2011-12-10
4
-0
/
+21
*
mesa,intel: use _mesa_image_offset() for PBOs
nobled
2011-12-08
1
-13
/
+16
*
mesa: add _mesa_image_offset()
nobled
2011-12-08
2
-17
/
+57
*
mesa/image: assert on bad format
nobled
2011-12-08
1
-11
/
+9
*
mesa/image: delete dead store
nobled
2011-12-08
1
-7
/
+0
*
mesa: use malloc instead of MAX_WIDTH array in glReadPixels()
Brian Paul
2011-12-08
1
-9
/
+14
*
mesa: use malloc instead of MAX_WIDTH array in _mesa_convert_colors()
Brian Paul
2011-12-08
1
-1
/
+7
*
mesa: add MAX_PIXEL_BYTES define
Brian Paul
2011-12-08
2
-0
/
+10
*
mesa: simplify _mesa_remove_renderbuffer()
Brian Paul
2011-12-08
1
-10
/
+2
*
mesa: remove software-based renderbuffer code from core Mesa
Brian Paul
2011-12-08
2
-2039
/
+0
*
mesa: remove unused functions in depthstencil.c
Brian Paul
2011-12-08
2
-171
/
+0
*
mesa: make some renderbuffer functions static
Brian Paul
2011-12-08
2
-76
/
+48
*
mesa: rewrite accum buffer support
Brian Paul
2011-12-08
2
-1
/
+403
*
mesa: new format_pack.c code
Brian Paul
2011-12-08
2
-0
/
+2594
*
mesa: remove the ctx->Driver.IsTextureResident() hook
Brian Paul
2011-12-08
3
-29
/
+5
*
mesa: remove TextureMemCpy driver hook
Brian Paul
2011-12-08
2
-16
/
+2
*
mesa: Track changes to transform feedback state.
Paul Berry
2011-12-07
2
-1
/
+9
*
mesa: Allow glTexImage2D with a depth component cube map.
Anuj Phogat
2011-12-05
1
-2
/
+5
*
mesa: Reject glDrawPixels(integer format).
Eric Anholt
2011-12-04
1
-0
/
+18
*
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
*
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
*
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
*
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
4
-10
/
+10
*
mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
Brian Paul
2011-12-02
6
-17
/
+17
*
mesa: fix unpacking of RG88_REV texels
Brian Paul
2011-12-02
1
-2
/
+2
*
mesa: Extend BITSET64_*_RANGE to work on arbitrary ranges.
Mathias Fröhlich
2011-12-02
1
-3
/
+18
*
mesa: add support for GL_OES_compressed_ETC1_RGB8_texture
Chia-I Wu
2011-12-02
12
-0
/
+122
*
mesa: add ETC1 decoding routines
Chia-I Wu
2011-12-02
3
-0
/
+247
*
glapi: regenerate files for GL_OES_compressed_ETC1_RGB8_texture
Chia-I Wu
2011-12-02
1
-3035
/
+3038
*
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
*
mesa: use _mesa_is_bufferobj() in update_array()
Brian Paul
2011-11-30
1
-1
/
+1
*
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: regenerated dispatch.h (s/INLINE/inline/)
Brian Paul
2011-11-30
1
-1946
/
+1946
*
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
*
mesa: Allow generic attributes for glGetActiveAttrib and GL_ACTIVE_ATTRIBUTES
Ian Romanick
2011-11-29
1
-6
/
+3
*
mesa: distinct gl_client_array arrays are gone
Chia-I Wu
2011-11-29
3
-6
/
+4
[prev]
[next]