Age | Commit message (Expand) | Author |
2009-08-18 | radeon: Optimize memory handling for dma operations. | Pauli Nieminen |
2009-05-24 | radeon: Remove drawable & readable from radeon_dri_mirror | Nicolai Hähnle |
2009-04-02 | radeon/r200/r300: collapse context destruction down to a common path. | Dave Airlie |
2009-02-12 | radeon/r200/r300: make build with out libdrm_radeon installed for now | Dave Airlie |
2009-02-12 | radeon/r200/r300: another big merge upheavel. | Dave Airlie |
2009-01-31 | r200/r300: swtcl fixups to use old dma buffers on top of BOs | Dave Airlie |
2009-01-30 | r200: fix swtcl - slow but works | Dave Airlie |
2009-01-29 | r200: bring back single dma flush | Dave Airlie |
2009-01-29 | r200: unref swtcl buffer correctly | Dave Airlie |
2009-01-22 | r200: fix up swtcl/tcl flushes | Dave Airlie |
2009-01-22 | r200: remove indexed verts | Dave Airlie |
2009-01-20 | r200: clear is working at least - not much else | Dave Airlie |
2009-01-14 | radeon/r200/r300: attempt to move lock to common code | Dave Airlie |
2009-01-14 | radeon/r200/r300: initial attempt to convert to common context code | Dave Airlie |
2009-01-14 | radeon/r200: move more stuff closer together in context | Dave Airlie |
2009-01-13 | radeon/r200: start splitting out commonalities into separate headers | Dave Airlie |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2007-05-17 | remove CVS/XFree86 keywords | Christoff Brill |
2006-10-31 | remove vtxfmt code, switch over to vbo | Keith Whitwell |
2006-10-13 | implement ARB_point_parameters and ARB_point_sprite on r200. The code is near... | 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-05 | enable point sizes larger than 1 (for aliased points only) by using the hw po... | 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 | Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, and | Eric Anholt |
2005-05-31 | Remove unused CTX_ARG2 define. | Eric Anholt |
2005-02-17 | s/0/NULL/ (Jeff Muizelaar) | Brian Paul |
2005-02-10 | (Andreas Stenglein) fix projected textures with swtcl, they need the w coordi... | Roland Scheidegger |
2004-11-23 | revert enabling of hw quads for swtcl. It lead to problems with quad_strips, ... | Roland Scheidegger |
2004-11-12 | enable hw quad primitive for swtcl | Roland Scheidegger |
2004-11-10 | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul |
2004-11-03 | enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog... | Roland Scheidegger |
2004-10-23 | Big-endian fixes for R200 sw TCL path. | Ian Romanick |
2004-10-16 | Add code to support projective texturing and fix mixed enabling of texture | 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-06-02 | add support for more than 2 texture units (max 6, default 4). use hang workar... | Roland Scheidegger |
2004-05-05 | Added support for the 3rd texture coordinate for cubemaps and 3D | Ian Romanick |
2004-04-23 | Convert R200 driver to use the t_vertex interface. | Ian Romanick |
2004-01-20 | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul |
2004-01-05 | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell |
2003-12-11 | Updates to tnl_dd_dmatmp.h | Keith Whitwell |
2003-12-09 | Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floating | Keith Whitwell |
2003-11-24 | Import vtx-0-2-branch | Keith Whitwell |
2003-10-21 | Update DRI drivers to current DRI CVS and make them work. | Jon Smirl |
2003-08-22 | patch to import Jon Smirl's work from Bitkeeper | Brian Paul |
2003-08-06 | r200 driver, brought over by Jon Smirl | Keith Whitwell |