summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-21ensure cmd buffer spaceDave Airlie
2007-06-21fix up vertex emission before state changeDave Airlie
2007-06-21fix secondary color, fog is off for nowDave Airlie
2007-06-21fix projtexDave Airlie
2007-06-21fix quad-clipDave Airlie
2007-06-21bring over vertex engine setup code from r300_Render and fix upDave Airlie
2007-06-20checkpoint: implement z/depth testingBrian
2007-06-20triangles w/ depth testBrian
2007-06-20Only build i915texKeith Whitwell
2007-06-20Add state tracker create/destroy calls to i915 driver.Keith Whitwell
2007-06-20Rename static variable in temporary tnl codeKeith Whitwell
2007-06-20Remove dependency on vf.h in public headersKeith Whitwell
2007-06-20update includes (s/tile/quad/)Brian
2007-06-20s/tile/quad/Brian
2007-06-20Rename "tile" files to "quad".Brian
2007-06-20only blend active pixels in the quadBrian
2007-06-20quad blending works now, but many blend terms need to be added in blend_quad().Brian
2007-06-20Initial implementation of a software pipeline for quad rasterization (fragmen...Brian
2007-06-20better commentBrian
2007-06-20actually use new glClear codeBrian
2007-06-20fix commentBrian
2007-06-20plug in write_mono_row_ubBrian
2007-06-20Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-06-20Effectively disable _TexEnvProgram before calling _swrast_DrawPixels().Brian
2007-06-20fix glDrawPixels + fragment program problemBrian
2007-06-20copy wpos attrib info into zoomed span (fixes fog perspective correction prob...Brian
2007-06-20implement softpipe clearing (untested)Brian
2007-06-20Initial work for glClear(), clear color state.Brian
2007-06-20fixup some bits of tcl pathDave Airlie
2007-06-20swtcl: gears worksDave Airlie
2007-06-19hook up point stateBrian
2007-06-19Re-org of surface/framebuffer state.Brian
2007-06-19don't request GLUT_ALPHABrian
2007-06-19Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-06-19just use regular malloc(), free(), memcpy()Brian
2007-06-19add point/line/polygon stateBrian
2007-06-18Added alpha test state.Brian
2007-06-18Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens.Brian
2007-06-18change clear colorBrian
2007-06-17more commits to fix things and stuff - still not doing anything except crashinDave Airlie
2007-06-17swtcl add debug and fix offsetDave Airlie
2007-06-17cleaned up reduced primDave Airlie
2007-06-17fixup packet setup - still hangsDave Airlie
2007-06-17add missing swtcl fileDave Airlie
2007-06-17add more swtcl code to r300 - hangs card nowDave Airlie
2007-06-15s/PRIM_H/SP_STATE_H/Brian
2007-06-15Added st_update_framebuffer struct/object.Brian
2007-06-15framebuffer stateBrian
2007-06-15In softpipe_set_viewport() use ordinary (struct) assignment to update softpip...Brian
2007-06-15initial framebuffer stateBrian