Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-08 | r300: fix regression caused by 056bc77547c304021a0faf204897ed238a5cf424 | Maciej Cencora | |
Fixes GPU hangs in software TCL path | |||
2009-06-07 | r300: prepare for some code duplication removal | Maciej Cencora | |
2009-06-07 | r300: prepare for different vertex data type support | Maciej Cencora | |
2009-05-28 | r300: when using cs path emit scissor in the cmdbuffer | Jerome Glisse | |
2009-05-16 | r300: software fallbacking handling rewrite | Maciej Cencora | |
Until now falling back to software rasterizer worked only for TCL enabled cards. For non TCL cards we used to plug our rendering functions in r300InitSwtcl, and we had never restored original functions for software rasterizer. | |||
2009-04-27 | r300: do front/back color selection in HW for software TCL path | Maciej Cencora | |
2009-04-27 | r300: always route 4 texcoord components to RS | Maciej Cencora | |
Routing <4 components may lead to lock up. Thanks to Alex Deucher for suggestion. | |||
2009-04-27 | r300: handle texcoords properly | Maciej Cencora | |
add 1D texture case and setup default Q value to 1.0 | |||
2009-04-19 | r300: merge r300/r500 fragment program compiler structure | Maciej Cencora | |
2009-04-19 | r300: general cleanup | Maciej Cencora | |
- remove unused fields - remove unused defines and macros - flatten one structure | |||
2009-04-17 | r300: we always want non NDC coords format for swtcl | Maciej Cencora | |
2009-04-09 | r300: reorder fog coordinate and WPOS fp attributes | Maciej Cencora | |
HW TCL path currently assumed fog, WPOS order. The order was inverted for SW TCL path. This hopefully fixes rest of fog and WPOS related bugs. Additionally fix some indentation, don't route unnecessary components of fog coordinates for performance reasons and simplify vertex attribute emitting for SW TCL path. | |||
2009-04-09 | r300: fix regression from swtcl rewrite | Maciej Cencora | |
Fix wrong attribute emit and revert to previous behaviour of calculating VAP_OUT_VTX_FMT_1 register value. We can't use r300VAPOutputCntl1 function because it assumes that all texture coords have 4 components and that is the case for HW TCL path, but not for SW TCL. | |||
2009-04-09 | Merge remote branch 'origin/master' into radeon-rewrite | Dave Airlie | |
Conflicts: src/mesa/drivers/dri/r200/r200_tex.c src/mesa/drivers/dri/r300/r300_cmdbuf.c src/mesa/drivers/dri/r300/r300_context.h src/mesa/drivers/dri/r300/r300_swtcl.c src/mesa/drivers/dri/r300/r300_tex.c src/mesa/drivers/dri/r300/r300_texmem.c src/mesa/drivers/dri/r300/r300_texstate.c src/mesa/drivers/dri/radeon/radeon_tex.c | |||
2009-04-07 | r300: swtcl rewrite and cleanup | Maciej Cencora | |
- remove unused variables - silence compiler warnings - fix twosided lighting - fix point attenuation - unify indentation | |||
2009-03-25 | r300: cleanup swtcl a little | Maciej Cencora | |
- remove disabled code - silence compiler warnings (uinitialized values) - remove unneeded code | |||
2009-03-20 | Merge remote branch 'main/master' into radeon-rewrite | Dave Airlie | |
Conflicts: src/mesa/drivers/dri/r300/r300_cmdbuf.c src/mesa/drivers/dri/r300/r300_state.c src/mesa/drivers/dri/r300/r300_swtcl.c src/mesa/drivers/dri/r300/radeon_ioctl.c src/mesa/drivers/dri/radeon/radeon_screen.c | |||
2009-03-06 | r300: route fog coord and W pos correctly | Maciej Cencora | |
Also cleanup sw tcl vertex buffer setup Signed-off-by: Nicolai Haehnle <nhaehnle@gmail.com> | |||
2009-03-06 | r300: don't crash on sw tcl hw if point size vertex attrib is sent | Maciej Cencora | |
2009-03-06 | r300: fix swtcl codepaths | Dave Airlie | |
2009-02-12 | r300: make r300 work with latest changes | Dave Airlie | |
2009-02-12 | radeon/r200/r300: another big merge upheavel. | Dave Airlie | |
This merges lots of the hw state atom emission and firevertices code. it also removes a lot of the extra radeon crap from r300 and merge scissor | |||
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 | |