r300: SetTex extension support
[mesa.git] / src / mesa / drivers / dri / r300 / r300_cmdbuf.c
2008-11-14 Jerome Glisser300: SetTex extension support
2008-11-14 Jerome Glisser300: cs + DRI2 support
2008-11-14 Jerome Glisser300: bo and cs abstraction.
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-07-27 Nicolai Haehnler300: Implement hardware acceleration for ColorLogicOp
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-05 Nicolai Haehnler500: Fix blend color.
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave Airlier300: disable cmdbuf debug again
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-27 Dave Airlier300/r500: emit flush inside vap_cntl state atom
2008-05-22 Dave Airlier500: bump state atom size up for fp and fp constants
2008-05-17 Alex Deucherr300: SC register naming cleanup
2008-05-17 Alex Deucherr500: write out the correct FP registers
2008-05-15 Dave Airlier500: default rsunit swizzle like fglrx
2008-05-13 Alex DeucherR300: clean up GA registers
2008-05-13 Alex DeucherR3xx: clean up ZB registers
2008-05-13 Alex DeucherR300: clean up CB registers
2008-05-13 Alex DeucherR300: clean up Fog registers
2008-05-13 Alex DeucherR300: cleanup FS code and fill in missing details
2008-05-13 Alex DeucherR3xx: more PVS cleanup
2008-05-12 Alex DeucherMerge branch 'r500-support' of git+ssh://agd5f@git...
2008-05-12 Alex DeucherR500: add support for 4k textures
2008-05-05 Dave Airlier500: make tri-param work
2008-05-05 Dave Airlier500: make sure we emit max temp atom.
2008-05-02 Corbin SimpsonMerge branch 'r345-cleanup' of git://people.freedesktop...
2008-05-02 Alex DeucherR300: fix rebase conflicts
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-02 Alex DeucherR3/4/5: fix TCL on r5xx, cleanup PVS code
2008-05-02 Alex DeucherR300: clean up VAP_PROG_STREAM_CNTL* register usage
2008-05-02 Dave Airlier500: fixup support for emitting fragment program to...
2008-05-02 Dave Airlier500: setup fragment program constant emission atom
2008-05-02 Dave Airlier500 RS unit setup
2008-05-02 Dave Airliemore r500 vs r300 kickin
2008-05-02 Dave Airliesome basic r500 portage
2008-05-02 Dave Airlier500: fixup support for emitting fragment program to...
2008-05-02 Dave Airlier500: setup fragment program constant emission atom
2008-05-02 Dave Airlier500 RS unit setup
2008-05-02 Dave Airliemore r500 vs r300 kickin
2008-05-02 Dave Airliesome basic r500 portage
2008-05-02 Alex DeucherR3/4/5: fix TCL on r5xx, cleanup PVS code
2008-05-02 Alex DeucherR300: clean up VAP_PROG_STREAM_CNTL* register usage
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-28 Dave Airlier300: move to using RS_INST names
2008-03-22 Dave Airlier500: fixup support for emitting fragment program to...
2008-03-21 Dave Airlier500: setup fragment program constant emission atom
2008-03-20 Dave Airlier500 RS unit setup
2008-03-19 Dave Airliemore r500 vs r300 kickin
2008-03-17 Dave Airliesome basic r500 portage
2008-02-28 Christoph Brillr300: R5xx and R3xx use different registers for RS_IP...
2008-02-25 Christoph Brill[r300] revert complete stupid changes
2008-02-25 Christoph Brill[r300] Add more register from the AMD spec
2008-02-25 Christoph Brill[r300] Document POLY_MODE and add some TODOs that might...
2008-02-25 Christoph Brill[r300] Further document and add register definitions...
2008-02-25 Christoph Brill[r300] Sync fog color register names
2008-02-25 Christoph Brill[r300] Sync fog register names to the AMD spec
2008-02-25 Christoph Brill[r300] Further document FG_ALPHA_FUNC (renamed from...
2008-02-25 Christoph Brill[r300] Document R300_RB3D_COLORMASK properly and rename...
2008-02-25 Christoph Brill[r300] Add some more register from the AMD spec in...
2008-02-25 Christoph Brill[r300] Sync the names for Z-Buffer registers with the...
2008-02-25 Christoph Brill[r300] Add more struct names for r300_hw_state
2008-02-25 Christoph Brill[r300] rename all unkown structs r300_hw_state to reada...
2008-02-25 Christoph Brill[r300] Add RB3D_DISCARD_SRC_PIXEL_LTE_THRESHOLD and...
2008-02-25 Christoph Brill[r300] Replace more magic number by register definition...
2008-02-25 Christoph Brill[r300] clean some more magic registers based on AMD...
2008-02-25 Christoph Brill[r300] Update some magic registers to real names
2008-02-23 Dave Airlier300: fixup some more names
2008-02-23 Dave Airlier300: some initial register info from doc drop
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-05 Oliver McFaddenRenamed the R300_VAP_UNKNOWN_221C to R300_VAP_CLIP_CNTL.
2007-11-05 Dave Airlier300: initial user clipping for TCL paths
2007-11-03 Dave Airlier300: move more vap registers out of non tcl paths
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-01 Dave Airlier300: oops turn back off cmd buf debugging
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-24 Dave Airlier300: 2288 is a tcl only reg
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-17 Dave Airliemore commits to fix things and stuff - still not doing...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-30 Oliver McFaddenr300: Cleaned up the state atom checking functions.
2007-05-30 Oliver McFaddenr300: Cleaned up the state atom debugging code.
2007-05-30 Oliver McFaddenr300: Document registers 0x2220 to 0x2230.
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-20 Oliver McFaddenr300: Just use "inline" rather than "__inline__".
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-13 Oliver McFaddenr300: Changed some more functions to static functions.
2007-05-12 Oliver McFaddenr300: Removed the name argument to ALLOC_STATE; do...
2007-05-12 Oliver McFaddenr300: Renamed r300DoEmitState to r300EmitAtoms.
2007-05-11 Oliver McFaddenr300: Added insert_at_tail to the ALLOC_STATE macro.
2007-05-10 Oliver McFaddenr300: Moved some more of the emit code into r300_render.c.
2007-05-09 Oliver McFaddenr300: Added some more Doxygen documentation and made...
next