Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
[mesa.git] / src / mesa / drivers / dri / r200 / r200_context.c
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
2006-10-13 Roland Scheideggerimplement ARB_point_parameters and ARB_point_sprite...
2006-09-28 Michel DänzerMake driDrawableInitVBlank() initialize the sequence...
2006-08-19 Roland Scheideggerremove the now confusing option to manually enable...
2006-06-10 Roland Scheideggerenable arb_vertex_program by default if drm is new...
2006-06-02 Roland Scheideggerimplement arb_vertex_program in hw for r200. Code conta...
2006-06-02 Roland Scheideggerremove code dealing with drmMinor version < 6 since...
2006-04-09 Eric AnholtDestroy the GL context after driDestroyTextureHeap...
2006-04-04 Dave Airlieswitch to card_type rather than IsPCI, doesn't change...
2006-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2006-03-27 Roland Scheideggermake allow_large_textures 1 by default for radeon and...
2006-02-03 Roland Scheideggerreplace the texture level hack used in radeon/r200...
2006-01-07 Roland Scheideggercube maps on r100 require newer drm than the same featu...
2005-11-02 Eric AnholtFirst step of Radeon DRI unification:
2005-10-05 Roland Scheideggerenable point sizes larger than 1 (for aliased points...
2005-09-12 Roland Scheideggeradd complete support for ATI_fragment_shader for the...
2005-09-09 Roland Scheideggeradd _tnl_arb_vertex_program_stage to all drivers which...
2005-09-01 Brian PaulFinish up some of the gl_renderbuffer work.
2005-08-31 Roland Scheideggerenable GL_ARB_texture_env_crossbar on r200, separate...
2005-08-11 Ian RomanickRemove support for the R200_NO_VTXFMT environment varia...
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-06 Roland ScheideggerRe-enable r200InitSpanFuncs, which was ifdefed out...
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-02-27 Dave Airlieprecedence precedence precedence.. add some brackets
2005-02-26 Dave AirlieAdd a dri config option to enable the max texture level...
2005-02-17 Brian Pauls/0/NULL/ (Jeff Muizelaar)
2005-02-10 Roland Scheideggeradd texture micro and macro tiling to radeon/r200 drive...
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-12-03 Roland Scheideggeronly enable GL_MESA_ycbcr_texture for real r200 chips...
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-03 Roland Scheideggerenable GL_EXT_fog_coord. Calculate fog factors and...
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-09-30 Eric AnholtOK, one more time. Simplify the state-backup system...
2004-09-25 Eric AnholtFix texturing in quake3. Some code was left over from...
2004-09-25 Eric AnholtBump DRIVER_DATE for yesterday's changes.
2004-09-22 Eric AnholtThe previous code would emit a full set of state during...
2004-09-08 Dave Airlieupdated patch for vertex program
2004-09-07 Dave AirlieThis patch enables GL_ARB_vertex_program and GL_NV_vert...
2004-07-04 Jon SmirlPatch removes _SOLO definition needed for mesa-solo...
2004-06-02 Roland Scheideggeradd support for more than 2 texture units (max 6, defau...
2004-05-20 Roland ScheideggerAdd support for GL_EXT_blend_[func|equation]_separate...
2004-04-29 Keith WhitwellAllow *_dri.so to build in Mesa tree with the 'linux...
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-02-28 Michel DänzerOnly print message about disabling HW TCL if the chip...
2004-02-24 Brian Paulcall _tnl_allow_pixel/vertex_fog() funcs
2004-01-21 Ian RomanickSilence some compiler warnings.
2004-01-21 Ian RomanickMake the R200 driver work with the NewTextureObject...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-18 Brian PaulChange get_ust_nop()'s parameter from int64_t to uint64...
2004-01-13 Ian RomanickAdded support for EXT_texture_mirror_clamp.
2004-01-12 Ian RomanickRemoved redundant extension strings. The Mesa extensio...
2004-01-11 Michel DänzerActually disable HW TCL capability when SW TCL is forced.
2004-01-05 Eric AnholtAdd support for Radeon IGP chipsets, based off of mcgro...
2003-12-12 Brian Paulapplied Felix's patch for configuration system
2003-12-12 Keith Whitwellset MaxTextureImageUnits, MaxTextureCoordUnits
2003-12-11 Keith WhitwellUpdates to tnl_dd_dmatmp.h
2003-12-08 Alan Hourihanefix bogus assertion that checked for an empty texture...
2003-12-07 Alan Hourihanesync some more of the r200 driver from the DRI trunk
2003-12-05 Alan Hourihanexmlconfig fixes for the new options
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-10-21 Jon SmirlUpdate DRI drivers to current DRI CVS and make them...
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper
2003-08-06 Keith Whitwellr200 driver, brought over by Jon Smirl