Fix recent problems with display lists and other parts of the code.
[mesa.git] / src / mesa / drivers / dri / r200 /
2005-07-29 Jon SmirlFix a == vs !- typo for glx_enable_extension
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-06 Roland ScheideggerRe-enable r200InitSpanFuncs, which was ifdefed out...
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 AnholtRemove the #if 0-ed out old span code.
2005-05-31 Eric AnholtBugzilla #2708: Disable the fallback on GL_SPHERE_MAP...
2005-05-31 Eric AnholtCorrect the descriptions of the glBlend{Equation,Func...
2005-05-31 Eric AnholtRemove unused CTX_ARG2 define.
2005-05-13 Keith WhitwellCalculate render inputs for tcl stage correctly (hint...
2005-05-05 Adam JacksonRefactor COMMON_SOURCES up to Makefile.template
2005-05-04 Adam JacksonAdd drirenderbuffer.c to COMMON_SOURCES
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-03-15 Roland Scheideggeradd support for user-configurable brilinear filtering...
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-17 Brian Paulremove extern (Jeff Muizelaar)
2005-02-15 Dave Airlieadd some missing texture formats and bits from r200...
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-10 Roland Scheidegger(Andreas Stenglein) fix projected textures with swtcl...
2005-02-08 Keith WhitwellSUBPIXEL fixes from Dieter
2005-02-08 Michel DänzerCall _mesa_ResizeBuffersMESA() in r200Viewport(), fixes...
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-08 Adam JacksonParallel build fix. Multiword variables on the target...
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 Keith WhitwellGet linux-solo dependencies building correctly,
2004-12-09 Dave Airlieback out Keiths last checkin - for Solo the include...
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-12-08 Keith WhitwellImprove the behaviour of the build system wrt depend...
2004-12-08 Roland Scheideggerfix depth/stencil readback if coordinates are larger...
2004-12-03 Roland Scheideggeronly enable GL_MESA_ycbcr_texture for real r200 chips...
2004-12-02 Alan Hourihanesilence warnings
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-23 Roland Scheideggerrevert enabling of hw quads for swtcl. It lead to probl...
2004-11-12 Roland Scheideggerenable hw quad primitive for swtcl
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-11-03 Roland Scheideggerenable GL_EXT_fog_coord. Calculate fog factors and...
2004-10-23 Ian RomanickBig-endian fixes for R200 sw TCL path.
2004-10-18 Ian RomanickFix compile errors when DEBUG is defined.
2004-10-16 Eric AnholtAdd code to support projective texturing and fix mixed...
2004-10-16 Eric AnholtAlways turn on the TAM_DEBUG3=0x6 workaround on real...
2004-10-14 Ian RomanickAdd support for optimized versions of the code underlyi...
2004-10-09 Eric AnholtThis statechange is vtx state, not tcl.
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-10-07 Ian RomanickPrevent Y-offset from exceeding valid range in texture...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-10-02 Eric AnholtIf an application cleared before any state had been...
2004-09-30 Eric AnholtBugzilla #1058: Fix some potential 64bit pointer issue...
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-24 Eric Anholt-O -Wall warnings cleanups in r200.
2004-09-24 Eric AnholtRemove an unnecessary calculation of the dest pointer.
2004-09-23 Dave Airliefix for Erics new emit state code, rework out the dest...
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-09-02 Keith Whitwellr200-maybe-flush-less-3.diff
2004-08-25 Brian Paulprint internalFormat value in r200ChooseTextureFormat...
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-08-03 Roland Scheideggerfix incorrect overflow detection when emitting R200_SS_...
2004-07-31 Dave Airliexorg-r200-uninitialized-variable-used.patch from Redhat...
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-28 Roland Scheideggeradd missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.c
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-04 Ian RomanickReplace 'Display *' with '__DRInativeDisplay *'.
2004-06-03 Roland Scheideggerfix minor signedness issue in assertion
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 Jon SmirlRemoved need for sarea.h, various touch ups to get...
2004-06-02 Roland Scheideggeradd support for more than 2 texture units (max 6, defau...
2004-06-02 Ian RomanickReplace drmHandle, drmContext, drmDrawable, drmMagic...
2004-06-01 Ian RomanickFix dumb mistake from a previous commit. __driCreateSc...
2004-06-01 Ian RomanickConvert 'Display *' to '__DRInativeDisplay *'. Only...
2004-05-28 Roland Scheideggerremove never finished verts path (r200_maos_vbtmp.h...
2004-05-27 Ian RomanickMove dri_util.[ch] and glcontextmodes.[ch] from dri_cli...
2004-05-27 Roland Scheideggerchange some explicit references to texture units 0...
2004-05-27 Ian RomanickConvert all calls using _glapi_Dispatch to use the...
2004-05-25 Ian RomanickAdded a couple fog coordinate related register defines.
2004-05-21 Roland Scheideggerfix constant texture environment color setup for textur...
2004-05-20 Roland ScheideggerAdd support for GL_EXT_blend_[func|equation]_separate...
2004-05-20 Roland Scheideggeradd check if drm is new enough for packet R200_EMIT_RB3...
next