Age | Commit message (Expand) | Author |
2005-03-04 | Import fixes from X.org tree (Søren Sandmann <sandmann@redhat.com>). | Ian Romanick |
2005-03-04 | Set pipes for R420 cards. Gives a nice speedup. This needs to be tested on r4... | Rune Petersen |
2005-03-03 | Add a couple of helper functions for completeness. | Vladimir Dergachev |
2005-03-03 | Fix some errors in the parameter descriptions in serveral vertex / fragment | Ian Romanick |
2005-03-03 | Check for some common function parameter description errors in the | Ian Romanick |
2005-03-03 | When building in the X-Server, attr.depth doesn't exist. Instead, use | Ian Romanick |
2005-03-03 | change gl_buffer_object's Size field to GLsizeiptrARB type | Brian Paul |
2005-03-03 | Added linux-x86-32 config to force building 32-bit objects in a 64-bit enviro... | Brian Paul |
2005-03-03 | if building 32-bit objects in 64-bit environment, use -m32 flag | Brian Paul |
2005-03-02 | use COPY_CLEAN_4V macro to replace using both ASSIGN_4V & COPY_SZ_4V | Alan Hourihane |
2005-03-02 | Added a bunch of new comments, minor code clean-ups. | Brian Paul |
2005-03-02 | Using glColor3 commands to update materials could result in an undefined | Brian Paul |
2005-03-01 | added stub functions for GLX_MESA_allocate_memory | Brian Paul |
2005-02-28 | Clean-up some warnings caused by the addition of vertex / fragment program | Ian Romanick |
2005-02-28 | additional parenthesis in TNL_CONTEXT macro (Nicolai Haehnle) | Brian Paul |
2005-02-28 | fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ... | Aapo Tahkola |
2005-02-27 | silence warnings | Brian Paul |
2005-02-27 | Added 0x4e51 - Saphire 9600 256MB | hmarson |
2005-02-27 | precedence precedence precedence.. add some brackets | Dave Airlie |
2005-02-26 | Rename _mesa_update_buffers() to _mesa_update_draw_buffer_bounds() and do | Brian Paul |
2005-02-26 | Add a dri config option to enable the max texture level hack | Dave Airlie |
2005-02-26 | use girl2.rgb by default | Dave Airlie |
2005-02-26 | Add glXAllocateMemoryMESA demo app using ycbcr... | Dave Airlie |
2005-02-26 | bring over structs from Xorg glx.h to make Mesa glx.h the one true glx.h | Dave Airlie |
2005-02-26 | Add GLX_MESA_allocate_memory from Xorg glx.h | Dave Airlie |
2005-02-26 | Fairly significant changes to enums.c and the way it is generated. enums.c | Ian Romanick |
2005-02-25 | Accidentally committed wrong version with the previous commit set. | Ian Romanick |
2005-02-25 | Add GLX protocol support for ARB_fragement_program, | Ian Romanick |
2005-02-25 | Convert the static functions read_pixel_reply, read_reply, | Ian Romanick |
2005-02-24 | Another nasty struct size bug found. | Aapo Tahkola |
2005-02-24 | More GL_EXT_framebuffer_object: rename some things, added device driver hooks. | Brian Paul |
2005-02-23 | Don't forget to update a heap's timestamp when a texture image is | Felix Kuehling |
2005-02-23 | Missed the commit of glxext.c yesterday. | Ian Romanick |
2005-02-23 | Put quotes around $(CC) and $(CXX) so that 'CC=cache gcc' will work. | Ian Romanick |
2005-02-23 | minor changes to aid debugging, and a new comment | Brian Paul |
2005-02-23 | With Savage DRM version 2.3.x or later use event counters for texture | Felix Kuehling |
2005-02-23 | Sort the enums in the Python code, instead of at runtime. (Zack Rusin) | Brian Paul |
2005-02-23 | Corrected the value for X_GLrop_SecondaryColor3svEXT. | Ian Romanick |
2005-02-23 | Missed the Makefile with the previous commit. | Ian Romanick |
2005-02-22 | Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. This | Ian Romanick |
2005-02-22 | now generated with Python script | Brian Paul |
2005-02-22 | generate enums.c file (Zack Rusin) | Brian Paul |
2005-02-22 | New elt buffer code should be fairly stable. | Aapo Tahkola |
2005-02-21 | Add code to autogenerate vertex shaders. | Vladimir Dergachev |
2005-02-21 | Add DESTDIR install target | Dave Airlie |
2005-02-20 | add more functionality to miniglx for glitz | Dave Airlie |
2005-02-20 | Adding support for front buffer mode, removing some code we dont really need ... | Aapo Tahkola |
2005-02-19 | Minor fix to border and blend color. | Aapo Tahkola |
2005-02-19 | Disabling some fallbacks as they cause misc programs not to start and adding ... | Aapo Tahkola |
2005-02-19 | Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by pa... | Aapo Tahkola |