summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe
AgeCommit message (Expand)Author
2007-08-08add lambda param to get_sample()Brian
2007-08-08sketch out 1D/3D/cube texture samplingBrian
2007-08-08more get_tile() workBrian
2007-08-08fully support all texcoord wrap modesBrian
2007-08-07use new tex filtering codeBrian
2007-08-07initial texture filtering codeBrian
2007-08-07include p_state.hBrian
2007-08-07added a get_tile() funcBrian
2007-08-07map/unmap texturesBrian
2007-08-07remove dst!=src assertionBrian
2007-08-07checkpoint new tgsi_sampler_state structBrian
2007-08-07sketch out new pipe surface/sampler typesBrian
2007-08-07s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.cBrian
2007-08-07get rid of temp write_mono_row_ub() functionBrian
2007-08-06added softpipe_mipmap_tree_layoutBrian
2007-08-06need a softpipe func for texture layoutBrian
2007-08-06Use fp_attr_to_slot[].michal
2007-08-06Add pipe buffer managment functions.Keith Whitwell
2007-08-05Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell
2007-08-02added pipe->supported_formats()Brian
2007-08-02pipe->clear() now takes a surface, rather than color/depth/stencil flags.Brian
2007-08-02Fix make recursion.Keith Whitwell
2007-08-02Implement new draw_vertices() path for simple vertex array drawing, use it fo...Brian
2007-08-02Remove references to accum buffers in softpipe.Keith Whitwell
2007-08-02Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-08-02Reroute some clear functionality.Keith Whitwell
2007-08-01implement masking in sp_region_fill()Brian
2007-08-01get cliprect bounds after softpipe_update_derived()Brian
2007-08-01Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ...Brian
2007-08-01More work on glClear.Brian
2007-08-01s/Z24_S8/S8_Z24/ (stencil is in the high byte)Brian
2007-08-01Checkpoint: glClear changes - working, bug very rough.Brian
2007-08-01Build libsoftpipe.aKeith Whitwell
2007-07-31Obsolete.Brian
2007-07-31Redesign pipe_surface in terms of pipe_region.Brian
2007-07-3032 and z24s8 softpipe buffersBrian
2007-07-30Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-07-30Lots of improvements to the surface-related code.Brian
2007-07-30compute scale for Z24 buffersBrian
2007-07-30Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-07-30map/unmap surfaces before/after renderingBrian
2007-07-30remove old commentsBrian
2007-07-27renaming, comments, clean-upBrian
2007-07-27Clip triangles against softpipe->cliprect which includes scissor and surface ...Brian
2007-07-27remove obsolete commentsBrian
2007-07-27Maintain cliprect (scissor) info in sp_state_derived.c.Brian
2007-07-27Implement point/line quad clipping. Not quite as efficient as it probably co...Brian
2007-07-27s/SP_TILE_H/SP_QUAD_H/Brian
2007-07-27init quad.coverage values to 1.0 in case line AA is enabled so that we see so...Brian
2007-07-27Avoid unnecessary input attrib copy by aligning exec_machine attribs.michal