fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL_INDEX8...
[mesa.git] / src / mesa / drivers / dri /
2005-09-06 Brian PaulUse mklib script instead of ar. Make libmesa.a instead...
2005-09-05 Brian Paulmake some functions static
2005-09-05 Brian Paulmake r128SpanRenderStart/Finish static
2005-09-04 Brian Pauljust formatting clean-ups
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 Paulminor clean-ups
2005-09-04 Brian Paulreplace GET_SRC_PTR, GET_DST_PTR with GET_PTR
2005-09-04 Brian PaulUse InitPointers helper
2005-09-04 Brian PaulCombine GET_DST_PTR and GET_SRC_PTR into just GET_PTR.
2005-09-04 Brian PaulAdded InitPointers helper function
2005-09-04 Brian Paulreplace assertion with a conditional return
2005-09-03 Brian Paulrenderbuffer updates
2005-09-03 Brian PaulSetBuffer, renderbuffer changes
2005-09-03 Brian Pauluse new InitStencil/DepthPointer functions
2005-09-03 Brian Paulremove dead code
2005-09-03 Brian Paulremove SetBuffer
2005-09-03 Brian PaulSetBuffer, renderbuffer changes
2005-09-03 Brian Pauladded flippedData field for page flipping, code to...
2005-09-03 Brian Pauladded SetStencil/DepthPointer functions
2005-09-03 Brian Paulremove SetBuffer(). Misc renderbuffer changes.
2005-09-03 Brian Paulsilence misc warnings
2005-09-02 Brian Paulset depthHasSurface for stencil renderbuffer
2005-09-02 Brian Paulchange scratch pointer from _int32_t to u_int32_t to...
2005-09-02 Brian Paulremove unneeded assertion in stencil/depth LOCAL_DEPTH_...
2005-09-02 Brian Paulset depthHasSurface field for stencil renderbuffer
2005-09-01 Brian Pauladded an assertion to help debug broken stencil readback
2005-09-01 Brian Pauladded driFlipRenderbuffers()
2005-09-01 Brian Paulfix page flipping breakage
2005-09-01 Brian Paulfix typo
2005-09-01 Brian Paulsome missing renderbuffer changes (Roland)
2005-09-01 Brian PaulFinish up some of the gl_renderbuffer work.
2005-09-01 Brian PaulFinish up some of the gl_renderbuffer work.
2005-09-01 Brian Pauls/__inline/INLINE/
2005-09-01 Brian Pauluse char* instead of GLubyte* in i915_program_error...
2005-09-01 Brian Pauluse proper datatypes to silence a bunch of warnings
2005-09-01 Brian Pauladded a few more fields to help with DRI drivers
2005-08-31 Roland Scheideggerenable GL_ARB_texture_env_crossbar on r200, separate...
2005-08-31 Alan Hourihanereverse a bogus patch
2005-08-31 Brian Paulremove redundant ctx->Driver fallback assignments that...
2005-08-31 Brian Paulfix a cast/assignment warning
2005-08-30 Brian Paulsilence fprintf and casting warnings
2005-08-30 Brian Pauladded some parenthesis to silence warnings
2005-08-30 Alan HourihanedrmUnmap correct size
2005-08-30 Alan Hourihanemove via_dri.h to server
2005-08-30 Alan Hourihanedefine Bool for solo builds
2005-08-30 Alan HourihaneFixes from https://bugs.freedesktop.org/attachment...
2005-08-29 Ian RomanickImplement GL_ARB_texture_env_combine, GL_EXT_texture_en...
2005-08-29 Alan Hourihaneremove drmAddress
2005-08-25 Brian Paulremove stray references to ctx->Depth.OcclusionTest
2005-08-25 Ian RomanickFix texture format selection. ChooseTextureFormat...
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-08-25 Eric AnholtAttempt to fix the issue reported by Alan Grimes with...
2005-08-19 Adam JacksonConvert libGL and DRI drivers to require libdrm.
2005-08-19 Alan HourihaneCommit missing piece from Egbert's 32/64 bit patches
2005-08-19 Ian RomanickEnable ARB_texture_compression. The code has been...
2005-08-18 Ian RomanickAdd support for NV_blend_square. This was tested with
2005-08-18 Ian RomanickMake sure extension entry point offsets are properly...
2005-08-18 Ian RomanickDon't try to update hardware texture fields if there...
2005-08-18 Ian RomanickMake the i810 driver use driGetRendererString like...
2005-08-15 Alan HourihaneAdd Egberts fixes for 64bit architectures
2005-08-14 Alan HourihaneAdd a check which compares the passed in size of the...
2005-08-13 Ian RomanickEnable support for EXT_stencil_wrap. The code was...
2005-08-11 Ian RomanickRemove support for the R200_NO_VTXFMT environment varia...
2005-08-11 Ian RomanickMake ffb driver build on x86-64. The fix is two fold...
2005-08-10 Ian RomanickMesa uses the glVertexAttrib*NV functions to implement...
2005-08-08 Ian RomanickSince glcontextmodes.[ch] are no longer used in the...
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-08 Eric AnholtDike out the linux-specific EGL bits unless it's a...
2005-08-07 Jon SmirlEnable EGL support in 'linux-dri' config
2005-08-06 Vladimir DergachevFix card_extensions by following corresponding r200...
2005-08-05 Ian RomanickFixes bugzillla #812.
2005-08-05 Alan Hourihaneremove the drmAddress
2005-08-05 Ian RomanickFix recent problems with display lists and other parts...
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-29 Jon SmirlCommit Ian's fixes from Bug 3877
2005-07-29 Jon SmirlFix a == vs !- typo for glx_enable_extension
2005-07-28 Ian RomanickUse the routines supplied in the __DRIinterfaceMethods...
2005-07-28 Ian RomanickglxEnableExtension is a platform-specific function...
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-27 Roland Scheideggertest for the proper drm version, at least 1.17 is required
2005-07-26 Alan Hourihanetypo
2005-07-26 Alan Hourihanesupport GLX_DIRECT_COLOR in 1.4.0
2005-07-26 Alan HourihaneBump the required ddx to 1.4.0 as drmAddress has been...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-26 Brian PaulFix bug 1858 - array subscript out of range in gamma...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-07-21 Brian Paulmake i810PrintSetupFlags() static, first param const
2005-07-20 Eric AnholtClean up warnings in r300 code by making some symbols...
2005-07-18 Alan HourihaneFix the FFB driver for the renderbuffer changes
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-07-15 Brian Pauldisable call to via_sse_memcpy() until it's fixed
2005-07-15 Brian Paulremove duplicate "User disable" string
next