Fix recent problems with display lists and other parts of the code.
[mesa.git] / src / mesa / drivers / dri / radeon /
2005-08-05 Jon SmirlMore EGL prep. No impact on anything outside of EGL
2005-08-04 Jon SmirlNew files for radeon egl driver.
2005-08-03 Dave AirlieAdd color tiling support to miniglx for radeon
2005-07-29 Jon SmirlLeave the AGP_BASE code in. It is pointless to bump...
2005-07-29 Jon SmirlRemove OUTREG(RADEON_AGP_BASE, info->ringHandle); from...
2005-07-28 Ian RomanickglxEnableExtension is a platform-specific function...
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-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-07-15 Brian Paulremove duplicate "User disable" string
2005-07-14 Brian Pauladded a few more fallbackStrings (Andreas Stenglein)
2005-07-01 Roland Scheideggerconvert sis and radeon driver to use spantmp2 instead...
2005-07-01 Roland Scheideggerremove common macros used in the span functions of...
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-06-26 Eric AnholtFix crashes during rasterization fallback by avoiding...
2005-06-26 Eric AnholtExplain the reason for TCL fallback when GL_SPHERE_MAP...
2005-05-31 Eric AnholtRemove unused CTX_ARG2 define.
2005-05-31 Eric AnholtBugzilla #2195: Convert the radeon driver to the t_vert...
2005-05-28 Eric AnholtPut some fallback debugging output under DEBUG_FALLBACKS.
2005-05-28 Eric AnholtAdd a missing EnsureCmdBufSpace, matching r200.
2005-05-16 Keith WhitwellApply r200 tcl fix to radeon - compiles but untested.
2005-05-05 Adam JacksonRefactor COMMON_SOURCES up to Makefile.template
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-04-22 Keith WhitwellFirst pass at updating these drivers with pipeline_stag...
2005-04-08 Ian RomanickRemove all the radeon_subset files. They were complete...
2005-03-18 Michel DänzerAdd support for production version of ATI RN50/ES1000...
2005-03-15 Roland Scheideggeradd support for user-configurable brilinear filtering...
2005-03-05 Dave AirlieFixing memset on ia64 & other archs
2005-03-05 Roland Scheideggerremove one of the two _tnl_isolate_materials function...
2005-02-26 Dave AirlieAdd a dri config option to enable the max texture level...
2005-02-18 Michel Dänzerfd.o bug #2576: Add support for ATI RN50/ES1000. (ATI...
2005-02-16 Brian Pauls/0/NULL/ (Jeff Muizelaar)
2005-02-15 Dave AirlieAdd missing texture formats for completeness
2005-02-14 Roland Scheideggerremove accidentally commited printf for tiling support
2005-02-13 Michel DänzerTypo fix.
2005-02-12 Michel DänzerMMIO endianness fixes for Radeon drivers.
2005-02-10 Roland Scheideggeradd texture micro and macro tiling to radeon/r200 drive...
2005-02-10 Roland Scheideggeradd the new RADEON_CUBIC_OFFSET/FACES state packets...
2005-02-08 Keith WhitwellSUBPIXEL fixes from Dieter
2005-01-31 Adam JacksonBug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers...
2005-01-26 Roland Scheidegger(Stephane Marchesin, me) Add support for color (framebu...
2005-01-26 Roland Scheideggerreplace magic number with macro constant RADEON_ZBLOCK16
2005-01-23 Dave Airliereapply Keiths workaround for zbs emit that got dropped...
2005-01-23 Dave Airlieadd sync debugging to the radeon driver
2004-12-16 Adam JacksonAlso PUBLICize the config option table
2004-12-15 Adam JacksonMark __driCreateNewScreen PUBLIC
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-09 Dave Airliefixup pci code for Jon's last checkin for changing...
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-12-08 Dave AirlieFrom: Stephane Marchesin <marchesin@icps.u-strasbg.fr>
2004-12-03 Roland Scheideggerenable GL_EXT_stencil_wrap (patch from idr), including...
2004-12-02 Alan Hourihanesilence warnings
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-12 Roland Scheideggeradd LOCK_HARDWARE/UNLOCK_HARDWARE to radeonClear so...
2004-11-12 Roland Scheidegger(from r200 driver) If an application cleared before...
2004-11-12 Adam Jacksonbrown paper bag, r100 can't do hardware quads.
2004-11-12 Adam Jacksonmake render_quads_verts call EMIT_PRIM with the argumen...
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-11-10 Roland Scheideggeradd some chip ids
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-30 Eric AnholtOK, one more time. Simplify the state-backup system...
2004-09-25 Eric AnholtThe previous code would emit a full set of state during...
2004-09-24 Eric AnholtClean up some warnings in the R100 driver with -O ...
2004-08-17 Eric AnholtRevert the move of lost_context setting to UNLOCK_HARDW...
2004-08-17 Eric AnholtClose some races with locking on R100 and R200 which...
2004-08-16 Eric AnholtRemove unused HAVE_INDEX define.
2004-07-24 Brian Pauluse GL_CALL() macro (Andreas Stenglein)
2004-07-10 Jon SmirlMake solo radeon/r128 drivers track fix for DRI bug 849
2004-07-05 Jon SmirlConvert miniglx to use Ian's fancy new driver config...
2004-07-04 Jon SmirlPatch removes _SOLO definition needed for mesa-solo...
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-06-29 Jon SmirlThis should make most linux-solo drivers work again...
2004-06-28 Roland Scheideggeradd missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.c
2004-06-23 Roland Scheideggerrevert accidental change from rev. 1.10
2004-06-19 Brian PaulBig-endian texture fixes from Michel Dänzer.
2004-06-17 Roland Scheideggeruse I8 internal format for GL_INTENSITY, GL_ALPHA and...
2004-06-03 Ian RomanickRemove fill_in_modes and use driFillInModes instead.
2004-06-03 Jon SmirlOpen/Close FullScreen die. unichrome and savage impleme...
2004-06-02 Ian RomanickdriCheckDriDdxDrmVersion uses a function that is not...
2004-06-02 Roland Scheideggerchange GL_ARB_texture_env_crossbar implementation behav...
2004-06-02 Ian RomanickReplace drmHandle, drmContext, drmDrawable, drmMagic...
2004-06-01 Ian RomanickFix dumb mistake from a previous commit. __driCreateSc...
2004-06-01 Roland Scheideggeradd support for GL_ARB_texture_env_crossbar
2004-06-01 Ian RomanickConvert 'Display *' to '__DRInativeDisplay *'. Only...
2004-05-28 Roland Scheideggerupdate so it compiles again (untested driver path!...
2004-05-27 Ian RomanickMove dri_util.[ch] and glcontextmodes.[ch] from dri_cli...
2004-05-27 Ian RomanickConvert all calls using _glapi_Dispatch to use the...
2004-05-12 Brian Paulobsolete in favor of regular Makefiles
2004-05-04 Dave Airlieswitch to X86_SOURCES
2004-05-03 Dave Airlieadd asm sources
2004-04-29 Keith WhitwellAllow *_dri.so to build in Mesa tree with the 'linux...
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-15 Dave Airlieget the libraries the right way round..
2004-04-15 Dave Airlieset default page flipping to zero can be changed in...
2004-04-14 Dave Airlieget agpmode from config file
2004-04-13 Dave Airliemake this exactly like XFree86 .. allows 4x to work
2004-04-13 Jon SmirlAdd DRM_SOURCE_PATH to make system.
2004-04-08 Brian Paullots of Makefile updates for new build system
next