| Commit message (Expand) | Author | Age | Files | Lines |
* | 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://[email protected]/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 |
* | implement arb_vertex_program in hw for r200. Code contains still some hacks, ... | Roland Scheidegger | 2006-06-02 | 1 | -1/+9 |
* | remove code dealing with drmMinor version < 6 since all radeon drivers reques... | Roland Scheidegger | 2006-06-02 | 1 | -4/+2 |
* | Destroy the GL context after driDestroyTextureHeap, because the driver's | Eric Anholt | 2006-04-09 | 1 | -4/+4 |
* | switch to card_type rather than IsPCI, doesn't change any functionality yet | Dave Airlie | 2006-04-04 | 1 | -1/+1 |
* | Dave Reveman's patch for GLX_MESA_copy_sub_buffer support | Brian Paul | 2006-03-31 | 1 | -1/+25 |
* | make allow_large_textures 1 by default for radeon and r200, and consequently ... | Roland Scheidegger | 2006-03-27 | 1 | -1/+1 |
* | replace the texture level hack used in radeon/r200 to allow larger textures w... | Roland Scheidegger | 2006-02-03 | 1 | -10/+7 |
* | cube maps on r100 require newer drm than the same feature on r200 (regression... | Roland Scheidegger | 2006-01-07 | 1 | -1/+1 |
* | First step of Radeon DRI unification: | Eric Anholt | 2005-11-02 | 1 | -7/+7 |
* | enable point sizes larger than 1 (for aliased points only) by using the hw po... | Roland Scheidegger | 2005-10-05 | 1 | -2/+9 |
* | add complete support for ATI_fragment_shader for the r200. Most of the new co... | Roland Scheidegger | 2005-09-12 | 1 | -0/+7 |
* | add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert... | Roland Scheidegger | 2005-09-09 | 1 | -0/+1 |
* | Finish up some of the gl_renderbuffer work. | Brian Paul | 2005-09-01 | 1 | -1/+1 |
* | enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text... | Roland Scheidegger | 2005-08-31 | 1 | -0/+1 |
* | Remove support for the R200_NO_VTXFMT environment variable. Instead use | Ian Romanick | 2005-08-11 | 1 | -2/+3 |
* | Major rip-up of internal function insertion interface. The oldmesa_6_3_1 | Ian Romanick | 2005-07-28 | 1 | -4/+4 |
* | Fixes the glXGetProcAddress portion of the interface. Most of the functions | Ian Romanick | 2005-07-26 | 1 | -13/+1 |
* | Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?), | Roland Scheidegger | 2005-07-06 | 1 | -2/+0 |
* | Replace add_newer_entrypoints (src/mesa/main/context.c) with | Ian Romanick | 2005-06-30 | 1 | -32/+57 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -6/+9 |
* | precedence precedence precedence.. add some brackets | Dave Airlie | 2005-02-27 | 1 | -1/+1 |
* | Add a dri config option to enable the max texture level hack | Dave Airlie | 2005-02-26 | 1 | -3/+10 |
* | s/0/NULL/ (Jeff Muizelaar) | Brian Paul | 2005-02-17 | 1 | -3/+3 |
* | add texture micro and macro tiling to radeon/r200 driver. This can improve pe... | Roland Scheidegger | 2005-02-10 | 1 | -0/+3 |
* | (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ... | Roland Scheidegger | 2004-12-08 | 1 | -1/+9 |
* | only enable GL_MESA_ycbcr_texture for real r200 chips, not the derivatives, s... | Roland Scheidegger | 2004-12-03 | 1 | -1/+5 |
* | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul | 2004-11-27 | 1 | -5/+0 |
* | enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog... | Roland Scheidegger | 2004-11-03 | 1 | -0/+4 |
* | Add Roland Scheidegger's S3TC patch. This patch does not implement the | Eric Anholt | 2004-10-07 | 1 | -1/+9 |
* | OK, one more time. Simplify the state-backup system by just storing the full | Eric Anholt | 2004-09-30 | 1 | -1/+1 |
* | Fix texturing in quake3. Some code was left over from the dirty/clean list | Eric Anholt | 2004-09-25 | 1 | -1/+1 |
* | Bump DRIVER_DATE for yesterday's changes. | Eric Anholt | 2004-09-25 | 1 | -1/+1 |