summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2008-05-26r5xx: Moar LIT.Corbin Simpson
2008-05-26r5xx: First stab at LIT.Corbin Simpson
2008-05-26[intel] all flushing in intelEmitCopyBlitKeith Packard
2008-05-25Replace copyright on r500_fragprog.cCorbin Simpson
2008-05-25[intel] Enable buffer re-use for gemKeith Packard
2008-05-25r5xx: Unbreak texture swizzling.Corbin Simpson
2008-05-25r5xx: Massive MAD cleanup.Corbin Simpson
2008-05-25r5xx: Negation masks for every inst except SWZ.Corbin Simpson
2008-05-25r5xx: More emit_alu().Corbin Simpson
2008-05-25r5xx: Add emit_mad() for FP.Corbin Simpson
2008-05-24r5xx: Consolidate FP tex insts.Corbin Simpson
2008-05-24r5xx: Fix SGE/SLT.Corbin Simpson
2008-05-24r5xx: Remove some debugging cruft.Corbin Simpson
2008-05-24dri: vblank_mode warningTormod Volden
2008-05-24r500: missed a couple of inst4s.Dave Airlie
2008-05-24r500: add depth output writeDave Airlie
2008-05-23dri/swrast: cosmetic, mainly generic vs. xorg terminologyGeorge Sapountzis
2008-05-23dri/swrast: add dithering supportGeorge Sapountzis
2008-05-23dri/swrast: add support for r3g3b2George Sapountzis
2008-05-23dri: add support for generating 3_3_2 configsGeorge Sapountzis
2008-05-23dri/swrast: split out common pixel macrosGeorge Sapountzis
2008-05-23dri/swrast: drop TODO listGeorge Sapountzis
2008-05-23drop GLcoreGeorge Sapountzis
2008-05-23Remove stale comment about glFlush().Eric Anholt
2008-05-23Emit a flush after the swapbuffers blit, so contents end up on the screen.Eric Anholt
2008-05-23r5xx: Clean up some compiler warnings.Corbin Simpson
2008-05-23r5xx: Move dumb_shader.Corbin Simpson
2008-05-23r5xx: Add OPCODE_DST.Corbin Simpson
2008-05-23r5xx: More trig work.Corbin Simpson
2008-05-22Add back a mostly-correct glFinish for GEM and fake.Eric Anholt
2008-05-22[intel-gem] Make sure set_domain is called often enough.Keith Packard
2008-05-22r500: bump state atom size up for fp and fp constantsDave Airlie
2008-05-21r5xx: Fixed LRP.Corbin Simpson
2008-05-21r5xx: Change debug info for readability.Corbin Simpson
2008-05-21r5xx: Initial (broken) OPCODE_LRP.Corbin Simpson
2008-05-21Follow along GL/glx -> glx renaming in xserverDan Nicholson
2008-05-21Add remaining glapi generated server headers.Kristian Høgsberg
2008-05-21Make the shared glapi files not include glheader.h.Kristian Høgsberg
2008-05-21Revert "glapi: Generate xserver glapi sources in the mesa tree"Kristian Høgsberg
2008-05-21r5xx: Add OPCODE_POW.Corbin Simpson
2008-05-21dri/swrast: use Makefile.templateGeorge Sapountzis
2008-05-21dri/swrast: fb configs tweaksGeorge Sapountzis
2008-05-21dri/swrast: re-indent FillInModesGeorge Sapountzis
2008-05-21r500: print out opcode stringDave Airlie
2008-05-21r500: set the RS unit register for R500 not R300 dangnammit..Dave Airlie
2008-05-21r500: finish main texture instruction decodingDave Airlie
2008-05-20Add DRI driver that uses the mesa swrast module.George Sapountzis
2008-05-20Make utils.h self-contained.George Sapountzis
2008-05-20copy StateFlags in _mesa_clone_parameter_list()Brian Paul
2008-05-20fix incorrect sampler numbering/indexing.Brian Paul