Age | Commit message (Expand) | Author |
2010-10-27 | r100: revalidate after radeon_update_renderbuffers | Alex Deucher |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-08-07 | dri: Add missing header m_xform.h. | Vinson Lee |
2010-08-02 | radeon: Add DRI2 flush extension support, so we synchronize properly. | Mario Kleiner |
2010-08-02 | Revert "radeon: Add DRI2 flush extension to so we synchronize properly." | Jerome Glisse |
2010-08-02 | radeon: Add DRI2 flush extension to so we synchronize properly. | Mario Kleiner |
2010-03-03 | Remove stray defines of HAVE_RGBA | Ian Romanick |
2010-01-30 | radeon: Remove unnecessary headers. | Vinson Lee |
2009-11-24 | radeon/r200/r300/r600: make bo mapping be explicit | Dave Airlie |
2009-11-19 | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt |
2009-08-31 | r100: Use shared debug code. | Pauli Nieminen |
2009-08-29 | radeon: Fix swtcl emit pediction. | Pauli Nieminen |
2009-08-27 | radeon/r200/r300: Fix swtcl prediction to work after primitie change. | Pauli Nieminen |
2009-08-27 | radeon/r200/r300: Fix swtcl flushing not to invalidate dma region. | Pauli Nieminen |
2009-08-25 | radeon: Fix all compiler warnings. | Pauli Nieminen |
2009-08-21 | radeon: Improve state emit code. | Pauli Nieminen |
2009-08-21 | radeon: Port flush preventation code from r200 to r100. | Pauli Nieminen |
2009-08-18 | radeon: Optimize memory handling for dma operations. | Pauli Nieminen |
2009-04-02 | radeon/r200/r300: collapse context destruction down to a common path. | Dave Airlie |
2009-03-24 | radeon/r200/r300: fix warnings | Dave Airlie |
2009-02-12 | radeon: renaming and headers cleanup | Dave Airlie |
2009-02-12 | radeon/r200/r300: another big merge upheavel. | Dave Airlie |
2009-02-09 | radeon: make more r100 work | Dave Airlie |
2009-02-04 | radeon: make compile again. | Dave Airlie |
2009-01-14 | radeon/r200/r300: initial attempt to convert to common context code | Dave Airlie |
2008-09-21 | Remove CVS keywords. | Keith Whitwell |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2006-10-31 | remove vtxfmt code, switch over to vbo | Keith Whitwell |
2006-09-10 | remove code to deal with non-normalized texture coordinates for tex rect targ... | Roland Scheidegger |
2006-04-11 | More GLSL code: | Michal Krol |
2006-02-16 | Reinstate vertex format after a rasterization fallback for both r200 and rade... | Roland Scheidegger |
2005-10-31 | fix problems found with gcc 2.96 (bug 4934) | Brian Paul |
2005-10-15 | enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene... | Roland Scheidegger |
2005-10-13 | enable 3rd texture unit on radeon (default still 2 enabled units). Disable so... | Roland Scheidegger |
2005-09-26 | fix projective texturing for (swtcl) texture rectangles. Fix wrong argument o... | Roland Scheidegger |
2005-09-01 | s/__inline/INLINE/ | Brian Paul |
2005-06-26 | Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coords | Eric Anholt |
2005-05-31 | Remove unused CTX_ARG2 define. | Eric Anholt |
2005-05-31 | Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cuts | Eric Anholt |
2005-05-28 | Add a missing EnsureCmdBufSpace, matching r200. | Eric Anholt |
2005-04-22 | First pass at updating these drivers with pipeline_stage struct changes. | Keith Whitwell |
2005-02-16 | s/0/NULL/ (Jeff Muizelaar) | Brian Paul |
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane |
2004-12-02 | silence warnings | Alan Hourihane |
2004-09-24 | Clean up some warnings in the R100 driver with -O -Wall. | Eric Anholt |
2004-08-17 | Close some races with locking on R100 and R200 which could manifest as rendering | Eric Anholt |
2004-08-16 | Remove unused HAVE_INDEX define. | Eric Anholt |
2004-07-01 | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell |
2004-01-27 | Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single | Keith Whitwell |
2004-01-05 | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell |