summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Renamed softpipe directories and files to something less confusing.Keith Whitwell2007-06-1474-0/+4515
* Small optimization for line drawing.Keith Whitwell2007-06-141-21/+28
* Remove some dead code.Keith Whitwell2007-06-141-4/+0
* simple line drawing codeBrian2007-06-121-32/+240
* added st_atom_depth.cBrian2007-05-301-0/+1
* sketch out texture sampler stateBrian2007-05-302-0/+43
* comments, clean-up, alphabetize membersBrian2007-05-301-20/+28
* added depth(Z) state supportBrian2007-05-305-0/+24
* depth(Z) stateBrian2007-05-301-0/+88
* implement point renderingBrian2007-05-281-12/+101
* INLINE goes before the function's return typeBrian2007-05-251-1/+1
* Add some comments to explain things, code clarifications.Brian2007-05-253-36/+72
* use GLubyte for stencil ref/mask/clearBrian2007-05-242-11/+11
* Stencil state.Brian2007-05-248-0/+183
* added st_atom_blend.c, st_atom_scissor.cBrian2007-05-241-1/+3
* Implement blend stateBrian2007-05-245-8/+214
* #ifndef SP_DEFINES_H protection, copyrightBrian2007-05-241-1/+30
* scissor depends on glScissor() and framebuffer sizeBrian2007-05-241-9/+28
* add scissor stateBrian2007-05-242-4/+6
* scissor stateBrian2007-05-241-0/+69
* define, use SP_MAX_CLIP_PLANESBrian2007-05-242-2/+4
* Add the vf module.Keith Whitwell2007-05-244-0/+2243
* Use the x11 driver as a test harness for the softpipe/state_tracker code.Keith Whitwell2007-05-248-1/+114
* First version of the softpipe rasterizer.Keith Whitwell2007-05-2445-0/+5761
* Modifications to run with softpipe test harnessKeith Whitwell2007-05-241-5/+3
* master/trunk is now for Mesa 7.1 devel: bump versionsBrian2007-05-143-8/+8
* in __glXGetArrayType() return type, not enabled (bug 10938)Bruce Merry2007-05-141-1/+1
* comment about fixing uniform structsBrian2007-05-141-0/+13
* r300: Enable the non-user-buffers code to compile.Oliver McFadden2007-05-131-1/+2
* r300: Use e32(0x0) rather than e32(0); makes greping for hex values easier.Oliver McFadden2007-05-131-16/+16
* r300: Use the defined values when writing to R300_RS_ROUTE_0.Oliver McFadden2007-05-132-1/+6
* r300: Use the defined values when writing to R300_SE_VTE_CNTL.Oliver McFadden2007-05-131-1/+4
* r300: Added a TODO comment for the R300_VAP_INPUT_ROUTE_[01]_0 values.Oliver McFadden2007-05-131-0/+8
* r300: Changed some more functions to static functions.Oliver McFadden2007-05-135-239/+207
* r300: Changed a couple of functions in r300_state.c to static functions.Oliver McFadden2007-05-132-18/+17
* r300: Removed the unused r300_aos_rec (replaced by r300_dma_region) structure.Oliver McFadden2007-05-131-13/+0
* r300: Use #if 0 for disabled code, rather than commenting it out.Oliver McFadden2007-05-131-10/+14
* r300: Removed a couple of obsolete/commented out includes.Oliver McFadden2007-05-132-4/+0
* r300: A few very minor indenting corrections.Oliver McFadden2007-05-134-8/+7
* r300: Use the defined values for the interpolater (interp_magic) magic values.Oliver McFadden2007-05-131-3/+3
* r300: Use the defined values when writing to R300_VAP_INPUT_CNTL_[01].Oliver McFadden2007-05-131-2/+4
* Revert "r300: Perform the locking closer to the DRM texture upload call."Oliver McFadden2007-05-121-3/+3
* bring over recent radeonMakeCurrent fixes for r300 to radeon/r200Roland Scheidegger2007-05-122-2/+1
* r300: Removed the name argument to ALLOC_STATE; do the name via the macro.Oliver McFadden2007-05-121-76/+76
* r300: Renamed r300DoEmitState to r300EmitAtoms.Oliver McFadden2007-05-121-3/+3
* r300: Perform the locking closer to the DRM texture upload call.Oliver McFadden2007-05-121-3/+3
* r300: Removed unused FORCE_32BITS_ELTS define.Oliver McFadden2007-05-111-5/+0
* r300: Removed the unused CPT macro.Oliver McFadden2007-05-111-6/+0
* r300: Moved r300PackFloat24 near r300PackFloat32.Oliver McFadden2007-05-112-31/+31
* r300: Added insert_at_tail to the ALLOC_STATE macro.Oliver McFadden2007-05-111-91/+11