Age | Commit message (Expand) | Author |
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-09-11 | Fix-up #includes to remove some -I options. | Brian |
2007-05-12 | bring over recent radeonMakeCurrent fixes for r300 to radeon/r200 | Roland Scheidegger |
2007-03-13 | enable ARB_vertex_buffer_object for more dri drivers | Roland Scheidegger |
2007-03-12 | radeon: 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-09 | Remove unnecessary setting of GetBufferSize to NULL. | Ian Romanick |
2006-10-31 | remove vtxfmt code, switch over to vbo | Keith Whitwell |
2006-10-18 | Enable GLX_SGI_make_current_read for radeon. | Ian Romanick |
2006-10-15 | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul |
2006-09-28 | Make driDrawableInitVBlank() initialize the sequence number. | Michel Dänzer |
2006-09-10 | remove code to deal with non-normalized texture coordinates for tex rect targ... | 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-17 | add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall... | Roland Scheidegger |
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-10-05 | Remove the tcl fallback for texture rectangle (by manipulating the texture ma... | Roland Scheidegger |
2005-09-14 | updated comment | Brian Paul |
2005-09-01 | Finish up some of the gl_renderbuffer work. | Brian Paul |
2005-07-28 | Major rip-up of internal function insertion interface. The old | Ian Romanick |
2005-07-26 | Fixes the glXGetProcAddress portion of the interface. Most of the functions | Ian Romanick |
2005-06-30 | Replace add_newer_entrypoints (src/mesa/main/context.c) with | Ian Romanick |
2005-05-31 | Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cuts | Eric Anholt |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-03-05 | remove one of the two _tnl_isolate_materials function calls | Roland Scheidegger |
2005-02-26 | Add a dri config option to enable the max texture level hack | Dave Airlie |
2005-02-16 | s/0/NULL/ (Jeff Muizelaar) | Brian Paul |
2005-02-14 | remove accidentally commited printf for tiling support | Roland Scheidegger |
2005-02-10 | add texture micro and macro tiling to radeon/r200 driver. This can improve pe... | Roland Scheidegger |
2005-01-23 | add sync debugging to the radeon driver | Dave Airlie |
2004-12-08 | (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ... | Roland Scheidegger |
2004-12-03 | enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina... | Roland Scheidegger |
2004-11-27 | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul |
2004-10-07 | Add Roland Scheidegger's S3TC patch. This patch does not implement the | Eric Anholt |
2004-09-30 | OK, one more time. Simplify the state-backup system by just storing the full | Eric Anholt |
2004-09-25 | The previous code would emit a full set of state during the first EmitState on | Eric Anholt |
2004-07-04 | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl |
2004-06-01 | add support for GL_ARB_texture_env_crossbar | Roland Scheidegger |
2004-03-11 | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl |
2004-02-28 | Only print message about disabling HW TCL if the chip supports it in the | Michel Dänzer |
2004-02-26 | added _tnl_allow_vertex/pixel_fog() calls | Brian Paul |
2004-01-26 | Make the drivers using the common texmem code work with NewTextureObject | Felix Kuehling |
2004-01-24 | Parse radeon, not r200 configuration in radeonCreateContext. | Felix Kuehling |