summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
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-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-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
2007-06-15framebuffer stateBrian
2007-06-15i915tex: Missing piece of SetTexOffset hook implementation for I830 generation.Michel Dänzer
2007-06-14Rename directories again?!Keith Whitwell
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell
2007-06-14Small optimization for line drawing.Keith Whitwell
2007-06-14Remove some dead code.Keith Whitwell
2007-06-14Initial r300 modes for swtcl it compiles!!Dave Airlie
2007-06-14nouveau: remove useless viewport xform with id matrix.Stephane Marchesin
2007-06-13move clip to r300 emitDave Airlie
2007-06-12fix an error string, refactor _mesa_GetCompressedTexImageARB() to get rid of ...Brian
2007-06-12fix make clean commands so missing subdirs don't cause infinite loopsBrian
2007-06-12fix commentBrian
2007-06-12Fix TEXREL issues when using GLX_USE_TLS (see bug 7459).Brian
2007-06-12fix GLX_USE_TLS breakage, fix a warningBrian
2007-06-12simple line drawing codeBrian
2007-06-11Rework _mesa_update_texture_compare_function() to only be called duringBrian
2007-06-11rename/clean-up _mesa_validate_texture_wrap_modeBrian
2007-06-11fix typo, added commentBrian
2007-06-11Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian