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_state.c
Age
Commit message (
Expand
)
Author
2006-11-02
Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we often
Brian Paul
2006-11-02
merge current trunk into vbo branch
Alan Hourihane
2006-11-01
remove unused vars
Brian Paul
2006-10-31
disable vtxfmt_a code, switch over to vbo
Keith Whitwell
2006-10-15
Use endianness test function provided by mesa.
Jerome Glisse
2006-09-12
Removing some of r200 dependency, cleaning up code a bit,
Jerome Glisse
2006-08-26
fix #8008
Aapo Tahkola
2006-08-22
fix broken write-only depth setting. use early z where possible.
Aapo Tahkola
2006-08-11
support shorts as vertex data
Aapo Tahkola
2006-07-31
fix #6991
Aapo Tahkola
2006-07-05
R300_RR_ROUTE_1 still needs to be initialized.
Aapo Tahkola
2006-06-30
Vertex/fragment program patches (Rune Petersen)
Brian Paul
2006-06-06
prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...
Aapo Tahkola
2006-05-08
updates to dri drivers for recent stencil changes
Keith Whitwell
2006-04-20
limit max program/param length to 255 (spotted by sroland)
Aapo Tahkola
2006-04-12
GLboolean cannot hold GLuint! usage of tmus >= 4 no longer lock r300.
Aapo Tahkola
2006-04-11
add missing 'union' keyword
Brian Paul
2006-04-11
More GLSL code:
Michal Krol
2006-04-11
get fog going(for real)
Aapo Tahkola
2006-04-11
Fog support (Ewald Snel)
Aapo Tahkola
2006-03-28
fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...
Roland Scheidegger
2006-03-19
Disable tnl programs when doing software vertex programs. compiz with its tex...
Aapo Tahkola
2006-03-13
Clean build.
Aapo Tahkola
2006-03-13
Fix broken max mipmap leveling that was horribly wrong.
Aapo Tahkola
2006-02-28
Fix aliasing bug (Benjamin Herrenschmidt)
Aapo Tahkola
2006-02-25
Add all pci ids known by ddx to radeon dri driver. Remove the entries not kno...
Roland Scheidegger
2006-01-27
remove broken non arb fp path
Aapo Tahkola
2006-01-26
remove some testing code
Aapo Tahkola
2006-01-26
Fix a problem where offsets from disabled tmus reach drm
Aapo Tahkola
2006-01-13
namespace pollution fixes (Tilman Sauerbeck)
Aapo Tahkola
2006-01-13
Fix invalid tex coord routing and couple other small things.
Aapo Tahkola
2006-01-09
Missing patch from Ben Skeggs:
Aapo Tahkola
2005-12-18
Handle fatal case.
Aapo Tahkola
2005-12-17
Warn only when being enabled.
Aapo Tahkola
2005-12-17
Fix (likely) typo.
Aapo Tahkola
2005-12-17
Add some missing hooks. This should fix various little problems with window m...
Aapo Tahkola
2005-12-06
Make missing interpolator inputs fatal
Aapo Tahkola
2005-12-04
Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeon
Dave Airlie
2005-11-12
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-02
First step of Radeon DRI unification:
Eric Anholt
2005-11-01
Re-enable fallbacks.
Aapo Tahkola
2005-11-01
-Fix first frame -bug
Aapo Tahkola
2005-10-28
Compiled arrays for vtxfmt_a path.
Aapo Tahkola
2005-10-28
Correct the ordering of the blend constant color.
Eric Anholt
2005-10-26
Reduce stderr noise and fix some compiler warnings.
Aapo Tahkola
2005-10-26
Sync with my local tree.
Aapo Tahkola
2005-09-14
fix breakage from Brians changes earlier
Dave Airlie
2005-09-13
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-07-20
Clean up warnings in r300 code by making some symbols static, adding prototypes
Eric Anholt
2005-07-02
Expose the fact that we do not do either selection of feedback buffers - eith...
Vladimir Dergachev
[prev]
[next]