summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell
2007-06-14Small optimization for line drawing.Keith Whitwell
2007-06-14Remove some dead code.Keith Whitwell
2007-06-12simple line drawing codeBrian
2007-05-30added st_atom_depth.cBrian
2007-05-30sketch out texture sampler stateBrian
2007-05-30comments, clean-up, alphabetize membersBrian
2007-05-30added depth(Z) state supportBrian
2007-05-30depth(Z) stateBrian
2007-05-28implement point renderingBrian
2007-05-25INLINE goes before the function's return typeBrian
2007-05-25Add some comments to explain things, code clarifications.Brian
2007-05-24use GLubyte for stencil ref/mask/clearBrian
2007-05-24Stencil state.Brian
2007-05-24added st_atom_blend.c, st_atom_scissor.cBrian
2007-05-24Implement blend stateBrian
2007-05-24#ifndef SP_DEFINES_H protection, copyrightBrian
2007-05-24scissor depends on glScissor() and framebuffer sizeBrian
2007-05-24add scissor stateBrian
2007-05-24scissor stateBrian
2007-05-24define, use SP_MAX_CLIP_PLANESBrian
2007-05-24Add the vf module.Keith Whitwell
2007-05-24Use the x11 driver as a test harness for the softpipe/state_tracker code.Keith Whitwell
2007-05-24First version of the softpipe rasterizer.Keith Whitwell
2007-05-14master/trunk is now for Mesa 7.1 devel: bump versionsBrian
2007-05-14comment about fixing uniform structsBrian
2007-05-13r300: Enable the non-user-buffers code to compile.Oliver McFadden
2007-05-13r300: Use e32(0x0) rather than e32(0); makes greping for hex values easier.Oliver McFadden
2007-05-13r300: Use the defined values when writing to R300_RS_ROUTE_0.Oliver McFadden
2007-05-13r300: Use the defined values when writing to R300_SE_VTE_CNTL.Oliver McFadden
2007-05-13r300: Added a TODO comment for the R300_VAP_INPUT_ROUTE_[01]_0 values.Oliver McFadden
2007-05-13r300: Changed some more functions to static functions.Oliver McFadden
2007-05-13r300: Changed a couple of functions in r300_state.c to static functions.Oliver McFadden
2007-05-13r300: Removed the unused r300_aos_rec (replaced by r300_dma_region) structure.Oliver McFadden
2007-05-13r300: Use #if 0 for disabled code, rather than commenting it out.Oliver McFadden
2007-05-13r300: Removed a couple of obsolete/commented out includes.Oliver McFadden
2007-05-13r300: A few very minor indenting corrections.Oliver McFadden
2007-05-13r300: Use the defined values for the interpolater (interp_magic) magic values.Oliver McFadden
2007-05-13r300: Use the defined values when writing to R300_VAP_INPUT_CNTL_[01].Oliver McFadden
2007-05-12Revert "r300: Perform the locking closer to the DRM texture upload call."Oliver McFadden
2007-05-12bring over recent radeonMakeCurrent fixes for r300 to radeon/r200Roland Scheidegger
2007-05-12r300: Removed the name argument to ALLOC_STATE; do the name via the macro.Oliver McFadden
2007-05-12r300: Renamed r300DoEmitState to r300EmitAtoms.Oliver McFadden
2007-05-12r300: Perform the locking closer to the DRM texture upload call.Oliver McFadden
2007-05-11r300: Removed unused FORCE_32BITS_ELTS define.Oliver McFadden
2007-05-11r300: Removed the unused CPT macro.Oliver McFadden
2007-05-11r300: Moved r300PackFloat24 near r300PackFloat32.Oliver McFadden
2007-05-11r300: Added insert_at_tail to the ALLOC_STATE macro.Oliver McFadden
2007-05-11Revert "r300: Merged radeon_span.c."Oliver McFadden
2007-05-11r300: Corrected another error; regexp replaced something it shouldn't have.Oliver McFadden