Age | Commit message (Expand) | Author |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2006-11-17 | fragment.position support | Rune Petersen |
2006-11-17 | r300_select_vertex_shader4: | Rune Petersen |
2006-10-31 | disable vtxfmt_a code, switch over to vbo | Keith Whitwell |
2006-09-12 | Removing some of r200 dependency, cleaning up code a bit, | Jerome Glisse |
2006-08-31 | Give the user posibility to choose speed over correctness. | Rune Petersen |
2006-08-22 | extend some DrawRangeElements cases to support rendering more than 65535 vert... | Aapo Tahkola |
2006-08-11 | support shorts as vertex data | Aapo Tahkola |
2006-07-20 | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul |
2006-06-29 | instead of messing with _TNL_LAST_GENERIC and _TNL_FIRST_GENERIC, use _TNL_NU... | Tilman Sauerbeck |
2006-06-27 | Fix generic vertex attribs (Rune Petersen) | Aapo Tahkola |
2006-04-26 | R300_SPAN_DISABLE_LOCKING env var | Aapo Tahkola |
2006-04-23 | Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all... | Benjamin Herrenschmidt |
2006-04-20 | limit max program/param length to 255 (spotted by sroland) | Aapo Tahkola |
2006-04-11 | More GLSL code: | Michal Krol |
2006-04-11 | Fog support (Ewald Snel) | Aapo Tahkola |
2006-03-29 | FP textures and fixes (Ewald Snel) | Brian Paul |
2006-03-27 | remove unnecessary typedefs causing compiler warnings | Roland Scheidegger |
2006-03-19 | -fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.) | Aapo Tahkola |
2006-03-13 | Clean build. | Aapo Tahkola |
2006-03-09 | Kick VBOs out of GART if nothing else helps. | Aapo Tahkola |
2006-03-07 | Enable HW VBOs and other things needed by it. | Aapo Tahkola |
2006-03-07 | Various fallbacks, checks and tags. | Aapo Tahkola |
2006-03-06 | Port r200 tex tiling code to run on r300 but keep it disabled. | Aapo Tahkola |
2006-01-27 | per vp sw fallbacks | Aapo Tahkola |
2006-01-09 | Missing patch from Ben Skeggs: | Aapo Tahkola |
2005-12-17 | Drop output checking. | Aapo Tahkola |
2005-12-17 | Enable CB_DPATH by default. | 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 | Use ctx->VertexProgram._Current . | Aapo Tahkola |
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 | Sync with my local tree. | Aapo Tahkola |
2005-10-26 | Fix invalid vsf temp count for rv350. | Aapo Tahkola |
2005-07-20 | Clean up warnings in r300 code by making some symbols static, adding prototypes | Eric Anholt |
2005-06-21 | Make sure texture base addresses are used correctly. | Nicolai Haehnle |
2005-05-28 | Up MAX_AOS_ARRAYS to 16. Do we need more? | Ben Skeggs |
2005-05-28 | Programmable per-vertex point sizes and proper result reg assigns. | Aapo Tahkola |
2005-05-26 | constant tracking | Ben Skeggs |
2005-05-23 | Implement enough of ARB_fragment_program for Keith's texenv program | Ben Skeggs |
2005-05-19 | Ditch unused code and features that arent in subject to get supported any nea... | Aapo Tahkola |
2005-05-11 | VBOs. | Aapo Tahkola |
2005-05-05 | Getting rusty... 4278 was already there. | Aapo Tahkola |
2005-05-05 | Flat shading and bunch of clarifications to r300_reg.h . | Aapo Tahkola |
2005-05-05 | Pack tex coord regs at vertex program backend. | Aapo Tahkola |
2005-04-30 | r300 side support for fixed function pipeline. This isnt functional with curr... | Aapo Tahkola |