index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
r300_state.c
Age
Commit message (
Expand
)
Author
2005-02-08
To cut the long and boring story short, polygon offsets should now work. vb m...
Aapo Tahkola
2005-02-05
Modified hw state for big endian computers.
Jerome Glisse
2005-02-05
Warn of unknown texture formats.
Vladimir Dergachev
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
This was too optimistic sorry - all that register does is something weird wit...
Vladimir Dergachev
2005-02-03
Get Polygon offset fill to work.
Vladimir Dergachev
2005-02-02
Changed parts of r300_setup_routing to use WARN_ONCE.
Aapo Tahkola
2005-02-01
Vertex programs work now with some restrictions. I expect arbvptorus to work
Aapo Tahkola
2005-02-01
Reduce noiseness of the driver.
Vladimir Dergachev
2005-02-01
Get alpha in textures to work properly.
Vladimir Dergachev
2005-02-01
Properly set ABLEND and CBLEND registers. The older code worked, but by accid...
Vladimir Dergachev
2005-01-31
Add magic sequence to prevent ClearBuffer from locking up.
Vladimir Dergachev
2005-01-31
Use SecondaryColorPtr, not ColorPtr[1] (the latter is NULL).
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-25
Fixes for clamp modes.
Aapo Tahkola
2005-01-24
border_color causes lockups with vertex buffers. Disabling for now.
Aapo Tahkola
2005-01-24
Remove lots of old code that dealed with "magic" texture formats.
Vladimir Dergachev
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-16
This fixes it but why mipmaps still work?
Aapo Tahkola
2005-01-16
I was wrong...
Aapo Tahkola
2005-01-16
Looks like masking masking t->filter isnt needed anymore.
Aapo Tahkola
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-14
Reduce amount of stderr output.
Vladimir Dergachev
2005-01-14
Incorporate latest data from Wladimir van der Laan.
Vladimir Dergachev
2005-01-13
Incorporate TX_FORMAT information contributed by Wladimir van der Laan.
Vladimir Dergachev
2005-01-11
Mipmapping and other texture filters now work.
Aapo Tahkola
2005-01-11
Get NeHe lesson08 to work. Note: it appears the filtering does not work prope...
Vladimir Dergachev
2005-01-11
Switch back to using immediate mode code - use of AGP space is interfering wi...
Vladimir Dergachev
2005-01-11
Move the few definitions from r300_lib.h still in use to r300_emit.h.
Vladimir Dergachev
2005-01-11
Switch r300_state.c to use r300_fixed_pipelines.h instead of r300_lib.h.
Vladimir Dergachev
2005-01-10
Clean up the code and make it unnecessary to issue extra calls to Setup*Shaders
Vladimir Dergachev
2005-01-09
Port EmitPixelShader from cmdbuf.c to SetupPixelShader in state.c.
Vladimir Dergachev
2005-01-09
Implement a more elaborate hashing scheme for texture formats. Still not perf...
Vladimir Dergachev
2005-01-06
Turns out the kfountain.kss (as well as lesson19) had a bug - the size was se...
Vladimir Dergachev
2005-01-06
Add texture format to get lesson19 working again.
Vladimir Dergachev
2005-01-06
Switch to a more complicated scheme of choosing texture formats, as it looks
Vladimir Dergachev
2005-01-05
Reduce the amount of debug output, while still printing important messages.
Vladimir Dergachev
2005-01-05
Play a little bit with texture formats.
Vladimir Dergachev
2005-01-04
Port code from r200 that implements color blending. Seems to work.
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-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
[prev]
[next]