Age | Commit message (Expand) | Author |
2005-03-09 | Deal with texture formats in a more robust way. | Vladimir Dergachev |
2005-03-08 | Replacing some RADEON cmd types with r300 counterparts. | Aapo Tahkola |
2005-03-08 | Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor... | Aapo Tahkola |
2005-03-06 | Actually *use* the count_scale value associated with a parameter. | Ian Romanick |
2005-03-06 | Don't synchronize after each frame. Allow the GPU to be one frame | Felix Kuehling |
2005-03-06 | - Fixed two bugs related to DMA buffer handling that showed up with the | Felix Kuehling |
2005-03-05 | Add format 15. It turned out to be X,X,X,X,X8. | Vladimir Dergachev |
2005-03-05 | Fixing memset on ia64 & other archs | Dave Airlie |
2005-03-05 | Enable VB mode rendering by default. If anyone thinks this is wrong, *please*... | Vladimir Dergachev |
2005-03-05 | Do properly initialize ALPHA_TEST register instead of carefully preserving bo... | Vladimir Dergachev |
2005-03-05 | fix for solo to set the mode, and make solo gcc2 friendly... | Dave Airlie |
2005-03-05 | remove one of the two _tnl_isolate_materials function calls | Roland Scheidegger |
2005-03-04 | Add preliminary EGL headers. | Adam Jackson |
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 |