2004-11-09 |
Brian Paul | added _mesa_clip_drawpixels() and _mesa_clip_readpixels() |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Brian Paul | don't use ctx->Pack, use the function argument |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Brian Paul | Remove need for defining _MSC_VER when building Mesa... |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Brian Paul | shorter error messages when calling a GL function witho... |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Ian Romanick | Add EXT_stencil_wrap test that doesn't depend on stenci... |
commit | commitdiff | tree | snapshot |
2004-11-03 |
Adam Jackson | constify a few arrays. |
commit | commitdiff | tree | snapshot |
2004-11-03 |
Adam Jackson | static char * -> static char [] |
commit | commitdiff | tree | snapshot |
2004-11-03 |
Roland Scheidegger | enable GL_EXT_fog_coord. Calculate fog factors and... |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Ian Romanick | Added MMX optimized version of the RGB565 ReadRGBASpan... |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Nicolai Haehnle | No visible changes, but commit the groundwork for furth... |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Nicolai Haehnle | Add culling registers, sync versions of r300_reg.h |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Brian Paul | merge the AIX and AIX64 cases |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Keith Whitwell | Nicolai's sw-clipspan-fixes.patch |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Daniel Borca | cleaned up the mess a bit |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Daniel Borca | small aesthetic correction |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Daniel Borca | updated "clean" target in makefiles |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Daniel Borca | protected against old djgpp distros |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Daniel Borca | fixed compilation error |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Brian Paul | fix convolution regression from revision 1.48 to 1.49 |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | don't advertise GL_ARB_vertex/fragment_shader until... |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | added a cast to ADD_POINTERS macro |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | remove PBO work from to-do list |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | finished up PBO support |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | indentation fix |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | Use the _mesa_scale_and_bias_rgba() function in the... |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | PBO support for gl[Get]PixelMap functions |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | PBO support for glColorTable, glColorSubTable, glGetCol... |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | PBO support for glConvolutionFilter1D/2D, glGetConvolut... |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | updated for PBOs |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | glPolygonStipple() and glGetPolygonStipple() updated... |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | PBO support for glGetCompressedTexImage(). |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | glGetTexImage() now works with PBOs. |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | Map/Unmap PBO as needed so that the texstore routines... |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | Removed _swrast_validate_pbo_access(). |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | Allow the software fallback glDrawPixels, glReadPixels... |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap! |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | use _mesa_unmap_buffer by default |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Brian Paul | Remove redundant error checking. |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Brian Paul | remove debug code |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Brian Paul | Updated getprocaddress test to use gl_API.xml instead... |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Michal Krol | slang syntax conforming spec rev. 1.10.59 |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Daniel Borca | make sure we don't generate random alpha |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Daniel Borca | decoder "width" parameter represents "stride-in-pixels" |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Brian Paul | VertexAttrib3svNV was incorrect |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Adam Jackson | libGL needs libXxf86vm.a. |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Brian Paul | obsolete |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Brian Paul | minor clean-ups, found with pychecker |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Brian Paul | name parameter to glGetActiveAttribARB() should not... |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Michal Krol | renumber ARB_shader_objects and ARB_vertex_shader offsets |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Eric Anholt | Add FreeBSD DRI build targets. Doesn't build at the... |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Eric Anholt | Use the generic __amd64__, instead of __AMD64__ which... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Brian Paul | updated PLIB URL |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Adam Jackson | Bug #1713: Some rare libGL's have __glXFindDRIScreen... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | remove unused entries |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | fill api entries for ARB_shader_objects and ARB_vertex_... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | add entries for extensions ARB_shader_objects, ARB_frag... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | add FEATURE flags for ARB_shader_objects, ARB_vertex_sh... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | by karoshi - ARB_shader_objects implementation |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | by karoshi - header file for ARB_shader_objects impleme... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | add support for ARB_shader_objects and ARB_vertex_shader |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | add support for ARB_shader_objects and ARB_vertex_shader |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | assign api offsets for ARB_shader_objects and ARB_verte... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | regenerate with correct script |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | regenerate with correct script |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | fix DrawBufferARB entry |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | fix DrawBuffersARB entry |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | the file was empty! |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Michal Krol | by karoshi - add support for ARB_shader objects and... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Ian Romanick | As per suggestions my Michel Daenzer, improve the fix... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Brian Paul | added an attention-getting comment for developers who... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Brian Paul | added stereo option (Jacek Rosik) |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Adam Jackson | remove a -Werror from testing. |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Adam Jackson | Add glx/x11 to the DRI configs, and change the Solo... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Adam Jackson | Add DRI_LIB_DEPS for the DRI drivers to link against... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Adam Jackson | Bug #1679: Link DRI drivers against DRI_LIB_DEPS, not... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Adam Jackson | Import the GLX client side library, formerly from xc... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Adam Jackson | Import sarea.h from Xorg, needed for client GLX code. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Nicolai Haehnle | Implement ColorMask |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Nicolai Haehnle | Hardware accelerated depth clear |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Adam Jackson | Bug #1682: Mesa core code that gets linked into DRI... |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Brian Paul | wrap angle value (Philipp Klaus Krause) |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Brian Paul | addes osdemo32 target (J.P. Delport) |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Brian Paul | minor fixes from J.P. Delport |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Ian Romanick | Big-endian fixes for R200 sw TCL path. |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Michal Krol | - add decimal literal integer support |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Michal Krol | forgot about revision increment |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Michal Krol | - use new program option values from arbprogram.syn |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Michal Krol | remove redundant check of parsed program target |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Michal Krol | change program options numbering to accommodate future |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Michal Krol | add new grammar_check_fast entry for faster parsing |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Michal Krol | - speed up syntax parsing - the parser is now 4 times... |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Daniel Borca | fixed compilation errors |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Daniel Borca | fix compilation error in `convertPalette' (still have... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Ian Romanick | Small optimization for big-endian (e.g., PowerPC) systems. |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Michal Krol | conform to shader spec 1.10.59 |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Michal Krol | conform to language version 1.10 rev 59 |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Daniel Borca | print an error message in convertPalette before dying. |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Daniel Borca | small fix to match new _mesa_rescale_teximage2d |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Daniel Borca | changed _mesa_rescale_teximage2d to allow rescaling... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Daniel Borca | added dstRowStride to dxtCompressTexFuncExt; |
commit | commitdiff | tree | snapshot |
next |