summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
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-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-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-19r5xx: Fixup emit_tex, add debugging info, enable temp temps.Corbin Simpson
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
2008-05-19r5xx: Fix magic offsets for output fifo write masks.Corbin Simpson
2008-05-18r5xx: Swap sources for CMP.Corbin Simpson
2008-05-18r5xx: Fix typo of epic proportions.Corbin Simpson
2008-05-18r5xx: ALU/OUT fixups.Corbin Simpson
2008-05-18Move _mesa_init_glsl_driver_functions() into shader_api.cBrian Paul
2008-05-18r300: fixup US_OUT_FMT bitsDave Airlie
2008-05-18r500: you can have a single texcoordDave Airlie
2008-05-17r5xx: Add OPCODE_KIL.Corbin Simpson
2008-05-17r5xx: Added OPCODE_DPH.Corbin Simpson
2008-05-17r5xx: Fix FRC.Corbin Simpson
2008-05-17r5xx: Fix SCS.Corbin Simpson
2008-05-17r5xx: Add OPCODE_SWZ.Corbin Simpson
2008-05-17r5xx: Add OPCODE_SCS.Corbin Simpson
2008-05-17r5xx: Adding more opcodes.Corbin Simpson