index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
r300_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing some of r200 dependency, cleaning up code a bit,
Jerome Glisse
2006-09-12
1
-52
/
+51
*
fix #8008
Aapo Tahkola
2006-08-26
1
-8
/
+4
*
fix broken write-only depth setting. use early z where possible.
Aapo Tahkola
2006-08-22
1
-126
/
+117
*
support shorts as vertex data
Aapo Tahkola
2006-08-11
1
-17
/
+7
*
fix #6991
Aapo Tahkola
2006-07-31
1
-0
/
+10
*
R300_RR_ROUTE_1 still needs to be initialized.
Aapo Tahkola
2006-07-05
1
-0
/
+2
*
Vertex/fragment program patches (Rune Petersen)
Brian Paul
2006-06-30
1
-4
/
+3
*
prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...
Aapo Tahkola
2006-06-06
1
-4
/
+0
*
updates to dri drivers for recent stencil changes
Keith Whitwell
2006-05-08
1
-5
/
+5
*
limit max program/param length to 255 (spotted by sroland)
Aapo Tahkola
2006-04-20
1
-0
/
+1
*
GLboolean cannot hold GLuint! usage of tmus >= 4 no longer lock r300.
Aapo Tahkola
2006-04-12
1
-12
/
+7
*
add missing 'union' keyword
Brian Paul
2006-04-11
1
-2
/
+3
*
More GLSL code:
Michal Krol
2006-04-11
1
-9
/
+22
*
get fog going(for real)
Aapo Tahkola
2006-04-11
1
-1
/
+0
*
Fog support (Ewald Snel)
Aapo Tahkola
2006-04-11
1
-11
/
+124
*
fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...
Roland Scheidegger
2006-03-28
1
-0
/
+1
*
Disable tnl programs when doing software vertex programs. compiz with its tex...
Aapo Tahkola
2006-03-19
1
-0
/
+4
*
Clean build.
Aapo Tahkola
2006-03-13
1
-3
/
+2
*
Fix broken max mipmap leveling that was horribly wrong.
Aapo Tahkola
2006-03-13
1
-51
/
+14
*
Fix aliasing bug (Benjamin Herrenschmidt)
Aapo Tahkola
2006-02-28
1
-8
/
+10
*
Add all pci ids known by ddx to radeon dri driver. Remove the entries not kno...
Roland Scheidegger
2006-02-25
1
-1
/
+7
*
remove broken non arb fp path
Aapo Tahkola
2006-01-27
1
-254
/
+0
*
remove some testing code
Aapo Tahkola
2006-01-26
1
-30
/
+0
*
Fix a problem where offsets from disabled tmus reach drm
Aapo Tahkola
2006-01-26
1
-38
/
+66
*
namespace pollution fixes (Tilman Sauerbeck)
Aapo Tahkola
2006-01-13
1
-1
/
+1
*
Fix invalid tex coord routing and couple other small things.
Aapo Tahkola
2006-01-13
1
-13
/
+15
*
Missing patch from Ben Skeggs:
Aapo Tahkola
2006-01-09
1
-10
/
+9
*
Handle fatal case.
Aapo Tahkola
2005-12-18
1
-4
/
+8
*
Warn only when being enabled.
Aapo Tahkola
2005-12-17
1
-1
/
+1
*
Fix (likely) typo.
Aapo Tahkola
2005-12-17
1
-1
/
+1
*
Add some missing hooks. This should fix various little problems with window m...
Aapo Tahkola
2005-12-17
1
-1
/
+88
*
Make missing interpolator inputs fatal
Aapo Tahkola
2005-12-06
1
-5
/
+38
*
Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeon
Dave Airlie
2005-12-04
1
-0
/
+3
*
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-12
1
-4
/
+4
*
First step of Radeon DRI unification:
Eric Anholt
2005-11-02
1
-3
/
+3
*
Re-enable fallbacks.
Aapo Tahkola
2005-11-01
1
-3
/
+1
*
-Fix first frame -bug
Aapo Tahkola
2005-11-01
1
-31
/
+41
*
Compiled arrays for vtxfmt_a path.
Aapo Tahkola
2005-10-28
1
-1
/
+5
*
Correct the ordering of the blend constant color.
Eric Anholt
2005-10-28
1
-2
/
+3
*
Reduce stderr noise and fix some compiler warnings.
Aapo Tahkola
2005-10-26
1
-67
/
+7
*
Sync with my local tree.
Aapo Tahkola
2005-10-26
1
-0
/
+30
*
fix breakage from Brians changes earlier
Dave Airlie
2005-09-14
1
-3
/
+3
*
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-13
1
-8
/
+8
*
Clean up warnings in r300 code by making some symbols static, adding prototypes
Eric Anholt
2005-07-20
1
-6
/
+7
*
Expose the fact that we do not do either selection of feedback buffers - eith...
Vladimir Dergachev
2005-07-02
1
-0
/
+9
*
-"fix" page flipping
Aapo Tahkola
2005-06-30
1
-13
/
+12
*
Rename unchecked state to match DRM driver.
Vladimir Dergachev
2005-06-27
1
-19
/
+19
*
Back out the actual enabling of depth tiling.
Nicolai Haehnle
2005-06-21
1
-7
/
+0
*
r300 driver side of color tiling support.
Aapo Tahkola
2005-06-21
1
-0
/
+3
*
Make sure texture base addresses are used correctly.
Nicolai Haehnle
2005-06-21
1
-1
/
+1
[next]