summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2008-05-15r300: set screen so that context init can find out chip idsDave Airlie
2008-05-15r500: add cmp support in theoryDave Airlie
2008-05-15r500: some trivial fixups to get tri working.Dave Airlie
2008-05-15r500: we just need to emit a colour for clear drop tex instructionDave Airlie
2008-05-13R300: clean up GA registersAlex Deucher
2008-05-13R3xx: clean up ZB registersAlex Deucher
2008-05-13R300: clean up CB registersAlex Deucher
2008-05-13R300: clean up Fog registersAlex Deucher
2008-05-13R500: fixup r300EmitClearState() FP for r5xxAlex Deucher
2008-05-13R300: cleanup FS code and fill in missing detailsAlex Deucher
2008-05-13R3xx: more PVS cleanupAlex Deucher
2008-05-12Merge branch 'r500-support' of git+ssh://agd5f@git.freedesktop.org/git/mesa/m...Alex Deucher
2008-05-12R500: add support for 4k texturesAlex Deucher
2008-05-09intel: use new mipmap generation hooks in driver.Dave Airlie
2008-05-09swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie
2008-05-09Revert "mesa/intel: map/unmap texture objects around mipmap generation functi...Dave Airlie
2008-05-09Added ctx->Driver.GenerateMipmap() driver hookDave Airlie
2008-05-09mesa/intel: map/unmap texture objects around mipmap generation function.Dave Airlie
2008-05-08Add RS690M PCI ID.Kristian Høgsberg
2008-05-07Never fail `make clean'Dan Nicholson
2008-05-07r500: cleanup r500 RS setupDave Airlie
2008-05-07r500: for rectangular textures set to unscaled coordinates.Dave Airlie
2008-05-07r5xx: Fix FP inputs. (For good?)Corbin Simpson
2008-05-06r5xx: Fix false error with DP3/DP4.Corbin Simpson
2008-05-06r5xx: Index inputs and temps.Corbin Simpson
2008-05-06r5xx: FP: Add OPCODE_TXB.Corbin Simpson
2008-05-06r5xx: FP: Make MOV/ABS look pretty.Corbin Simpson
2008-05-06Always cleanup the makedepend backup filesDan Nicholson
2008-05-06r5xx: Emit an OUT instruction at the end of execution.Corbin Simpson
2008-05-06r5xx: We update max_temp_idx now, so no need to hard-code it.Corbin Simpson
2008-05-06Error consistently when running recursive makeDan Nicholson
2008-05-06r5xx: Fix typo.Corbin Simpson
2008-05-06r5xx: Use max_temp_idx.Corbin Simpson
2008-05-06i965: fix googleearth in classic mode.Dave Airlie
2008-05-06r300: fragment.position input needs no blanking out, it's correctly handled i...Markus Amsler
2008-05-05glcore: Set all external variables in configurationGeorge Sapountzis
2008-05-05r500: consolidate tex instructionsDave Airlie
2008-05-05r500: mov cleanup macrosDave Airlie
2008-05-05r500: make tri-param workDave Airlie
2008-05-05r500: make sure we emit max temp atom.Dave Airlie
2008-05-05r300: fix swtcl texrect path properly.Dave Airlie
2008-05-05i965: Don't cast the result of brw_prepare_vertices to an unsigned value.Xiang, Haihao
2008-05-05r300: fix swtcl texrect path properly.Dave Airlie
2008-05-05r300: add R300_NO_TCL to allow testing of non-tcl on tcl cardsDave Airlie
2008-05-04r300: Set correct VAP_CNTL per vertex program.Markus Amsler
2008-05-03r300: Set correct VAP_CNTL per vertex program.Markus Amsler
2008-05-03r5xx: Fix for loops.Corbin Simpson
2008-05-03r5xx: Fix dumb shader.Corbin Simpson
2008-05-03Merge branch 'r500test' of git://people.freedesktop.org/~csimpson/mesa into r...Corbin Simpson
2008-05-04r300: remove debugging codeDave Airlie