summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-10-22add support for sprite texcoord modesBrian
2007-10-22implement point sprite modeBrian
2007-10-22add point_sprite flag to rasterizer stateBrian
2007-10-22remove unused varBrian
2007-10-22tweak point corners to pass conform testBrian
2007-10-22plug the wide prims code into the pipelineBrian
2007-10-22update to working conditionBrian
2007-10-22Finish unifying the surface and texture tile caches.Brian
2007-10-22pull clip/ module wide and stippled lines/points codekeithw
2007-10-21Start implementing cache routines for textures.Brian
2007-10-21rename some varsBrian
2007-10-21silence warningBrian
2007-10-20Remove obsolete read/write_quad() functionsBrian
2007-10-20init sp->sbuf_cache to avoid possible segfaultBrian
2007-10-20Call softpipe_unmap_surfaces() in softpipe_flush().Brian
2007-10-20In region_unmap(), check if region is mapped before decrementing refcount.Brian
2007-10-20flush the pipe before accum opsBrian
2007-10-20unmap regions when reallocating renderbuffer storageBrian
2007-10-20renderbuffer tweaks in update_framebuffer_state()Brian
2007-10-20use combined depth/stencil buffer when possibleBrian
2007-10-20Convert Z/stencil ops to use cached tiles like colors.Brian
2007-10-20added case for TGSI_OPCODE_ENDBrian
2007-10-19get/put_tile_raw() funcs for 16/32bpp surfacesBrian
2007-10-19added get/put_tile_raw() methodsBrian
2007-10-19don't alloc region in xmesa_surface_alloc(), fixes a mem leakBrian
2007-10-19disable debug printfBrian
2007-10-19call Driver.Flush() in _mesa_notifySwapBuffers()Brian
2007-10-19Initial implementation of surface tile caching.Brian
2007-10-19Tile cache functions.Brian
2007-10-19clamp/clip in put_tile(), move softpipe_init_surface_funcs() callBrian
2007-10-18remove old commentBrian
2007-10-18Alternate CopyPixels path based on get/put_tile().Brian
2007-10-18fix bug in copy_rect(), use temp vars in sp_region_copy() to aid debuggingBrian
2007-10-18fix off-by-one error in CopyPixels src positionBrian
2007-10-18fix upside down CopyPixels imageBrian
2007-10-18fix function nameBrian
2007-10-18checkpoint: code refactoring for glCopyPixelsBrian
2007-10-18start implementing glCopyPixels (stencil works)Brian
2007-10-18make read_stencil_pixels() non-staticBrian
2007-10-18Change type of shader->executable field from void * to generic function pointer.Brian
2007-10-18added const qualifiersBrian
2007-10-18better debug code, silence some warningsBrian
2007-10-18print vertex input mappingBrian
2007-10-18handle fogcoord/raster distanceBrian
2007-10-18added st_debug.cBrian
2007-10-18debug functionsBrian
2007-10-18fix logic error in stipple_quad() (point/line fragments were getting dropped)Brian
2007-10-18Corrected the file permissions in src/mesa/pipe.Oliver McFadden
2007-10-18pipe/draw/draw_context.c:47: error: 'false' undeclared (first use in this fun...Oliver McFadden
2007-10-18sp_context.c:255: error: 'false' undeclared (first use in this function)Oliver McFadden