summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* initial texture object, texture format codeBrian2007-06-227-0/+56
|
* more texture sampler workBrian2007-06-229-5/+208
|
* added blend commentsBrian2007-06-221-7/+7
|
* Assorted token renaming/removal, minor state changes, etc.Brian2007-06-228-81/+84
|
* alpha test and misc changesBrian2007-06-217-2/+91
|
* checkpoint: implement z/depth testingBrian2007-06-2013-19/+153
|
* triangles w/ depth testBrian2007-06-202-0/+132
|
* Only build i915texKeith Whitwell2007-06-201-2/+1
|
* Add state tracker create/destroy calls to i915 driver.Keith Whitwell2007-06-202-1/+13
|
* Rename static variable in temporary tnl codeKeith Whitwell2007-06-201-2/+2
|
* Remove dependency on vf.h in public headersKeith Whitwell2007-06-206-4/+12
|
* update includes (s/tile/quad/)Brian2007-06-206-6/+6
|
* s/tile/quad/Brian2007-06-201-6/+6
|
* Rename "tile" files to "quad".Brian2007-06-206-0/+0
|
* only blend active pixels in the quadBrian2007-06-201-93/+98
|
* quad blending works now, but many blend terms need to be added in blend_quad().Brian2007-06-205-24/+185
|
* Initial implementation of a software pipeline for quad rasterization ↵Brian2007-06-2011-23/+252
| | | | | | (fragment ops). This is very much like the clipper/setup pipeline for primitives.
* better commentBrian2007-06-201-2/+1
|
* actually use new glClear codeBrian2007-06-204-5/+35
|
* fix commentBrian2007-06-201-1/+1
|
* plug in write_mono_row_ubBrian2007-06-201-0/+12
|
* implement softpipe clearing (untested)Brian2007-06-203-2/+39
|
* Initial work for glClear(), clear color state.Brian2007-06-2013-6/+189
|
* hook up point stateBrian2007-06-1911-60/+204
|
* Re-org of surface/framebuffer state.Brian2007-06-1912-108/+269
| | | | We should be able to render to any depth/format of X window now.
* don't request GLUT_ALPHABrian2007-06-191-1/+1
|
* just use regular malloc(), free(), memcpy()Brian2007-06-191-3/+3
|
* add point/line/polygon stateBrian2007-06-192-0/+41
|
* Added alpha test state.Brian2007-06-186-13/+120
|
* Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens.Brian2007-06-183-34/+28
| | | | Used for depth test, alpha test, stencil test, shadow test, etc.
* change clear colorBrian2007-06-181-1/+1
|
* s/PRIM_H/SP_STATE_H/Brian2007-06-151-2/+2
|
* Added st_update_framebuffer struct/object.Brian2007-06-152-0/+2
|
* framebuffer stateBrian2007-06-154-1/+19
|
* In softpipe_set_viewport() use ordinary (struct) assignment to update ↵Brian2007-06-151-1/+1
| | | | | | | softpipe->viewport. The previous memcpy() was incorrect since it only copied 4 bytes instead of 32. With struct assignment we avoid data size errors.
* initial framebuffer stateBrian2007-06-155-1/+20
|
* framebuffer stateBrian2007-06-151-0/+78
|
* Add GLUT_ALPHA for softpipeKeith Whitwell2007-06-1446-46/+46
|
* Rename directories again?!Keith Whitwell2007-06-1444-4812/+302
| | | | Some git wierdness going on.
* Renamed softpipe directories and files to something less confusing.Keith Whitwell2007-06-1474-0/+4515
| | | | | | | | | | softpipe/state_tracker --> state_tracker/ softpipe/ --> pipe/ softpipe/generic --> pipe/softpipe/ I don't think pipe is a great name, but I disliked all the others too. Luckily it's fairly easy to rename with git, so this can be revisited later.
* Small optimization for line drawing.Keith Whitwell2007-06-141-21/+28
| | | | And some comments on point sprites.
* 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
|