index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
r300_context.h
Age
Commit message (
Expand
)
Author
2005-02-16
Support for idx buffers. Leaving it on by default as it doesnt seem to cause ...
Aapo Tahkola
2005-02-15
Share routing code between immd/vb. Fix breakage of vertex programs in vb mode.
Ben Skeggs
2005-02-11
Port of r200 VB code. VB path should be as fast as the immediate path now, t...
Ben Skeggs
2005-02-10
Removing some regs that are wrong and adding some comments to r300_reg.h .
Aapo Tahkola
2005-02-10
Turns out unknown5 was border color. texwrap looks good now.
Aapo Tahkola
2005-02-10
Adding support for selecting line width. Stipple patterns still cause lots of...
Aapo Tahkola
2005-02-08
Fix the bug and get zbias back into shape. There might still be some problems...
Aapo Tahkola
2005-02-08
BIG FAT NOTE: Theres a nasty bug somewhere thats causing vb color buffer clea...
Aapo Tahkola
2005-02-08
Implemented checks that prevent r300 from locking up when bad number of verts...
Aapo Tahkola
2005-02-08
To cut the long and boring story short, polygon offsets should now work. vb m...
Aapo Tahkola
2005-02-03
Start beginning of pixel shader generator..
Vladimir Dergachev
2005-02-03
Get vertex programs supplied by the user work properly with immediate mode - ...
Vladimir Dergachev
2005-02-03
Get Polygon offset fill to work.
Vladimir Dergachev
2005-02-01
Vertex programs work now with some restrictions. I expect arbvptorus to work
Aapo Tahkola
2005-02-01
Make WARN_ONCE messages more informative.
Vladimir Dergachev
2005-02-01
Reduce noiseness of the driver.
Vladimir Dergachev
2005-01-31
Add magic sequence to prevent ClearBuffer from locking up.
Vladimir Dergachev
2005-01-29
Beginings of program generation. This code havent been tested nor hooked up.
Aapo Tahkola
2005-01-28
Add basic sceleton for vertex programs + some other fixes
Aapo Tahkola
2005-01-24
border_color causes lockups with vertex buffers. Disabling for now.
Aapo Tahkola
2005-01-23
Remove unused variables from r300_context
Nicolai Haehnle
2005-01-23
Fix more warnings and compilation issues.
Nicolai Haehnle
2005-01-22
Properly configure routing - based on advice by Keith Whitwell.
Vladimir Dergachev
2005-01-21
Properly input stencil info contributed by Wladimir.
Vladimir Dergachev
2005-01-15
On the way to getting stencil working.
Vladimir Dergachev
2005-01-15
On the way to getting stencil and texture formats working.
Vladimir Dergachev
2005-01-14
Added fixes for filter modes and support for anisotropy filters.
Aapo Tahkola
2005-01-14
Remove redundant register.
Vladimir Dergachev
2005-01-09
Port EmitPixelShader from cmdbuf.c to SetupPixelShader in state.c.
Vladimir Dergachev
2005-01-04
Major code restructuring:
Vladimir Dergachev
2005-01-03
Add structs describing vertex and pixel shader state to r300_state.
Vladimir Dergachev
2005-01-03
Enable code to compute other constants that were used by R200 code.
Vladimir Dergachev
2005-01-03
Port texture allocation code from R200.
Vladimir Dergachev
2005-01-02
Add texture units registers
Vladimir Dergachev
2004-12-31
Qualify the magic 20B0 register as SE_VTE_CNTL similar to R200. Looks like di...
Vladimir Dergachev
2004-12-30
Change default RS settings so that glxgears will display something..
Vladimir Dergachev
2004-12-30
Clarify some of the unkXXXX atoms.
Vladimir Dergachev
2004-12-30
Port viewport setting code from R200.
Vladimir Dergachev
2004-12-16
The types uint32_t and uint8_t are not used in Mesa tree.
Vladimir Dergachev
2004-11-02
No visible changes, but commit the groundwork for further experiments:
Nicolai Haehnle
2004-10-24
Hardware accelerated depth clear
Nicolai Haehnle
2004-10-15
Huge dumb drop. State:
Nicolai Haehnle
2004-09-28
Initial revision
Nicolai Haehnle