| Commit message (Expand) | Author | Age | Files | Lines |
* | r300: Fix texture coordinate calculation for rectangle textures | Nicolai Haehnle | 2007-03-24 | 1 | -0/+1 |
* | r300: No assertion when accessing incomplete texture images. | Nicolai Haehnle | 2007-03-24 | 1 | -6/+0 |
* | r300: Remove the program-global const_sin index | Nicolai Haehnle | 2007-03-21 | 1 | -3/+0 |
* | r300: Whitespace cleanup (remove trailing spaces) | Nicolai Haehnle | 2007-03-20 | 1 | -26/+26 |
* | r300: Cleanup fragment program constant allocation, share constants | Nicolai Haehnle | 2007-03-19 | 1 | -11/+9 |
* | r300: Fix fragment program reordering | Nicolai Haehnle | 2007-03-19 | 1 | -0/+5 |
* | r300: Fix fragment program instruction pairing and register allocation | Nicolai Haehnle | 2007-03-19 | 1 | -24/+70 |
* | Guess another unknown register in R300 command buffer initialization. (Oliver... | Aapo Tahkola | 2007-03-11 | 1 | -1/+1 |
* | Renamed some of the unkXXX variables in the command buffer init | Oliver McFadden | 2007-03-11 | 1 | -9/+10 |
* | r300: get rid of CB_DPATH legacy | Dave Airlie | 2007-02-22 | 1 | -1/+0 |
* | r300: Fix cos & add scs to fragment program. | Rune Peterson | 2007-02-14 | 1 | -1/+1 |
* | r300: Add proper support for sin/cos instruction in fragment program | Rune Peterson | 2007-02-12 | 1 | -0/+5 |
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i... | Keith Whitwell | 2007-01-16 | 1 | -5/+21 |
|\ |
|
| * | fragment.position support | Rune Petersen | 2006-11-17 | 1 | -0/+2 |
| * | r300_select_vertex_shader4: | Rune Petersen | 2006-11-17 | 1 | -5/+19 |
* | | disable vtxfmt_a code, switch over to vbo | Keith Whitwell | 2006-10-31 | 1 | -2/+5 |
|/ |
|
* | Removing some of r200 dependency, cleaning up code a bit, | Jerome Glisse | 2006-09-12 | 1 | -0/+4 |
* | Give the user posibility to choose speed over correctness. | Rune Petersen | 2006-08-31 | 1 | -0/+1 |
* | extend some DrawRangeElements cases to support rendering more than 65535 vert... | Aapo Tahkola | 2006-08-22 | 1 | -0/+2 |
* | support shorts as vertex data | Aapo Tahkola | 2006-08-11 | 1 | -14/+2 |
* | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul | 2006-07-20 | 1 | -3/+3 |
* | instead of messing with _TNL_LAST_GENERIC and _TNL_FIRST_GENERIC, use _TNL_NU... | Tilman Sauerbeck | 2006-06-29 | 1 | -1/+1 |
* | Fix generic vertex attribs (Rune Petersen) | Aapo Tahkola | 2006-06-27 | 1 | -0/+1 |
* | R300_SPAN_DISABLE_LOCKING env var | Aapo Tahkola | 2006-04-26 | 1 | -0/+1 |
* | Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all... | Benjamin Herrenschmidt | 2006-04-23 | 1 | -2/+4 |
* | limit max program/param length to 255 (spotted by sroland) | Aapo Tahkola | 2006-04-20 | 1 | -1/+2 |
* | More GLSL code: | Michal Krol | 2006-04-11 | 1 | -1/+1 |
* | Fog support (Ewald Snel) | Aapo Tahkola | 2006-04-11 | 1 | -2/+19 |
* | FP textures and fixes (Ewald Snel) | Brian Paul | 2006-03-29 | 1 | -1/+1 |
* | remove unnecessary typedefs causing compiler warnings | Roland Scheidegger | 2006-03-27 | 1 | -3/+0 |
* | -fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.) | Aapo Tahkola | 2006-03-19 | 1 | -9/+7 |
* | Clean build. | Aapo Tahkola | 2006-03-13 | 1 | -80/+3 |
* | Kick VBOs out of GART if nothing else helps. | Aapo Tahkola | 2006-03-09 | 1 | -0/+1 |
* | Enable HW VBOs and other things needed by it. | Aapo Tahkola | 2006-03-07 | 1 | -3/+8 |
* | Various fallbacks, checks and tags. | Aapo Tahkola | 2006-03-07 | 1 | -0/+2 |
* | Port r200 tex tiling code to run on r300 but keep it disabled. | Aapo Tahkola | 2006-03-06 | 1 | -0/+4 |
* | per vp sw fallbacks | Aapo Tahkola | 2006-01-27 | 1 | -0/+12 |
* | Missing patch from Ben Skeggs: | Aapo Tahkola | 2006-01-09 | 1 | -10/+37 |
* | Drop output checking. | Aapo Tahkola | 2005-12-17 | 1 | -2/+4 |
* | Enable CB_DPATH by default. | Aapo Tahkola | 2005-12-17 | 1 | -1/+1 |
* | Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeon | Dave Airlie | 2005-12-04 | 1 | -1/+3 |
* | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul | 2005-11-12 | 1 | -1/+1 |
* | Use ctx->VertexProgram._Current . | Aapo Tahkola | 2005-11-02 | 1 | -1/+1 |
* | First step of Radeon DRI unification: | Eric Anholt | 2005-11-02 | 1 | -1/+1 |
* | Re-enable fallbacks. | Aapo Tahkola | 2005-11-01 | 1 | -0/+1 |
* | -Fix first frame -bug | Aapo Tahkola | 2005-11-01 | 1 | -12/+2 |
* | Compiled arrays for vtxfmt_a path. | Aapo Tahkola | 2005-10-28 | 1 | -0/+1 |
* | Correct the ordering of the blend constant color. | Eric Anholt | 2005-10-28 | 1 | -1/+1 |
* | Sync with my local tree. | Aapo Tahkola | 2005-10-26 | 1 | -2/+55 |
* | Fix invalid vsf temp count for rv350. | Aapo Tahkola | 2005-10-26 | 1 | -3/+3 |