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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Make mapping of texture slices track the region of interest.
Eric Anholt
2011-12-07
2
-5
/
+51
*
intel: Move the teximage mapping logic to a miptree level/slice mapping.
Eric Anholt
2011-12-07
3
-48
/
+109
*
intel: Only prefer separate stencil when we can do HiZ.
Eric Anholt
2011-12-07
2
-4
/
+14
*
i965: Set SURFACE_STATE vertical alignment bit on Ivybridge.
Kenneth Graunke
2011-12-06
1
-0
/
+7
*
radeon: add original r100 to the always tiled depth list.
Dave Airlie
2011-12-06
1
-1
/
+1
*
osmesa: remove unused bpc variable
Fabio Pedretti
2011-12-06
1
-8
/
+0
*
radeon/r200: add RV200 detiling + add an always tiled flag
Dave Airlie
2011-12-06
3
-37
/
+72
*
r200: add Z16 depth detiling.
Dave Airlie
2011-12-06
1
-0
/
+105
*
r200: handle Z24 depth buffers correctly
Dave Airlie
2011-12-06
1
-2
/
+2
*
r200: fix cb microtile setup
Dave Airlie
2011-12-06
1
-0
/
+3
*
r200: enable tiling flags on blitter setup.
Dave Airlie
2011-12-06
1
-0
/
+10
*
swrast: Add depth cube map support.
Anuj Phogat
2011-12-05
1
-4
/
+14
*
mesa: Allow glTexImage2D with a depth component cube map.
Anuj Phogat
2011-12-05
1
-2
/
+5
*
i965: Fix incorrect comment about single program flow on Ironlake.
Kenneth Graunke
2011-12-05
1
-1
/
+1
*
radeon/r200: drop old span depth/stencil code.
Dave Airlie
2011-12-05
1
-317
/
+0
*
radeon/r200: add draw/stencil buffer detiling
Dave Airlie
2011-12-05
2
-0
/
+111
*
radeon: fix warnings
Dave Airlie
2011-12-05
1
-2
/
+2
*
radeon: use mesa renderbuffer accessors for depth for now.
Dave Airlie
2011-12-05
1
-4
/
+5
*
radeon: add some tiling support for r100.
Dave Airlie
2011-12-05
2
-0
/
+13
*
radeon: texture/renderbuffer overhaul.
Dave Airlie
2011-12-05
13
-599
/
+385
*
radeon: set texture bits to always emit.
Dave Airlie
2011-12-05
1
-3
/
+3
*
radeon: update flush according to glXMakeCurrent man page
Dave Airlie
2011-12-05
1
-2
/
+15
*
radeon: drop border check
Dave Airlie
2011-12-05
1
-5
/
+0
*
radeon: add a bit more debugging to the blit debug code.
Dave Airlie
2011-12-05
1
-4
/
+4
*
mesa: Reject glDrawPixels(integer format).
Eric Anholt
2011-12-04
1
-0
/
+18
*
mesa: Use VERT_{ATTRIB,BIT}* for ARB input validation.
Mathias Fröhlich
2011-12-03
2
-4
/
+4
*
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
*
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
*
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
*
st/mesa: add support for GL_OES_compressed_ETC1_RGB8_texture
Chia-I Wu
2011-12-02
2
-0
/
+20
*
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
*
swrast: Fix signed/unsigned problems with negative strides.
Mathias Fröhlich
2011-12-01
1
-2
/
+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
[next]