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
/
swrast
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: assert _swrast_map_teximage() x, y is multiple of block size
Brian Paul
2011-12-26
1
-0
/
+3
*
swrast: replace assertion with conditional in _swrast_map_teximage()
Brian Paul
2011-12-26
1
-2
/
+6
*
swrast: rewrite glDrawPixels(GL_DEPTH) with zoom
Brian Paul
2011-12-24
3
-69
/
+28
*
swrast: stop using _DepthBuffer in triangle code
Brian Paul
2011-12-24
1
-16
/
+11
*
mesa: remove gl_renderbuffer::PutRowRGB()
Brian Paul
2011-12-24
4
-175
/
+0
*
swrast: stop using PutRowRGB() in triangle code
Brian Paul
2011-12-24
1
-10
/
+12
*
swrast: refactor/rewrite fast_draw_rgba_pixels()
Brian Paul
2011-12-24
1
-234
/
+167
*
swrast: move swrast_render_start/finish() call in drawpixels code
Brian Paul
2011-12-24
1
-10
/
+24
*
swrast: new fast_draw_depth_stencil() for glDrawPixels(GL_DEPTH_STENCIL)
Brian Paul
2011-12-24
1
-16
/
+40
*
swrast: remove the copy_depth_stencil_pixels() function
Brian Paul
2011-12-24
1
-178
/
+3
*
swrast: stop using depth/stencil wrappers in CopyPixels code
Brian Paul
2011-12-24
1
-8
/
+21
*
swrast: remove needless assignment in draw_depth_stencil_pixels()
Brian Paul
2011-12-24
1
-1
/
+0
*
swast: replace renderbuffer->GetPointer() with _swrast_pixel_address()
Brian Paul
2011-12-24
3
-4
/
+4
*
swrast: use _swrast_pixel_address() helper function
Brian Paul
2011-12-24
3
-32
/
+20
*
swrast: rewrite stencil test code
Brian Paul
2011-12-24
1
-858
/
+259
*
swrast: remove dead code in s_stencil.c
Brian Paul
2011-12-24
1
-33
/
+0
*
swrast: rewrite _swrast_read_stencil_span()
Brian Paul
2011-12-24
1
-5
/
+26
*
swrast: rewrite _swrast_read_depth_span_float()
Brian Paul
2011-12-24
1
-25
/
+4
*
mesa: rewrite _swrast_depth_bounds_test()
Brian Paul
2011-12-24
1
-82
/
+21
*
swrast: rewrite depth-testing code
Brian Paul
2011-12-24
1
-1019
/
+208
*
swrast: stop using _swrast_get_values() in z/depth code
Brian Paul
2011-12-24
1
-6
/
+75
*
swrast: stop using _swrast_get_values() in stencil code
Brian Paul
2011-12-24
1
-1
/
+30
*
swrast: do fast_copy_pixels() with Map/UnmapRenderbuffer()
Brian Paul
2011-12-24
1
-43
/
+89
*
swrast: replace GetRow() call with _mesa_unpack_ubyte_stencil_row()
Brian Paul
2011-12-24
1
-1
/
+5
*
mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()
Brian Paul
2011-12-24
4
-822
/
+1
*
swrast: rewrite color buffer clearing to use Map/UnmapRenderbuffer()
Brian Paul
2011-12-24
1
-112
/
+113
*
swrast: do depth/stencil clearing with Map/UnmapRenderbuffer()
Brian Paul
2011-12-24
5
-140
/
+305
*
swrast: Add a note about overlapping support for framebuffer blit.
Eric Anholt
2011-12-14
1
-1
/
+9
*
swrast: Don't do Z24S8 drawpixels fast-paths with Z32_X24S8 input data.
Eric Anholt
2011-12-14
1
-2
/
+4
*
swrast: add debug code to test combined depth/stencil buffers
Brian Paul
2011-12-13
1
-7
/
+47
*
mesa: move depth/stencil buffer validation to swrast
Brian Paul
2011-12-13
1
-0
/
+23
*
swrast: update depth/stencil wrapper sizes
Brian Paul
2011-12-13
1
-2
/
+6
*
swrast: add new s_depthstencil.[ch] files
Brian Paul
2011-12-13
2
-0
/
+1072
*
swrast: add missing state validation calls for Blit, Clear
Brian Paul
2011-12-13
2
-0
/
+6
*
mesa: fix possible precision issues in pack/unpack/fetch functions
Marek Olšák
2011-12-12
1
-2
/
+2
*
swrast: use malloc instead of MAX_WIDTH arrays in glCopyPixels, zoom code
Brian Paul
2011-12-08
2
-2
/
+18
*
swrast: remove core renderbuffer functions from s_renderbuffer.[ch]
Brian Paul
2011-12-08
2
-267
/
+49
*
swrast: add s_renderbuffer.[ch], copied from main/renderbuffer.[ch]
Brian Paul
2011-12-08
2
-0
/
+2318
*
swrast: remove dead accum buffer context fields
Brian Paul
2011-12-08
2
-10
/
+1
*
mesa: remove dead swrast and state tracker accum buffer code
Brian Paul
2011-12-08
3
-639
/
+0
*
mesa: rewrite accum buffer support
Brian Paul
2011-12-08
1
-3
/
+2
*
swrast: Add depth cube map support.
Anuj Phogat
2011-12-05
1
-4
/
+14
*
mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88
Brian Paul
2011-12-02
2
-8
/
+8
*
mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
Brian Paul
2011-12-02
2
-8
/
+8
*
mesa: fix unpacking of RG88_REV texels
Brian Paul
2011-12-02
1
-3
/
+3
*
mesa: add support for GL_OES_compressed_ETC1_RGB8_texture
Chia-I Wu
2011-12-02
1
-0
/
+8
*
swrast: use STATIC_ASSERT to make sure texfetch table isn't missing entries
Brian Paul
2011-11-30
1
-1
/
+2
*
swrast: Fix some static analysis warnings
Chad Versace
2011-11-29
1
-0
/
+9
*
swrast: add missing texfetch table entry for MESA_FORMAT_ARGB2101010_UINT
Brian Paul
2011-11-28
1
-0
/
+7
*
mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
Chia-I Wu
2011-11-27
2
-0
/
+62
[next]