Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes for C++ warnings/errors | Brian | 2007-01-23 | 1 | -1/+1 |
| | |||||
* | Fix some && (logical) that should clearly have been & (bitwise). | Adam Jackson | 2006-11-09 | 1 | -4/+4 |
| | |||||
* | Remove x/y/width/height parameters from Clear functions. | Brian Paul | 2006-11-01 | 1 | -9/+7 |
| | |||||
* | Don't use x/y/w/h params given to Clear(). | Brian Paul | 2006-10-18 | 2 | -160/+59 |
| | |||||
* | Remove get_buffer_size() | Brian Paul | 2006-10-17 | 2 | -15/+4 |
| | | | | | Always check window size in XMesaMakeCurrent() in case glViewport is not called. | ||||
* | remove some old code that could cause infinite recursion | Brian Paul | 2006-10-16 | 1 | -7/+0 |
| | |||||
* | Big re-org of buffer size management. | Brian Paul | 2006-10-14 | 4 | -491/+526 |
| | | | | | | | All buffer resizes now handled by xmesa_check_and_update_buffer_size() which uses the _mesa_resize_framebuffer() function. Moved all low-level XImage/Pixmap resizing into xm_buffers.c file. Also, update lots of comments for Doxygen. | ||||
* | assorted clean-ups | Brian Paul | 2006-10-14 | 1 | -56/+38 |
| | |||||
* | In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer, | Brian Paul | 2006-10-11 | 1 | -16/+17 |
| | | | | not a user-created FBO. | ||||
* | List of source (.c) files in each directory. | Brian Paul | 2006-10-11 | 1 | -0/+8 |
| | | | | | To be included by X.org Makefile.am files so that lists of files don't need to be hardcoded and frequently updated there. | ||||
* | make current GLX context per-thread | Brian Paul | 2006-09-20 | 1 | -4/+33 |
| | |||||
* | fix a memleak in DestroyContext() | Brian Paul | 2006-09-20 | 1 | -5/+6 |
| | |||||
* | don't use xmesa_DrawPixels_8R8G8B() if there's a software alpha channel | Brian Paul | 2006-09-10 | 1 | -1/+2 |
| | |||||
* | check if ext->name is null before strcmp() | Brian Paul | 2006-08-31 | 1 | -1/+1 |
| | |||||
* | Use XAddExtension() to register an XCloseDisplay() callback function. | Brian Paul | 2006-08-30 | 4 | -5/+103 |
| | | | | | | When the callback is called, free all Mesa's private visual and buffer data structures which are tied to the display. Fixes problems reported by Kitware. | ||||
* | Don't include unused header files. | Kristian Høgsberg | 2006-07-06 | 2 | -2/+0 |
| | |||||
* | Do a cheesy implementation of glXWait/GetVideoSyncSGI() functions, but | Brian Paul | 2006-06-13 | 1 | -6/+13 |
| | | | | | disable reporting the GLX_SGI_video_sync extension anyway. Google Earth works now. | ||||
* | GLX_BAD_CONTEXT checks in video-sync functions | Brian Paul | 2006-06-13 | 1 | -5/+5 |
| | |||||
* | added some CHAN_BITS tests | Brian Paul | 2006-05-19 | 1 | -0/+9 |
| | |||||
* | fix warning | Brian Paul | 2006-05-08 | 1 | -2/+1 |
| | |||||
* | added CHAN_BITS != 8 test | Brian Paul | 2006-05-07 | 1 | -0/+3 |
| | |||||
* | assorted clean-ups, fixes | Brian Paul | 2006-04-27 | 5 | -32/+57 |
| | |||||
* | replace a bunch of casts with GET_XRB macro | Brian Paul | 2006-04-27 | 1 | -134/+136 |
| | |||||
* | minor clean-up | Brian Paul | 2006-04-26 | 1 | -3/+3 |
| | |||||
* | remove old XFree86 tag | Brian Paul | 2006-04-26 | 1 | -1/+0 |
| | |||||
* | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul | 2006-03-30 | 3 | -6/+10 |
| | |||||
* | a little code movement so we don't make invalid casts from gl_renderbuffers ↵ | Brian Paul | 2006-03-28 | 3 | -8/+24 |
| | | | | to xmesa_renderbuffers | ||||
* | added #undef GET_DISPATCH | Brian Paul | 2006-03-16 | 1 | -2/+5 |
| | |||||
* | Moved _glapi_check_multithread() call into drivers, instead of in | Brian Paul | 2006-03-16 | 1 | -1/+6 |
| | | | | | _mesa_make_current(). This removes an ugly #if !defined(IN_DRI_DRIVER) from core Mesa. | ||||
* | added Flush in glXCopyContext() | Brian Paul | 2006-03-01 | 1 | -1/+4 |
| | |||||
* | need to check for _NEW_BUFFERS in xmesa_update_state() | Brian Paul | 2006-02-24 | 1 | -8/+4 |
| | |||||
* | New comments, clean-up of fields related to point/line/triangle validation. | Brian Paul | 2006-01-26 | 1 | -4/+7 |
| | |||||
* | added a couple new assertions to help debug XGL problem | Brian Paul | 2006-01-10 | 1 | -0/+2 |
| | |||||
* | only call xmesa_set_renderbuffer_funcs() when really necessary | Brian Paul | 2006-01-09 | 2 | -44/+50 |
| | |||||
* | check XGetGeometry() return value | Brian Paul | 2006-01-09 | 1 | -1/+13 |
| | |||||
* | Updates for GL_EXT_timer_query: | Brian Paul | 2005-12-07 | 2 | -14/+11 |
| | | | | | New GLint64EXT and GLuint64EXT types (use C99's long long types). New glGetQueryObject[u]i64vEXT() functions. | ||||
* | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | Fix two failures encountered when running out of memory during XImage | Brian Paul | 2005-12-02 | 2 | -15/+18 |
| | | | | | allocation. Append \n to _mesa_warning() strings. | ||||
* | MESA_GLX_ALPHA_BITS env var to force visual with alpha channel | Brian Paul | 2005-11-04 | 1 | -2/+19 |
| | |||||
* | fix GLX server resize/crash when resizing windows | Brian Paul | 2005-10-21 | 1 | -1/+0 |
| | |||||
* | fix another renderbuffer wrapping bug | Brian Paul | 2005-10-20 | 1 | -4/+3 |
| | |||||
* | check for PIXMAP in clip routine (SF bug 1323215) | Brian Paul | 2005-10-11 | 1 | -1/+1 |
| | |||||
* | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul | 2005-09-28 | 1 | -8/+10 |
| | | | | glReadPixels done, glDrawPixels mostly done. | ||||
* | Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places instead | Brian Paul | 2005-09-26 | 4 | -96/+120 |
| | | | | of the XMesaPixmap field to avoid some X server-side issues with casting. | ||||
* | Committing in . | Jouk Jansen | 2005-09-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 1) change compilation on VMS to use IEEE floating points 2) one more problem with _mesa_sprintf solved Modified Files: Mesa/docs/README.VMS Mesa/progs/demos/descrip.mms Mesa/progs/tests/descrip.mms Mesa/progs/util/descrip.mms Mesa/progs/xdemos/descrip.mms Mesa/src/glu/mesa/descrip.mms Mesa/src/glu/sgi/descrip.mms Mesa/src/glut/glx/descrip.mms Mesa/src/mesa/array_cache/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/glapi/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/main/texobj.c Mesa/src/mesa/math/descrip.mms Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/shader/grammar/descrip.mms Mesa/src/mesa/shader/slang/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/swrast_setup/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | ||||
* | Added a fast xor_line() function. Uses XDrawLine with GXxor mode. | Brian Paul | 2005-09-23 | 1 | -3/+56 |
| | | | | | Only used for front-buffer window/pixmap rendering, GL_FLAT shade model, no Z test or other fragment operations. | ||||
* | Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbuffer | Brian Paul | 2005-09-23 | 2 | -4/+3 |
| | | | | | | | | with another, such as wrapping a hardware/win-sys RGB renderbuffer with a software-based alpha buffer. Previous alpha buffer wrapping was conflicting with the X driver's xmesa_renderbuffer structure containment/inheritance. That lead to memory corruption. | ||||
* | improve the test for using software alpha buffer | Brian Paul | 2005-09-23 | 1 | -1/+16 |
| | |||||
* | Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits, | Brian Paul | 2005-09-22 | 1 | -1/+1 |
| | | | | BlueBits, etc fields. | ||||
* | Remove ACCUM_BITS. | Brian Paul | 2005-09-21 | 1 | -8/+15 |
| |