Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
[mesa.git] / src / mesa / drivers / dri / radeon /
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-13 Brian Pauljust some reformatting
2005-09-10 Roland Scheideggeradd the new drm packets needed for ATI_fragment_shader...
2005-09-04 Brian PaulSimplify radeonSetCliprects(). Remove the 'mode' param...
2005-09-04 Brian PaulFurther clean-up and simplification of the span-related...
2005-09-04 Brian PaulAdd new void *addr and __DRIdrawablePrivate parameters to
2005-09-04 Brian PaulFix UpdatePageFlipping() function. Always call driFlip...
2005-09-04 Brian Paulreplace GET_SRC_PTR, GET_DST_PTR with GET_PTR
2005-09-03 Brian Pauluse new InitStencil/DepthPointer functions
2005-09-02 Brian Paulset depthHasSurface for stencil renderbuffer
2005-09-01 Brian Paulfix page flipping breakage
2005-09-01 Brian PaulFinish up some of the gl_renderbuffer work.
2005-09-01 Brian Pauls/__inline/INLINE/
2005-08-31 Brian Paulremove redundant ctx->Driver fallback assignments that...
2005-08-25 Eric AnholtAttempt to fix the issue reported by Alan Grimes with...
2005-08-15 Alan HourihaneAdd Egberts fixes for 64bit architectures
2005-08-08 Dave Airliefix up color tiling in miniglx radeon server code
2005-08-08 Jon SmirlRemove platform specific bits from radeon_egl.c
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...
next