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: Use fixed-function processing instead _TexEnvProgram for DrawPixels
Ian Romanick
2012-01-27
1
-2
/
+21
*
swrast: fix uninitialized variable warning
Brian Paul
2012-01-27
1
-1
/
+1
*
swrast: make rowStride variable signed in put_z32_values()
Brian Paul
2012-01-27
1
-1
/
+1
*
swrast: remove unused StoreTexel code
Brian Paul
2012-01-27
4
-1187
/
+183
*
swrast: use Map/UnmapTextureImage() in framebuffer map/unmap code
Brian Paul
2012-01-27
1
-15
/
+13
*
mesa: remove ctx->Driver.Map/UnmapTexture() hooks
Brian Paul
2012-01-27
1
-3
/
+0
*
swrast: move some renderbuffer functions to s_renderbuffer.c
Brian Paul
2012-01-27
2
-121
/
+121
*
swrast: remove a few extra _mesa_get_format_bytes() calls
Brian Paul
2012-01-27
1
-4
/
+6
*
swrast: use swrast_renderbuffer instead of gl_renderbuffer
Brian Paul
2012-01-27
9
-41
/
+62
*
swrast: allocate swrast_renderbuffers instead of gl_renderbuffers
Brian Paul
2012-01-27
2
-7
/
+7
*
swrast: new swrast_renderbuffer type
Brian Paul
2012-01-27
1
-0
/
+25
*
swrast: use stencil packing function in s_stencil.c
Brian Paul
2012-01-27
1
-1
/
+3
*
swrast: use color packing functions in s_span.c
Brian Paul
2012-01-27
1
-4
/
+9
*
swrast: remove s_spantemp.h
Brian Paul
2012-01-27
1
-149
/
+0
*
swrast: rewrite, simplify the the render-to-texture code
Brian Paul
2012-01-27
1
-110
/
+30
*
mesa: rename gl_renderbuffer::Data to Buffer
Brian Paul
2012-01-27
2
-12
/
+15
*
mesa: move freeing of software renderbuffers into swrast
Brian Paul
2012-01-27
1
-0
/
+15
*
mesa: remove gl_renderbuffer::DataType
Brian Paul
2012-01-27
5
-130
/
+22
*
mesa: remove gl_renderbuffer:RowStride field
Brian Paul
2012-01-27
4
-6
/
+3
*
swrast: remove Get/PutRow()-related code
Brian Paul
2012-01-27
2
-1224
/
+8
*
swrast: stop using Put/GetRow/Values() in swrast code
Brian Paul
2012-01-27
5
-55
/
+193
*
swrast: use gl_renderbuffer::StrideInBytes in depth/stencil code
Brian Paul
2012-01-27
2
-6
/
+6
*
mesa: use gl_renderbuffer::Map for all depth/stencil accesses
Brian Paul
2012-01-27
2
-37
/
+110
*
swrast: flush pending rendering before unmapping buffers
Brian Paul
2012-01-27
1
-2
/
+3
*
swrast: new assertions in _swrast_pixel_address()
Brian Paul
2012-01-27
1
-0
/
+8
*
swrast: use _swrast_pixel_address() in more places
Brian Paul
2012-01-27
2
-7
/
+15
*
swrast: s/Data/Map/ in swrast_texture_image
Brian Paul
2012-01-27
5
-14
/
+14
*
swrast: remove gl_renderbuffer::DataType check in DrawPixels()
Brian Paul
2012-01-27
1
-5
/
+8
*
swrast: remove gl_renderbuffer::DataType assertions
Brian Paul
2012-01-27
3
-3
/
+0
*
swrast: make _swrast_get_values(), _swrast_get_row() static
Brian Paul
2012-01-27
2
-23
/
+12
*
swrast: remove dstType param from _swrast_read_rgba_span()
Brian Paul
2012-01-27
3
-7
/
+7
*
swrast: remove unused _swrast_put_row()
Brian Paul
2012-01-27
2
-40
/
+0
*
swrast: Fix unsigned promotion in pointer arithmetic
Chad Versace
2012-01-27
1
-3
/
+3
*
swrast: use BITFIELD64_BIT() macro to fix MSVC warnings
Brian Paul
2012-01-13
3
-5
/
+5
*
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
[next]