mesa.git
2004-11-09 Brian Pauldo clipping prior to XGetImage, just in case the image...
2004-11-09 Brian Pauluse the new _mesa_clip_readpixels() routine
2004-11-09 Brian Pauladded a comment and assertion in _mesa_clip_drawpixels...
2004-11-09 Brian PaulRemoved _swrast_clip_pixelrect(). Use _mesa_clip_drawp...
2004-11-09 Brian Pauladded _mesa_clip_drawpixels() and _mesa_clip_readpixels()
2004-11-09 Brian Pauldon't use ctx->Pack, use the function argument
2004-11-08 Brian PaulRemove need for defining _MSC_VER when building Mesa...
2004-11-05 Brian Paulshorter error messages when calling a GL function witho...
2004-11-04 Ian RomanickAdd EXT_stencil_wrap test that doesn't depend on stenci...
2004-11-03 Adam Jacksonconstify a few arrays.
2004-11-03 Adam Jacksonstatic char * -> static char []
2004-11-03 Roland Scheideggerenable GL_EXT_fog_coord. Calculate fog factors and...
2004-11-02 Ian RomanickAdded MMX optimized version of the RGB565 ReadRGBASpan...
2004-11-02 Nicolai HaehnleNo visible changes, but commit the groundwork for furth...
2004-11-02 Nicolai HaehnleAdd culling registers, sync versions of r300_reg.h
2004-11-01 Brian Paulmerge the AIX and AIX64 cases
2004-11-01 Keith WhitwellNicolai's sw-clipspan-fixes.patch
2004-11-01 Daniel Borcacleaned up the mess a bit
2004-11-01 Daniel Borcasmall aesthetic correction
2004-11-01 Daniel Borcaupdated "clean" target in makefiles
2004-11-01 Daniel Borcaprotected against old djgpp distros
2004-11-01 Daniel Borcafixed compilation error
2004-11-01 Brian Paulfix convolution regression from revision 1.48 to 1.49
2004-10-31 Brian Pauldon't advertise GL_ARB_vertex/fragment_shader until...
2004-10-31 Brian Pauladded a cast to ADD_POINTERS macro
2004-10-31 Brian Paulremove PBO work from to-do list
2004-10-31 Brian Paulfinished up PBO support
2004-10-31 Brian Paulindentation fix
2004-10-31 Brian PaulUse the _mesa_scale_and_bias_rgba() function in the...
2004-10-31 Brian PaulPBO support for gl[Get]PixelMap functions
2004-10-31 Brian PaulPBO support for glColorTable, glColorSubTable, glGetCol...
2004-10-31 Brian PaulPBO support for glConvolutionFilter1D/2D, glGetConvolut...
2004-10-31 Brian Paulupdated for PBOs
2004-10-31 Brian PaulglPolygonStipple() and glGetPolygonStipple() updated...
2004-10-31 Brian PaulPBO support for glGetCompressedTexImage().
2004-10-31 Brian PaulglGetTexImage() now works with PBOs.
2004-10-31 Brian PaulMap/Unmap PBO as needed so that the texstore routines...
2004-10-31 Brian PaulRemoved _swrast_validate_pbo_access().
2004-10-31 Brian PaulAllow the software fallback glDrawPixels, glReadPixels...
2004-10-31 Brian Paulunbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap!
2004-10-31 Brian Pauluse _mesa_unmap_buffer by default
2004-10-31 Brian PaulRemove redundant error checking.
2004-10-29 Brian Paulremove debug code
2004-10-29 Brian PaulUpdated getprocaddress test to use gl_API.xml instead...
2004-10-29 Michal Krolslang syntax conforming spec rev. 1.10.59
2004-10-29 Daniel Borcamake sure we don't generate random alpha
2004-10-29 Daniel Borcadecoder "width" parameter represents "stride-in-pixels"
2004-10-29 Brian PaulVertexAttrib3svNV was incorrect
2004-10-29 Adam JacksonlibGL needs libXxf86vm.a.
2004-10-28 Brian Paulobsolete
2004-10-28 Brian Paulminor clean-ups, found with pychecker
2004-10-28 Brian Paulname parameter to glGetActiveAttribARB() should not...
2004-10-28 Michal Krolrenumber ARB_shader_objects and ARB_vertex_shader offsets
2004-10-28 Eric AnholtAdd FreeBSD DRI build targets. Doesn't build at the...
2004-10-28 Eric AnholtUse the generic __amd64__, instead of __AMD64__ which...
2004-10-27 Brian Paulupdated PLIB URL
2004-10-27 Adam JacksonBug #1713: Some rare libGL's have __glXFindDRIScreen...
2004-10-27 Michal Krolremove unused entries
2004-10-27 Michal Krolfill api entries for ARB_shader_objects and ARB_vertex_...
2004-10-27 Michal Kroladd entries for extensions ARB_shader_objects, ARB_frag...
2004-10-27 Michal Kroladd FEATURE flags for ARB_shader_objects, ARB_vertex_sh...
2004-10-27 Michal Krolby karoshi - ARB_shader_objects implementation
2004-10-27 Michal Krolby karoshi - header file for ARB_shader_objects impleme...
2004-10-27 Michal Kroladd support for ARB_shader_objects and ARB_vertex_shader
2004-10-27 Michal Kroladd support for ARB_shader_objects and ARB_vertex_shader
2004-10-27 Michal Krolassign api offsets for ARB_shader_objects and ARB_verte...
2004-10-27 Michal Krolregenerate with correct script
2004-10-27 Michal Krolregenerate with correct script
2004-10-27 Michal Krolfix DrawBufferARB entry
2004-10-27 Michal Krolfix DrawBuffersARB entry
2004-10-27 Michal Krolthe file was empty!
2004-10-27 Michal Krolby karoshi - add support for ARB_shader objects and...
2004-10-26 Ian RomanickAs per suggestions my Michel Daenzer, improve the fix...
2004-10-26 Brian Pauladded an attention-getting comment for developers who...
2004-10-26 Brian Pauladded stereo option (Jacek Rosik)
2004-10-25 Adam Jacksonremove a -Werror from testing.
2004-10-25 Adam JacksonAdd glx/x11 to the DRI configs, and change the Solo...
2004-10-25 Adam JacksonAdd DRI_LIB_DEPS for the DRI drivers to link against...
2004-10-25 Adam JacksonBug #1679: Link DRI drivers against DRI_LIB_DEPS, not...
2004-10-25 Adam JacksonImport the GLX client side library, formerly from xc...
2004-10-25 Adam JacksonImport sarea.h from Xorg, needed for client GLX code.
2004-10-24 Nicolai HaehnleImplement ColorMask
2004-10-24 Nicolai HaehnleHardware accelerated depth clear
2004-10-24 Adam JacksonBug #1682: Mesa core code that gets linked into DRI...
2004-10-23 Brian Paulwrap angle value (Philipp Klaus Krause)
2004-10-23 Brian Pauladdes osdemo32 target (J.P. Delport)
2004-10-23 Brian Paulminor fixes from J.P. Delport
2004-10-23 Ian RomanickBig-endian fixes for R200 sw TCL path.
2004-10-22 Michal Krol- add decimal literal integer support
2004-10-21 Michal Krolforgot about revision increment
2004-10-21 Michal Krol- use new program option values from arbprogram.syn
2004-10-21 Michal Krolremove redundant check of parsed program target
2004-10-21 Michal Krolchange program options numbering to accommodate future
2004-10-20 Michal Kroladd new grammar_check_fast entry for faster parsing
2004-10-20 Michal Krol- speed up syntax parsing - the parser is now 4 times...
2004-10-20 Daniel Borcafixed compilation errors
2004-10-19 Daniel Borcafix compilation error in `convertPalette' (still have...
2004-10-18 Ian RomanickSmall optimization for big-endian (e.g., PowerPC) systems.
2004-10-18 Michal Krolconform to shader spec 1.10.59
2004-10-18 Michal Krolconform to language version 1.10 rev 59
next