Fixes from https://bugs.freedesktop.org/attachment.cgi?id=3077
[mesa.git] / src /
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-28 Brian Paulfix a few proxy color table bugs (bug 4270)
2005-08-27 Brian Paulcheck the Ready flag when getting GL_QUERY_RESULT_ARB
2005-08-27 Brian PaulRearrange the code related to GL_ARB_occlusion_object...
2005-08-26 Adam Jackson/dri/msg
2005-08-26 Alan HourihaneFix the scripts for the cygwin & mingw changes
2005-08-25 Brian Pauldon't compile debug code (bug 4242: rand undefined)
2005-08-25 Brian Paulremove stray references to ctx->Depth.OcclusionTest
2005-08-25 Ian RomanickFix texture format selection. ChooseTextureFormat...
2005-08-25 Alan Hourihaneupdate for mingw
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-08-25 Brian Paulfix segfault in Fake_glXCreatePBuffer(), bug 4235
2005-08-25 Eric AnholtAttempt to fix the issue reported by Alan Grimes with...
2005-08-25 Brian Paulalso check for texture border in sample_linear_2d()
2005-08-24 Alan HourihaneFix Windows build problems.
2005-08-23 Brian PaulGLw demo doesn't belong here
2005-08-23 Brian Paulsimplify, clean-up texel addressing macros
2005-08-22 Brian Pauladded GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)
2005-08-22 Brian Paulbump version to 6.5
2005-08-19 Adam JacksonConvert libGL and DRI drivers to require libdrm.
2005-08-19 Ian RomanickFix a realloc problem with indirect vertex arrays....
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-18 Brian PaulReplace mult/div operators with bitwise operators in...
2005-08-16 Brian PaulBump version to 6.3.2
2005-08-15 Roland ScheideggerIn _mesa_TexEnvfv, do not accept values for GL_OPERAND2...
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-12 Brian Pauladded FREXPF() macro (bug 4060)
2005-08-11 Ian RomanickRemove the logic that determines at compile time whethe...
2005-08-11 Ian RomanickRemove support for the R200_NO_VTXFMT environment varia...
2005-08-11 Ian RomanickMakefile cleanups suggested by George Fufutos (bugzilla...
2005-08-11 Brian Paulfix X #includes so they're relative to X11/ directory...
2005-08-11 Ian RomanickMake ffb driver build on x86-64. The fix is two fold...
2005-08-10 Ian RomanickRemove _glapi_check_multithread from the interface...
2005-08-10 Ian RomanickMesa uses the glVertexAttrib*NV functions to implement...
2005-08-10 Brian Paulthe PIXEL_MAP_I_TO_I table should be GLfloat, not GLint
2005-08-10 Brian Paulfix static assertion problem for gcc (bug 4022)
2005-08-10 Brian Pauldisable the pointer size assertions (bug 4021)
2005-08-10 Brian Paulfix indentation
2005-08-10 Keith WhitwellCheck for prim/vertex store non-null before messing...
2005-08-09 Ian RomanickAdd rules and target to build src/mesa/x86-64/glapi_x86...
2005-08-09 Keith WhitwellDecrement the context's refcounts on part-used storage...
2005-08-09 Brian Paulactually free the renderbuffer in xmesa_delete_renderbu...
2005-08-09 Brian Paul_mesa_free_framebuffer_data() call frees the renderbuff...
2005-08-09 Brian Paulfree context structure (bug 1252316) and s/free/_mesa_free/
2005-08-08 Brian Pauls/Disaptch/Dispatch/ (bug 3918)
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 Dave Airliefix miniglx setting virtual size of 832 for 800x600
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 SmirlAdd missing egldri.h header file
2005-08-07 Jon SmirlEnable EGL support in 'linux-dri' config
2005-08-06 Vladimir DergachevFollow suggestion by Aapo Tahkola to fix giant memory...
2005-08-06 Vladimir DergachevFix card_extensions by following corresponding r200...
2005-08-05 Ian RomanickFixes bugzilla #1730.
2005-08-05 Ian RomanickFixes bugzillla #812.
2005-08-05 Alan Hourihaneremove the drmAddress
2005-08-05 Ian RomanickIn order to create the set of available extensions...
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 Ian RomanickConvert all instances of XTHREADS to USE_XTHREADS....
2005-08-03 Dave AirlieAdd color tiling support to miniglx for radeon
2005-08-01 Ian RomanickFix build problems related to finding Xthreads.h.
2005-07-29 Ian RomanickRemove unused structures and data fields. These had...
2005-07-29 Ian RomanickAdd a new config called linux-indirect. This build...
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-28 Ian RomanickFix SPARC assembly for 64-bit
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 Ian RomanickRemove the last remnants of GLX_BUILT_IN_XMESA. This...
2005-07-26 Alan HourihaneBump the required ddx to 1.4.0 as drmAddress has been...
2005-07-26 Ian RomanickNo, really, get rid of all the remaining references...
2005-07-26 Ian RomanickQuote $(CC) and $(CXX) so that 'CC=ccache gcc' and...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-26 Brian Paulimprove comments about win[0..3] values (bug 2554)
2005-07-26 Brian PaulFix bug 1858 - array subscript out of range in gamma...
2005-07-25 Brian PaulAdded -linker option to mklib, used to specify a partic...
2005-07-24 Ian RomanickGut a few more dead bits. Replace uses of the CreateNe...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-07-23 Adam JacksonAdd two aliases for some PointParameters entrypoints...
2005-07-22 Jouk Jansen -------------------------------------------------...
2005-07-22 Brian Paulsome GLuint idx -> GLint idx changes
2005-07-22 Brian PaulMake the vertex program source register Index field...
next