mesa.git
2005-09-02 Brian Paulset depthHasSurface for stencil renderbuffer
2005-09-02 Roland ScheideggerATI_fragment_shader fixes: fix bug in passTexCoord...
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-02 Roland Scheideggeradd error checking to the GL_ATI_FRAGMENT_SHADER entryp...
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-09-01 Brian Paulremove fxDDSetBuffer()
2005-09-01 Brian Paulremove set_buffer()
2005-09-01 Brian Paulremove old set_buffer routine and misc code
2005-09-01 Brian Paulremove the old set_buffer() routine
2005-08-31 Brian PaulJust additional comments.
2005-08-31 Roland Scheideggerenable GL_ARB_texture_env_crossbar on r200, separate...
2005-08-31 Brian Pauluse 'f' key to toggle front/back buffer rendering
2005-08-31 Brian Paulremove dead code, update comments
2005-08-31 Alan Hourihanereverse a bogus patch
2005-08-31 Dave Airliecomplete fix for miniglx startup issue since driver...
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 Brian Paulfix APP_LIB_DEPS
2005-08-29 Ian RomanickImplement GL_ARB_texture_env_combine, GL_EXT_texture_en...
2005-08-29 Alan Hourihaneremove drmAddress
2005-08-29 Brian Pauladded note about IEEE vs VAX floating point (bug 4270)
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 Pauladded singlebuffer demo
2005-08-25 Brian PaulDemo of how to do (nearly) flicker-free rendering with...
2005-08-25 Brian Paulfix comment and #if test
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 PaulUpdate the glut idle function after a new window is...
2005-08-25 Brian Paulinitial 6.5 changes (reflect demo, remove GL_HP_occlusi...
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-08-25 Brian Paulfix segfault in Fake_glXCreatePBuffer(), bug 4235
2005-08-25 Brian Pauls/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237)
2005-08-25 Eric AnholtAttempt to fix the issue reported by Alan Grimes with...
2005-08-25 Brian Paulmake tiles a little smaller so they're all visible
2005-08-25 Brian Paulalso check for texture border in sample_linear_2d()
2005-08-24 Brian PaulAdded multi-window support. Press 'n' to create new...
2005-08-24 Alan HourihaneFix Windows build problems.
2005-08-23 Brian PaulGLw demo doesn't belong here
2005-08-23 Brian Paulremoved lines that caused some files to be included...
2005-08-23 Brian Paulsimplify, clean-up texel addressing macros
2005-08-23 Brian Paulupdate version to 6.5.0
2005-08-22 Brian Pauladded GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)
2005-08-22 Brian Paulbump version to 6.5
2005-08-22 Brian Pauladded .S DRI files to tarball (Donnie Berkholz), bumped...
2005-08-21 Dave Airliefix up libdrm for egl
2005-08-19 Brian Paulfix typo
2005-08-19 Brian Paulmd5 sums for 6.3.2
2005-08-19 Brian Paulupdate MESA_DEBUG with FP info
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 Brian Paulupdates for 6.3.2 release, plus other assorted clean-ups
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 RomanickAdd simple regression test for bugzilla #3195.
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-16 Brian Paulupdates for 6.3.2
2005-08-15 Brian Paulinclude stdint.h if WIN32 and GNUC (Colin Harrison...
2005-08-15 Brian Paultest the standard stencil op modes too (Philipp Klaus...
2005-08-15 Roland ScheideggerIn _mesa_TexEnvfv, do not accept values for GL_OPERAND2...
2005-08-15 Ian RomanickPut back '-I/usr/X11R6/include'.
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 Ian RomanickDon't link with libGL, libEGL, or libEGLdri. On EGL...
2005-08-11 Ian RomanickSince Brian's recent commit, "-I/usr/X11R6/include...
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...
next