Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-21 | ensure cmd buffer space | Dave Airlie | |
2007-06-21 | fix up vertex emission before state change | Dave Airlie | |
2007-06-21 | fix secondary color, fog is off for now | Dave Airlie | |
2007-06-21 | fix projtex | Dave Airlie | |
2007-06-21 | fix quad-clip | Dave Airlie | |
2007-06-21 | bring over vertex engine setup code from r300_Render and fix up | Dave Airlie | |
now have gears going.. + a few other trivial textured demoes | |||
2007-06-20 | checkpoint: implement z/depth testing | Brian | |
2007-06-20 | Add state tracker create/destroy calls to i915 driver. | Keith Whitwell | |
2007-06-20 | Rename static variable in temporary tnl code | Keith Whitwell | |
2007-06-20 | Remove dependency on vf.h in public headers | Keith Whitwell | |
2007-06-20 | update includes (s/tile/quad/) | Brian | |
2007-06-20 | s/tile/quad/ | Brian | |
2007-06-20 | Rename "tile" files to "quad". | Brian | |
2007-06-20 | only blend active pixels in the quad | Brian | |
2007-06-20 | quad blending works now, but many blend terms need to be added in blend_quad(). | Brian | |
2007-06-20 | Initial implementation of a software pipeline for quad rasterization ↵ | Brian | |
(fragment ops). This is very much like the clipper/setup pipeline for primitives. | |||
2007-06-20 | better comment | Brian | |
2007-06-20 | actually use new glClear code | Brian | |
2007-06-20 | fix comment | Brian | |
2007-06-20 | plug in write_mono_row_ub | Brian | |
2007-06-20 | Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa | Brian | |
2007-06-20 | Effectively disable _TexEnvProgram before calling _swrast_DrawPixels(). | Brian | |
It's OK to use _TexEnvProgram regardless of the texture state, but if fog is also enabled, the fragment program is lacking the actual fog computation so fogging doesn't appear. Fixing this might involve a new _MaintainFogProgram field and related code. For now, just disable the _TexEnvProgram and let swrast handle everything. | |||
2007-06-20 | fix glDrawPixels + fragment program problem | Brian | |
2007-06-20 | copy wpos attrib info into zoomed span (fixes fog perspective correction ↵ | Brian | |
problem) | |||
2007-06-20 | implement softpipe clearing (untested) | Brian | |
2007-06-20 | Initial work for glClear(), clear color state. | Brian | |
2007-06-20 | fixup some bits of tcl path | Dave Airlie | |
2007-06-20 | swtcl: gears works | Dave Airlie | |
2007-06-19 | hook up point state | Brian | |
2007-06-19 | Re-org of surface/framebuffer state. | Brian | |
We should be able to render to any depth/format of X window now. | |||
2007-06-19 | Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa | Brian | |
2007-06-19 | just use regular malloc(), free(), memcpy() | Brian | |
2007-06-19 | add point/line/polygon state | Brian | |
2007-06-18 | Added alpha test state. | Brian | |
2007-06-18 | Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens. | Brian | |
Used for depth test, alpha test, stencil test, shadow test, etc. | |||
2007-06-17 | more commits to fix things and stuff - still not doing anything except crashin | Dave Airlie | |
2007-06-17 | swtcl add debug and fix offset | Dave Airlie | |
2007-06-17 | cleaned up reduced prim | Dave Airlie | |
2007-06-17 | fixup packet setup - still hangs | Dave Airlie | |
2007-06-17 | add missing swtcl file | Dave Airlie | |
2007-06-17 | add more swtcl code to r300 - hangs card now | Dave Airlie | |
2007-06-15 | s/PRIM_H/SP_STATE_H/ | Brian | |
2007-06-15 | Added st_update_framebuffer struct/object. | Brian | |
2007-06-15 | framebuffer state | Brian | |
2007-06-15 | In softpipe_set_viewport() use ordinary (struct) assignment to update ↵ | Brian | |
softpipe->viewport. The previous memcpy() was incorrect since it only copied 4 bytes instead of 32. With struct assignment we avoid data size errors. | |||
2007-06-15 | initial framebuffer state | Brian | |
2007-06-15 | framebuffer state | Brian | |
2007-06-15 | i915tex: Missing piece of SetTexOffset hook implementation for I830 generation. | Michel Dänzer | |
2007-06-14 | Rename directories again?! | Keith Whitwell | |
Some git wierdness going on. | |||
2007-06-14 | Renamed softpipe directories and files to something less confusing. | Keith Whitwell | |
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. |