| Commit message (Expand) | Author | Age | Files | Lines |
* | remove some obsolete xmesa remnants | Brian | 2007-07-30 | 1 | -10/+0 |
* | Lots of improvements to the surface-related code. | Brian | 2007-07-30 | 1 | -5/+14 |
* | disable ProgramStringNotify assertion | Brian | 2007-07-30 | 1 | -0/+2 |
* | check scissor state | Brian | 2007-07-27 | 1 | -1/+5 |
* | added GL_FRAGMENT_PROGRAM_NV in st_new_program() | Brian | 2007-07-24 | 1 | -1/+3 |
* | Basic fragment programs run now. | Brian | 2007-07-24 | 2 | -5/+21 |
* | use enabled/linked fragment shader in preference to a fragment program | Brian | 2007-07-24 | 1 | -2/+10 |
* | Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/gi... | Brian | 2007-07-24 | 7 | -36/+140 |
|\ |
|
| * | Trigger tgsi compilation for fragment programs. | Keith Whitwell | 2007-07-19 | 7 | -36/+140 |
* | | Fix setup.light_twoside determination. | Brian | 2007-07-13 | 1 | -5/+9 |
* | | Fix more polygon winding, culling confusion. | Brian | 2007-07-13 | 1 | -6/+12 |
|/ |
|
* | Added basic occlusion counting | Brian | 2007-07-13 | 1 | -0/+4 |
* | Added colormask, dither, multisample state. Implement colormasking stage. | Brian | 2007-07-12 | 2 | -1/+17 |
* | Obsolete file. | Brian | 2007-07-11 | 1 | -70/+0 |
* | Implement polygon stipple state tracking, application. | Brian | 2007-07-11 | 3 | -0/+64 |
* | fix problems with polygon offset | Brian | 2007-07-10 | 1 | -11/+10 |
* | Softpipe: import TGSI tree. Not hooked-up yet. | michal | 2007-07-05 | 2 | -4/+13 |
* | hook in state tracking for blend color | Brian | 2007-07-03 | 2 | -0/+10 |
* | Blend MIN/MAX modes are special: the src/dest terms are always one. | Brian | 2007-07-03 | 1 | -4/+20 |
* | clarify that line_stipple_factor is in [0,255] corresponding to GL's range of... | Brian | 2007-07-03 | 1 | -1/+2 |
* | rename a few structs (use _state suffix consistantly), reorder/sort fields in... | Brian | 2007-07-02 | 3 | -12/+12 |
* | texture object construction | Brian | 2007-06-29 | 2 | -0/+142 |
* | consolidate point/line state into pipe_setup_state | Brian | 2007-06-26 | 4 | -10/+21 |
* | code for functional Z buffer surface | Brian | 2007-06-25 | 1 | -5/+5 |
* | more texture sampler work | Brian | 2007-06-22 | 2 | -0/+136 |
* | Assorted token renaming/removal, minor state changes, etc. | Brian | 2007-06-22 | 1 | -24/+38 |
* | alpha test and misc changes | Brian | 2007-06-21 | 1 | -1/+1 |
* | checkpoint: implement z/depth testing | Brian | 2007-06-20 | 2 | -0/+15 |
* | Rename static variable in temporary tnl code | Keith Whitwell | 2007-06-20 | 1 | -2/+2 |
* | better comment | Brian | 2007-06-20 | 1 | -2/+1 |
* | actually use new glClear code | Brian | 2007-06-20 | 2 | -0/+18 |
* | fix comment | Brian | 2007-06-20 | 1 | -1/+1 |
* | Initial work for glClear(), clear color state. | Brian | 2007-06-20 | 4 | -0/+65 |
* | hook up point state | Brian | 2007-06-19 | 4 | -1/+73 |
* | Re-org of surface/framebuffer state. | Brian | 2007-06-19 | 3 | -7/+2 |
* | just use regular malloc(), free(), memcpy() | Brian | 2007-06-19 | 1 | -3/+3 |
* | Added alpha test state. | Brian | 2007-06-18 | 2 | -0/+95 |
* | Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens. | Brian | 2007-06-18 | 2 | -16/+16 |
* | Added st_update_framebuffer struct/object. | Brian | 2007-06-15 | 2 | -0/+2 |
* | initial framebuffer state | Brian | 2007-06-15 | 1 | -0/+1 |
* | framebuffer state | Brian | 2007-06-15 | 1 | -0/+78 |
* | Rename directories again?! | Keith Whitwell | 2007-06-14 | 13 | -123/+123 |
* | Renamed softpipe directories and files to something less confusing. | Keith Whitwell | 2007-06-14 | 19 | -0/+1855 |