summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
...
* swrast: use swrast_renderbuffer instead of gl_renderbufferBrian Paul2012-01-249-41/+62
* swrast: allocate swrast_renderbuffers instead of gl_renderbuffersBrian Paul2012-01-242-7/+7
* swrast: new swrast_renderbuffer typeBrian Paul2012-01-241-0/+25
* swrast: use stencil packing function in s_stencil.cBrian Paul2012-01-241-1/+3
* swrast: use color packing functions in s_span.cBrian Paul2012-01-241-4/+9
* swrast: remove s_spantemp.hBrian Paul2012-01-241-149/+0
* swrast: rewrite, simplify the the render-to-texture codeBrian Paul2012-01-241-110/+30
* mesa: rename gl_renderbuffer::Data to BufferBrian Paul2012-01-242-12/+15
* mesa: move freeing of software renderbuffers into swrastBrian Paul2012-01-241-0/+15
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-245-130/+22
* mesa: remove gl_renderbuffer:RowStride fieldBrian Paul2012-01-244-6/+3
* swrast: remove Get/PutRow()-related codeBrian Paul2012-01-242-1224/+8
* swrast: stop using Put/GetRow/Values() in swrast codeBrian Paul2012-01-245-55/+193
* swrast: use gl_renderbuffer::StrideInBytes in depth/stencil codeBrian Paul2012-01-242-6/+6
* mesa: use gl_renderbuffer::Map for all depth/stencil accessesBrian Paul2012-01-242-37/+110
* swrast: flush pending rendering before unmapping buffersBrian Paul2012-01-241-2/+3
* swrast: new assertions in _swrast_pixel_address()Brian Paul2012-01-241-0/+8
* swrast: use _swrast_pixel_address() in more placesBrian Paul2012-01-242-7/+15
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-245-14/+14
* swrast: remove gl_renderbuffer::DataType check in DrawPixels()Brian Paul2012-01-241-5/+8
* swrast: remove gl_renderbuffer::DataType assertionsBrian Paul2012-01-243-3/+0
* swrast: make _swrast_get_values(), _swrast_get_row() staticBrian Paul2012-01-242-23/+12
* swrast: remove dstType param from _swrast_read_rgba_span()Brian Paul2012-01-243-7/+7
* swrast: remove unused _swrast_put_row()Brian Paul2012-01-242-40/+0
* swrast: Use fixed-function processing instead _TexEnvProgram for DrawPixelsIan Romanick2012-01-241-2/+21
* swrast: Fix unsigned promotion in pointer arithmeticChad Versace2012-01-231-3/+3
* swrast: use BITFIELD64_BIT() macro to fix MSVC warningsBrian Paul2012-01-123-5/+5
* mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul2012-01-121-2/+2
* swrast: convert blit_linear() to Map/UnmapRenderbuffer()Brian Paul2012-01-091-25/+158
* swrast: fix Z testing of points/lines for 16-bit depth buffersBrian Paul2012-01-071-7/+29
* swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribsBrian Paul2012-01-074-6/+8
* swrast: s/GLint/GLuint/ to silence MSVC signed/unsigned comparison warningBrian Paul2012-01-071-2/+2
* swrast: remove s_depthstencil.[ch] filesBrian Paul2012-01-062-830/+0
* swrast: remove calls to _swrast_update_depth/stencil_buffer()Brian Paul2012-01-061-23/+0
* swrast: Convert the glBlitFramebuffer(GL_NEAREST) path to MapRenderbuffer().Eric Anholt2012-01-061-39/+150
* swrast: Fix use of uninitialized value in rbmapping changes.Eric Anholt2012-01-061-1/+1
* swrast: Use the fast copypixels code to implement fast glBlitFramebuffer().Eric Anholt2012-01-063-139/+46
* swrast: Move the check for fast_copy_pixels() ability to caller.Eric Anholt2012-01-061-9/+5
* swrast: use memmove() instead of memcpy() in the SHIFT_ARRAY macroBrian Paul2012-01-051-1/+1
* swrast: Remove dead code in _swrast_clear_depth_buffer()Paul Berry2012-01-021-9/+0
* swrast: assert _swrast_map_teximage() x, y is multiple of block sizeBrian Paul2011-12-261-0/+3
* swrast: replace assertion with conditional in _swrast_map_teximage()Brian Paul2011-12-261-2/+6
* swrast: rewrite glDrawPixels(GL_DEPTH) with zoomBrian Paul2011-12-243-69/+28
* swrast: stop using _DepthBuffer in triangle codeBrian Paul2011-12-241-16/+11
* mesa: remove gl_renderbuffer::PutRowRGB()Brian Paul2011-12-244-175/+0
* swrast: stop using PutRowRGB() in triangle codeBrian Paul2011-12-241-10/+12
* swrast: refactor/rewrite fast_draw_rgba_pixels()Brian Paul2011-12-241-234/+167
* swrast: move swrast_render_start/finish() call in drawpixels codeBrian Paul2011-12-241-10/+24
* swrast: new fast_draw_depth_stencil() for glDrawPixels(GL_DEPTH_STENCIL)Brian Paul2011-12-241-16/+40
* swrast: remove the copy_depth_stencil_pixels() functionBrian Paul2011-12-241-178/+3