index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: use BITFIELD64_BIT() macro to fix MSVC warnings
Brian Paul
2012-01-12
3
-5
/
+5
*
mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Brian Paul
2012-01-12
1
-2
/
+2
*
swrast: convert blit_linear() to Map/UnmapRenderbuffer()
Brian Paul
2012-01-09
1
-25
/
+158
*
swrast: fix Z testing of points/lines for 16-bit depth buffers
Brian Paul
2012-01-07
1
-7
/
+29
*
swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribs
Brian Paul
2012-01-07
4
-6
/
+8
*
swrast: s/GLint/GLuint/ to silence MSVC signed/unsigned comparison warning
Brian Paul
2012-01-07
1
-2
/
+2
*
swrast: remove s_depthstencil.[ch] files
Brian Paul
2012-01-06
2
-830
/
+0
*
swrast: remove calls to _swrast_update_depth/stencil_buffer()
Brian Paul
2012-01-06
1
-23
/
+0
*
swrast: Convert the glBlitFramebuffer(GL_NEAREST) path to MapRenderbuffer().
Eric Anholt
2012-01-06
1
-39
/
+150
*
swrast: Fix use of uninitialized value in rbmapping changes.
Eric Anholt
2012-01-06
1
-1
/
+1
*
swrast: Use the fast copypixels code to implement fast glBlitFramebuffer().
Eric Anholt
2012-01-06
3
-139
/
+46
*
swrast: Move the check for fast_copy_pixels() ability to caller.
Eric Anholt
2012-01-06
1
-9
/
+5
*
swrast: use memmove() instead of memcpy() in the SHIFT_ARRAY macro
Brian Paul
2012-01-05
1
-1
/
+1
*
swrast: Remove dead code in _swrast_clear_depth_buffer()
Paul Berry
2012-01-02
1
-9
/
+0
*
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
[next]