summaryrefslogtreecommitdiff
path: root/src/mesa/pipe
AgeCommit message (Expand)Author
2007-07-10Fix front/back mix-up. added comments.Brian
2007-07-10Comments, minor clean-up.Brian
2007-07-10commentsBrian
2007-07-10Added comments, assertions.Brian
2007-07-10Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array.Brian
2007-07-10remove some dead/disabled stuffBrian
2007-07-09Remove softpipe includesBrian
2007-07-09s/G_/SP_/Brian
2007-07-09Rename G_NEW_* tokens to SP_NEW_*Brian
2007-07-09Obsolete file.Brian
2007-07-09New 'draw' module for primitive drawing (clipping, culling, etc).Brian
2007-07-09New 'draw' module for handling the various stages of primitive drawing (clipp...Brian
2007-07-09Rename/move some files to modularize the primitive/draw code.Brian
2007-07-06Fix function names.michal
2007-07-06Indent.michal
2007-07-05Softpipe: import TGSI tree. Not hooked-up yet.michal
2007-07-03SIMD commentsBrian
2007-07-03hook in state tracking for blend colorBrian
2007-07-03added blend_colorBrian
2007-07-03Rewrite blending in terms of SIMD operations.Brian
2007-07-03clarify that line_stipple_factor is in [0,255] corresponding to GL's range of...Brian
2007-07-02rename a few structs (use _state suffix consistantly), reorder/sort fields in...Brian
2007-06-29added buffer_data(), buffer_sub_data() to pipe_bufferBrian
2007-06-29more work on tex objects, surfaces, mappable buffersBrian
2007-06-29added texture types and mapping typesBrian
2007-06-29s/G_CONTEXT_H/SP_CONTEXT_H/Brian
2007-06-26consolidate point/line state into pipe_setup_stateBrian
2007-06-25fix logic error in updating of quad's Z values. Basic depth testing works nowBrian
2007-06-25clean-upsBrian
2007-06-25emit quad->outputs.depth[], hack need_zBrian
2007-06-24Restructure z test code slightly.Keith Whitwell
2007-06-22initial texture object, texture format codeBrian
2007-06-22more texture sampler workBrian
2007-06-22added blend commentsBrian
2007-06-22Assorted token renaming/removal, minor state changes, etc.Brian
2007-06-21alpha test and misc changesBrian
2007-06-20checkpoint: implement z/depth testingBrian
2007-06-20Remove dependency on vf.h in public headersKeith Whitwell
2007-06-20update includes (s/tile/quad/)Brian
2007-06-20Rename "tile" files to "quad".Brian
2007-06-20only blend active pixels in the quadBrian
2007-06-20quad blending works now, but many blend terms need to be added in blend_quad().Brian
2007-06-20Initial implementation of a software pipeline for quad rasterization (fragmen...Brian
2007-06-20actually use new glClear codeBrian
2007-06-20implement softpipe clearing (untested)Brian
2007-06-20Initial work for glClear(), clear color state.Brian
2007-06-19hook up point stateBrian
2007-06-19Re-org of surface/framebuffer state.Brian
2007-06-19add point/line/polygon stateBrian
2007-06-18Added alpha test state.Brian