| Commit message (Expand) | Author | Age | Files | Lines |
* | radeon/r200: drop legacy texture heap code | Dave Airlie | 2009-02-17 | 1 | -53/+0 |
* | radeon/r200: fixup texturing aging calls | Dave Airlie | 2009-02-17 | 1 | -3/+2 |
* | r200: fixup some CS emission sizes | Dave Airlie | 2009-02-13 | 1 | -0/+1 |
* | Merge remote branch 'origin/master' into radeon-rewrite | Dave Airlie | 2009-02-13 | 1 | -8/+2 |
|\ |
|
| * | Make GL_ARB_draw_buffers mandatory | Ian Romanick | 2009-01-28 | 1 | -0/+2 |
| * | Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 |
| * | Make GL_ARB_vertex_buffer_object mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 |
| * | Make GL_ARB_multisample mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 |
| * | Make GL_ARB_texture_compression mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 |
* | | radeon/r200/r300: another big merge upheavel. | Dave Airlie | 2009-02-12 | 1 | -28/+4 |
* | | radeon: fix span init needs more work | Dave Airlie | 2009-02-11 | 1 | -0/+1 |
* | | radeon/r200/r300: merge span code into single shared file | Dave Airlie | 2009-02-11 | 1 | -2/+0 |
* | | r200: fixup DMA region stuff | Dave Airlie | 2009-02-04 | 1 | -1/+0 |
* | | r200/r300: swtcl fixups to use old dma buffers on top of BOs | Dave Airlie | 2009-01-31 | 1 | -1/+2 |
* | | r200: bring back single dma flush | Dave Airlie | 2009-01-29 | 1 | -2/+2 |
* | | radeon/r200/r300: bring back old style DMA buffer on top of BOs. | Dave Airlie | 2009-01-29 | 1 | -5/+2 |
* | | r200: avoid setting variable on kernel mm setup | Dave Airlie | 2009-01-29 | 1 | -1/+2 |
* | | r200/r300: port r200 texture handling to common code | Dave Airlie | 2009-01-22 | 1 | -0/+9 |
* | | r200: tri runs without crashing - doesn't draw anything | Dave Airlie | 2009-01-20 | 1 | -0/+6 |
* | | r200: clear is working at least - not much else | Dave Airlie | 2009-01-20 | 1 | -101/+11 |
* | | r200: add missing symbols | Dave Airlie | 2009-01-14 | 1 | -1/+1 |
* | | radeon/r200/r300: make legacy emit non-r300 specific | Dave Airlie | 2009-01-14 | 1 | -0/+6 |
* | | radeon: move debug symbol add DRI2 | Dave Airlie | 2009-01-14 | 1 | -3/+0 |
* | | radeon/r200/r300: consolidate swap buffers | Dave Airlie | 2009-01-14 | 1 | -52/+0 |
* | | radeon/r200/r300: consolidate the buffer copy/flip code into one place | Dave Airlie | 2009-01-14 | 1 | -3/+18 |
* | | radeon/r200/r300: attempt to move lock to common code | Dave Airlie | 2009-01-14 | 1 | -4/+31 |
* | | radeon/r200/r300: initial attempt to convert to common context code | Dave Airlie | 2009-01-14 | 1 | -93/+93 |
* | | radeon/r200: move more stuff closer together in context | Dave Airlie | 2009-01-14 | 1 | -17/+17 |
* | | radeon/r200: start splitting out commonalities into separate headers | Dave Airlie | 2009-01-13 | 1 | -1/+1 |
|/ |
|
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -9/+9 |
* | enable GL_EXT_multi_draw_arrays (see bug 15670) | Pierre Beyssac | 2008-04-24 | 1 | -0/+2 |
* | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg | 2008-02-29 | 1 | -1/+1 |
* | More vblank cleanups. | Michel Dänzer | 2007-10-30 | 1 | -8/+8 |
* | Refactor and fix core vblank support | Jesse Barnes | 2007-10-29 | 1 | -3/+3 |
* | Replace open-coded major, minor, and patch version fields with __DRIversionRec. | Kristian Høgsberg | 2007-10-10 | 1 | -4/+4 |
* | remove CVS/XFree86 keywords | Christoff Brill | 2007-05-17 | 1 | -1/+0 |
* | bring over recent radeonMakeCurrent fixes for r300 to radeon/r200 | Roland Scheidegger | 2007-05-12 | 1 | -1/+0 |
* | remove _tnl_arb_vertex_program_stage | Brian | 2007-04-16 | 1 | -1/+0 |
* | r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300. | Alan Swanson | 2007-03-12 | 1 | -1/+1 |
* | r200: Adapt cliprect fixes from r300. | Alan Swanson | 2007-03-12 | 1 | -2/+4 |
* | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell | 2007-01-16 | 1 | -20/+7 |
|\ |
|
| * | Remove use of GetBufferSize (depreciated). | Jerome Glisse | 2006-11-15 | 1 | -16/+7 |
| * | remove setting some driver funcs explicitly to NULL, as they are no longer se... | Roland Scheidegger | 2006-11-03 | 1 | -4/+0 |
* | | remove remaining traces of r200FlushVertices... | Roland Scheidegger | 2006-11-03 | 1 | -1/+0 |
* | | remove vtxfmt code, switch over to vbo | Keith Whitwell | 2006-10-31 | 1 | -21/+4 |
|/ |
|
* | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul | 2006-10-15 | 1 | -1/+0 |
* | implement ARB_point_parameters and ARB_point_sprite on r200. The code is near... | Roland Scheidegger | 2006-10-13 | 1 | -2/+11 |
* | Make driDrawableInitVBlank() initialize the sequence number. | Michel Dänzer | 2006-09-28 | 1 | -1/+2 |
* | remove the now confusing option to manually enable software ARB_vp if drm is ... | Roland Scheidegger | 2006-08-19 | 1 | -2/+1 |
* | enable arb_vertex_program by default if drm is new enough. Do a fallback when... | Roland Scheidegger | 2006-06-10 | 1 | -1/+2 |