Age | Commit message (Expand) | Author |
2009-01-29 | radeon/r200/r300: bring back old style DMA buffer on top of BOs. | Dave Airlie |
2009-01-29 | r200: avoid setting variable on kernel mm setup | Dave Airlie |
2009-01-22 | r200/r300: port r200 texture handling to common code | Dave Airlie |
2009-01-20 | r200: tri runs without crashing - doesn't draw anything | Dave Airlie |
2009-01-20 | r200: clear is working at least - not much else | Dave Airlie |
2009-01-14 | r200: add missing symbols | Dave Airlie |
2009-01-14 | radeon/r200/r300: make legacy emit non-r300 specific | Dave Airlie |
2009-01-14 | radeon: move debug symbol add DRI2 | Dave Airlie |
2009-01-14 | radeon/r200/r300: consolidate swap buffers | Dave Airlie |
2009-01-14 | radeon/r200/r300: consolidate the buffer copy/flip code into one place | 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 |
2008-04-24 | enable GL_EXT_multi_draw_arrays (see bug 15670) | Pierre Beyssac |
2008-02-29 | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg |
2007-10-30 | More vblank cleanups. | Michel Dänzer |
2007-10-29 | Refactor and fix core vblank support | Jesse Barnes |
2007-10-10 | Replace open-coded major, minor, and patch version fields with __DRIversionRec. | Kristian Høgsberg |
2007-05-17 | remove CVS/XFree86 keywords | Christoff Brill |
2007-05-12 | bring over recent radeonMakeCurrent fixes for r300 to radeon/r200 | Roland Scheidegger |
2007-04-16 | remove _tnl_arb_vertex_program_stage | Brian |
2007-03-12 | r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300. | Alan Swanson |
2007-03-12 | r200: Adapt cliprect fixes from r300. | Alan Swanson |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2006-11-15 | Remove use of GetBufferSize (depreciated). | Jerome Glisse |
2006-11-03 | remove remaining traces of r200FlushVertices... | Roland Scheidegger |
2006-11-03 | remove setting some driver funcs explicitly to NULL, as they are no longer se... | Roland Scheidegger |
2006-10-31 | remove vtxfmt code, switch over to vbo | Keith Whitwell |
2006-10-15 | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul |
2006-10-13 | implement ARB_point_parameters and ARB_point_sprite on r200. The code is near... | Roland Scheidegger |
2006-09-28 | Make driDrawableInitVBlank() initialize the sequence number. | Michel Dänzer |
2006-08-19 | remove the now confusing option to manually enable software ARB_vp if drm is ... | Roland Scheidegger |
2006-06-10 | enable arb_vertex_program by default if drm is new enough. Do a fallback when... | Roland Scheidegger |
2006-06-02 | implement arb_vertex_program in hw for r200. Code contains still some hacks, ... | Roland Scheidegger |
2006-06-02 | remove code dealing with drmMinor version < 6 since all radeon drivers reques... | Roland Scheidegger |
2006-04-09 | Destroy the GL context after driDestroyTextureHeap, because the driver's | Eric Anholt |
2006-04-04 | switch to card_type rather than IsPCI, doesn't change any functionality yet | Dave Airlie |
2006-03-31 | Dave Reveman's patch for GLX_MESA_copy_sub_buffer support | Brian Paul |
2006-03-27 | make allow_large_textures 1 by default for radeon and r200, and consequently ... | Roland Scheidegger |
2006-02-03 | replace the texture level hack used in radeon/r200 to allow larger textures w... | Roland Scheidegger |
2006-01-07 | cube maps on r100 require newer drm than the same feature on r200 (regression... | Roland Scheidegger |
2005-11-02 | First step of Radeon DRI unification: | Eric Anholt |
2005-10-05 | enable point sizes larger than 1 (for aliased points only) by using the hw po... | Roland Scheidegger |
2005-09-12 | add complete support for ATI_fragment_shader for the r200. Most of the new co... | Roland Scheidegger |
2005-09-09 | add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert... | Roland Scheidegger |
2005-09-01 | Finish up some of the gl_renderbuffer work. | Brian Paul |
2005-08-31 | enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text... | Roland Scheidegger |
2005-08-11 | Remove support for the R200_NO_VTXFMT environment variable. Instead use | Ian Romanick |