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: new _mesa_prepare_mipmap_level() function for mipmap generation
Brian Paul
2011-12-16
2
-33
/
+101
*
mesa: make update_fbo_texture() non-static
Brian Paul
2011-12-16
2
-5
/
+10
*
mesa: whitespace and comment fixes in fbobject.c
Brian Paul
2011-12-16
1
-9
/
+11
*
mesa: add MESA_FORMAT_RGB565[_REV] as candidates for GL_R3_G3_B2
Brian Paul
2011-12-16
1
-0
/
+2
*
mesa: add a few comments for the z unpacking functions
Brian Paul
2011-12-16
1
-0
/
+8
*
Enabling display list support for glClearBuffer functions with minor fixes
Anuj Phogat
2011-12-15
1
-11
/
+11
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
8
-60
/
+64
*
Add mismatch check for glGetTexImage or it will return -1 and may lead to seg...
Jian Zhao
2011-12-14
1
-0
/
+8
*
Regenerate files from previous commits
Ian Romanick
2011-12-13
2
-2049
/
+2049
*
mesa: add const flags to skip MaxVarying and MaxUniform linker checks (v2)
Marek Olšák
2011-12-13
1
-0
/
+9
*
mesa: update comments for _DepthBuffer, _StencilBuffer fields
Brian Paul
2011-12-13
1
-2
/
+3
*
mesa: remove _DepthBuffer, _StencilBuffer resize code
Brian Paul
2011-12-13
1
-18
/
+0
*
mesa: remove unused depthstencil.[ch] files
Brian Paul
2011-12-13
2
-1072
/
+0
*
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
[next]