Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-02 | r300: rename validate textures to validate buffers | Dave Airlie | |
2009-01-31 | r200/r300: swtcl fixups to use old dma buffers on top of BOs | Dave Airlie | |
2009-01-31 | r200/r300: add aperture space checks | Dave Airlie | |
2009-01-29 | WIP comit | Dave Airlie | |
2009-01-29 | radeon/r200/r300: bring back old style DMA buffer on top of BOs. | Dave Airlie | |
this gets back a lot of the lots speed in gears on r500 at least I also fixed the legacy bufmgr to deal when the dma space fills up | |||
2009-01-20 | r200: clear is working at least - not much else | Dave Airlie | |
2009-01-15 | r300: move some more function to generic | Dave Airlie | |
2009-01-14 | r300: start moving new r300 cmdbuf into common code | Dave Airlie | |
2008-11-14 | r300: convert to new relocations format (see libdrm-radeon) | Jerome Glisse | |
2008-11-14 | r300: cs + DRI2 support | Jerome Glisse | |
If DRI2 is enabled then switch cmd assembly to directly build hw packet. | |||
2008-11-14 | r300: bo and cs abstraction. | Jerome Glisse | |
This abstract memory management and command stream building so we can use different backend either legacy one which use old pathway or a new one like with a new memory manager. This works was done by : Nicolai Haehnle Dave Airlie Jerome Glisse | |||
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | |
Makefile.template | |||
2008-05-05 | r300: fix swtcl texrect path properly. | Dave Airlie | |
We really need to update the shader state so the texrect parameters work. This should fix compiz looking crappy on rs480 and rs690 | |||
2008-05-04 | r300: remove debugging code | Dave Airlie | |
2008-05-04 | r300: setup vte according to inputs | Dave Airlie | |
2008-05-03 | r300: recombine the vap input route 0 code and clean | Dave Airlie | |
This gets non-tcl cards working again on this branch.. at least texrect and glxgears | |||
2008-05-02 | R300: clean up VAP_PROG_STREAM_CNTL* register usage | Alex Deucher | |
2007-09-11 | Fix-up #includes to remove some -I options. | Brian | |
eg: #include "shader/program.h" and remove -I$(TOP)/src/mesa/program | |||
2007-07-04 | r300: only init swtcl on tcl-less cards | Dave Airlie | |
2007-07-02 | r300: fix compiz crash on swtcl - doesn't fix compiz though. | Dave Airlie | |
Compiz for some reason looks like ass, everything with textures looks like it has a 2x width/height multiplier on the texture coords... | |||
2007-07-01 | fix tabbing | Dave Airlie | |
2007-07-01 | r300: cleanup some of the swtcl code | Dave Airlie | |
2007-07-01 | r300: fixup manytex, we needed to emit the vic/vir/vof every time | Dave Airlie | |
2007-06-22 | clean up cache flush emission into one place | Dave Airlie | |
makes gears work with swtcl | |||
2007-06-21 | clean up color0 code | Dave Airlie | |
2007-06-21 | fix unfilled tris/quads | Dave Airlie | |
2007-06-21 | ensure cmd buffer space | Dave Airlie | |
2007-06-21 | fix up vertex emission before state change | Dave Airlie | |
2007-06-21 | fix secondary color, fog is off for now | Dave Airlie | |
2007-06-21 | fix projtex | Dave Airlie | |
2007-06-21 | fix quad-clip | Dave Airlie | |
2007-06-21 | bring over vertex engine setup code from r300_Render and fix up | Dave Airlie | |
now have gears going.. + a few other trivial textured demoes | |||
2007-06-20 | swtcl: gears works | Dave Airlie | |
2007-06-17 | more commits to fix things and stuff - still not doing anything except crashin | Dave Airlie | |
2007-06-17 | swtcl add debug and fix offset | Dave Airlie | |
2007-06-17 | cleaned up reduced prim | Dave Airlie | |
2007-06-17 | fixup packet setup - still hangs | Dave Airlie | |
2007-06-17 | add more swtcl code to r300 - hangs card now | Dave Airlie | |
2007-06-14 | Initial r300 modes for swtcl it compiles!! | Dave Airlie | |