platform/upstream/mesa.git
2005-09-07 Roland Scheideggerfix bug with ATI_fragment_shader in swrast (need to...
2005-09-07 Brian Paultry to fix renderbuffer breakage, primarily in calculat...
2005-09-06 Brian Paulminor formatting fix
2005-09-06 Brian Pauladded viaRenderbufferStorage() function
2005-09-06 Brian Pauljust changes/updates to comments
2005-09-06 Brian Pauladded -Wmissing-prototypes to WARN_FLAGS
2005-09-06 Brian PaulUse mklib script instead of ar. Make libmesa.a instead...
2005-09-06 Brian Paulremove DEFARRAY, CHECKARRAY stuff
2005-09-06 Brian Paulminor clean-up of texture_combine()
2005-09-06 Brian Pauldon't use DEFARRAY/CHECKARRAY stuff
2005-09-05 Brian Paulmake some functions static
2005-09-05 Brian Paulmake r128SpanRenderStart/Finish static
2005-09-05 Brian Paulremove obsolete CurrentBufferBit
2005-09-05 Brian Paulremove unused var
2005-09-05 Karl SchultzAdd support for memory contexts (Thomas Kaltofen)....
2005-09-05 Karl Schultzremove _swrast_DrawBuffer
2005-09-05 Karl SchultzWindows mesa.def file had been moved to the drivers...
2005-09-05 Karl Schultzfix var declaration so that a C compiler can build it.
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 Paulfudge set_component_sizes() a bit, see comments
2005-09-03 Brian PaulRemove last remnants of pre-renderbuffer code.
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 Dave AirlieCheck for ATI_fragment_shader enabled
2005-09-02 Brian Paulfix some strict aliasing problems related to choosing...
2005-09-02 Brian PaulGL_EXT_timer_query
2005-09-02 Brian Paulcomments
2005-09-02 Brian Pauladded GL_EXT_timer_query token
2005-09-02 Brian PaulPrototype implementation of new GL_EXT_timer_query...
2005-09-02 Brian Paulreplace -1 with PROGRAM_UNDEFINED when initializing...
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...
next