mesa.git
2005-09-12 Brian Pauluse ASM_API variable, bug 4415
2005-09-12 Brian Paulmake lookup_query_object() static
2005-09-12 Brian Paulremove rendundant r,g,b,a vars (bug 4331)
2005-09-11 Dave Airlieadd 1002:5460 M22 X300 card
2005-09-11 Dave Airliefix dri drivers build
2005-09-11 Brian PaulSilence some warnings.
2005-09-10 Brian Paulbunch of updates
2005-09-10 Brian Paulput GLUT sources into a separate tarball
2005-09-10 Brian PaulClean-up of sources/Makefile, bug 4111
2005-09-10 Brian Paulfix a problem w/ color index mode when CHAN_BITS=16
2005-09-10 Brian Paulmake some vars static
2005-09-10 Brian Paulfix GLubyte/GLchan inconsistencies (bug 4331)
2005-09-10 Roland Scheideggernew demo to test ATI_fragment_shader, not very creative...
2005-09-10 Roland Scheideggeradd the new drm packets needed for ATI_fragment_shader...
2005-09-10 Roland Scheideggeradd reverse-engeneered register bits needed for ATI_fra...
2005-09-10 Brian PaulAdd offset and pitch fields to intelRegion. Remove...
2005-09-09 Roland Scheideggeradd _tnl_arb_vertex_program_stage to all drivers which...
2005-09-09 Brian Paulremove the redundant textureSize field, use tex.size...
2005-09-09 Brian Pauldon't generate selection hits for glBitmap, glDraw...
2005-09-09 Roland Scheideggerfix some bugs with handling of GL_DOT4_ATI, GL_DOT3_ATI...
2005-09-09 Roland Scheideggeradd missing fallback string for ARB_vertex_program
2005-09-09 Roland ScheideggerFix wrong fallback bit being set by the tcl fallback...
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-08 Keith WhitwellKeep NumTemporaries uptodate.
2005-09-08 Keith WhitwellTreat NegateBase as a bitfield, not a boolean.
2005-09-08 Keith Whitwellbe consistent in populating NegateBase field
2005-09-08 Brian Paulcheck for either GL_ARB_depth_texture or GL_SGIX_depth_...
2005-09-08 Brian Paulfix precision problem in depth clearing (bug 4395)
2005-09-08 Roland Scheideggerfix incorrect swizzling handling. fix code so it can...
2005-09-08 Jouk Jansen Committing in .
2005-09-08 Roland Scheideggeradd a bunch of FLUSH_VERTICES to some of the ATI_fs...
2005-09-07 Brian Paulsome clean-up and re-org for renderbuffers
2005-09-07 Brian Paulsome updates, but code still out of date
2005-09-07 Brian Paulnew comment
2005-09-07 Brian Paulminor tweaks to _mesa_ResizeBuffersMESA()
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
next