silence warning
[mesa.git] / src / mesa / drivers / dri / common /
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-08-11 Ian RomanickFix long standing bug that prevented newer drivers...
2006-07-30 Michal KrolAdd support for GL_MESA_shader_debug.
2006-07-12 Tilman Sauerbeckfix another memleak
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-04-11 David RevemanFBConfig support for EXT_tfp
2006-04-03 Dave Airlieif DDX is -1 don't do DDX check
2006-04-03 Adam JacksonCoverity #459: Silly off-by-one error.
2006-04-02 Adam JacksonCoverity #567: Fix a memory leak on a failure path.
2006-04-01 Dave AirlieThese messages really should be printed all the time...
2006-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2006-03-30 Brian PaulInit the Red/Green/Blue/Alpha/Depth/StencilBits fields...
2006-03-28 Keith WhitwellRevert merge of new/experimental code from texmem branch.
2006-03-26 Brian Paulmerge from texman branch
2006-03-23 Dave Airliefix coverity 926: use before NULL check
2006-03-17 Kristian HøgsbergDon't use glx_ansic.h functions (__glXMemset).
2006-03-01 Brian PaulAdded glBlitFramebufferEXT function.
2006-02-09 Brian Paulremove the test for XFree86Server from prev patch ...
2006-02-08 Brian Paulinclude dix-config.h (Mike Harris) (bug 5835)
2006-02-03 Roland Scheideggerreplace the texture level hack used in radeon/r200...
2006-01-30 Roland Scheideggerfix broken assertions so dri drivers compile with ...
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-11-29 Brian Paulassorted fixes for server-side direct rendering (bug...
2005-11-28 Keith WhitwellRemove the many aliases for 'struct mem_block' in mm.h
2005-10-28 Aapo TahkolaSilence gcc-4 warnings.
2005-10-27 Eric AnholtAdd support for HW stencil spans, mirroring the depth...
2005-10-18 Keith WhitwellAdd _mesa_exec_malloc() and _mesa_exec_free() for alloc...
2005-10-15 Roland Scheideggerfix two bugs wrt calculating max possible texture sizes...
2005-09-22 Brian PaulReplace gl_renderbuffer.ComponentSizes[] with separate...
2005-09-14 Brian Pauladded driUpdateFramebufferSize()
2005-09-08 Keith Whitwelluse an explicit reserved field, rather than magic numbe...
2005-09-08 Brian PaulFix the comment for the 'bound' field: it's a bitmask...
2005-09-04 Brian Pauljust formatting clean-ups
2005-09-04 Brian PaulAdd new void *addr and __DRIdrawablePrivate parameters to
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 Pauladded flippedData field for page flipping, code to...
2005-09-03 Brian Pauladded SetStencil/DepthPointer functions
2005-09-01 Brian Pauladded driFlipRenderbuffers()
2005-09-01 Brian Pauladded a few more fields to help with DRI drivers
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-05 Ian RomanickFixes bugzillla #812.
2005-08-05 Ian RomanickFix recent problems with display lists and other parts...
2005-07-29 Jon SmirlCommit Ian's fixes from Bug 3877
2005-07-28 Ian RomanickUse the routines supplied in the __DRIinterfaceMethods...
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-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-04 Brian Pauladded comment
2005-06-02 Brian Pauloops, undo previous change
2005-06-02 Brian Paulstart removing old (pre-renderbuffer) span code
2005-05-19 Brian Paulremove the XFree86 ID line
2005-05-12 Keith WhitwellAdd check for mask == NULL to the one routine missing it.
2005-05-05 Brian Paulfix for renderbuffer (Andreas Stenglein)
2005-05-05 Jon SmirlFix up origin in dri/fb driver
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-04-25 Jon SmirlMinor changes to make linux-solo build again
2005-04-22 Felix KuehlingAdded a French translation of option descriptions by...
2005-04-13 Ian RomanickRevert revision 1.13. This allows server-side libGLcor...
2005-04-12 Felix KuehlingAdded a Spanish translation by David Rubio Miguélezand...
2005-04-12 Felix KuehlingChanged escaping of double quotes.
2005-04-11 Felix KuehlingManage option translations in separate .po files to...
2005-03-22 Keith WhitwellCalculate haveAccumBuffer, haveDepthBuffer and haveSten...
2005-03-15 Roland Scheideggeradd support for user-configurable brilinear filtering...
2005-03-05 Dave AirlieFixing memset on ia64 & other archs
2005-02-26 Dave AirlieAdd a dri config option to enable the max texture level...
2005-02-17 Dave Airliefix some 0->NULLs
2005-02-14 Keith Whitwellmesa-fix-one-bit-signed-bitfield.patch from Jeff Muizelaar
2005-02-14 Dave Airliefix some signed vs unsigned warnings
2005-02-12 Michel DänzerMMIO endianness fixes for Radeon drivers.
2005-02-05 Felix KuehlingFixed a typo in an assertion. (Don't understand how...
2005-02-04 Felix KuehlingAdded an option texture_heaps that allows selecting...
2005-02-03 Felix KuehlingUse all texture heaps in a fair way when textures need...
2005-02-02 Felix KuehlingDon't try to kick textures from a NULL tex heap.
2005-01-31 Adam JacksonBug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers...
2005-01-26 Roland Scheideggernew version check to allow to test for a range of ddx...
2005-01-15 Felix KuehlingUse HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimi...
2005-01-12 Keith WhitwellSimplify usage of drmHash functions and fix bug in
2005-01-03 Felix KuehlingAdded a boolean option for a floating-point depth buffer.
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-12-08 Alan HourihaneUse union type to avoid strict aliasing problems.
2004-12-08 Alan HourihaneCheck for some header defines before redefining functio...
2004-12-02 Alan HourihaneFix some warnings
2004-11-02 Ian RomanickAdded MMX optimized version of the RGB565 ReadRGBASpan...
2004-11-01 Keith WhitwellNicolai's sw-clipspan-fixes.patch
2004-10-27 Adam JacksonBug #1713: Some rare libGL's have __glXFindDRIScreen...
2004-10-26 Ian RomanickAs per suggestions my Michel Daenzer, improve the fix...
2004-10-18 Ian RomanickSmall optimization for big-endian (e.g., PowerPC) systems.
2004-10-16 Ian RomanickOnly build the MMX/SSE/SSE2 versions for ReadRGBASpan...
2004-10-15 Ian RomanickFixed a few places that should have been using GET_SRC_PTR.
2004-10-14 Ian RomanickAdd support for optimized versions of the code underlyi...
2004-10-13 Keith WhitwellAdd a license to this file. It was written on VA's...
2004-10-13 Ian RomanickInitial support for PowerPC specific code in Mesa and...
2004-10-13 Ian RomanickRefactor the code in driGetRendererString a bit to...
2004-10-08 Eric AnholtDon't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS...
next