summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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
2008-05-20r5xx: Count refs so we don't have to guess on temp reg allocation.Corbin Simpson
2008-05-19r5xx: Fixup SOP insts.Corbin Simpson
2008-05-19r5xx: New fix for COS/SIN/SCS.Corbin Simpson
2008-05-20r300/r500: fixup some of the register write sizesDave Airlie
2008-05-20r300: some ctrl-m's wierd.Dave Airlie
2008-05-20r300/r500: fix RS col fmt bitsDave Airlie
2008-05-20i965: Check fallback before accounting for index/vertex buffer size. fix #16028.Xiang, Haihao
2008-05-19fix tempReg test in _mesa_combine_programs()Brian Paul
2008-05-19r5xx: Fixup emit_tex, add debugging info, enable temp temps.Corbin Simpson
2008-05-19Fix program refcounting assertion failure during context tear-downBrian Paul
2008-05-19r500: add more input srcsDave Airlie
2008-05-19r500: fix swz gets and some returnsDave Airlie
2008-05-19r500: add mask debuggingDave Airlie
2008-05-19r500: add fragment program debug dumperDave Airlie