summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Collapse)AuthorAgeFilesLines
* Prototype implementation of new GL_EXT_timer_query extension (not finalized ↵Brian Paul2005-09-024-5/+92
| | | | | | yet). Extends the query mechanism to query elapsed time while rendering.
* fix segfault in Fake_glXCreatePBuffer(), bug 4235Brian Paul2005-08-251-1/+4
|
* added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)Brian Paul2005-08-221-2/+14
|
* actually free the renderbuffer in xmesa_delete_renderbuffer(), fixes a ↵Brian Paul2005-08-091-1/+5
| | | | memory leak
* _mesa_free_framebuffer_data() call frees the renderbuffers, no need to call ↵Brian Paul2005-08-091-4/+0
| | | | the Delete methods after
* Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick2005-07-263-76/+1
| | | | the evil, ugly GLX_PREFIX macro as well.
* ----------------------------------------------------------------------Jouk Jansen2005-07-221-0/+3
| | | | | | | | | | Committing in . _mesa_sprintf crashes on OpenVMS -> replaced it by the OS-supplied sprintf Modified Files: Mesa/src/mesa/drivers/x11/fakeglx.c ----------------------------------------------------------------------
* include driverfuncs.hBrian Paul2005-07-191-2/+0
|
* XMesaResizeBuffers needs separate paths for client and server buildsAdam Jackson2005-07-161-0/+7
|
* strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing theAdam Jackson2005-07-161-6/+0
| | | | modular X build
* Remove NEW_RENDERBUFFER stuff.Brian Paul2005-07-012-15/+7
| | | | | Now, OLD_RENDERBUFFER marks code that needs to eventually be removed when all the drivers are updated to no longer need the SetBuffer() function.
* need parenthesis in realloc callBrian Paul2005-06-261-1/+1
|
* Remove the xmesa_set_buffer() function. No longer needed since theBrian Paul2005-06-232-72/+0
| | | | | | | | span functions pass in a gl_renderbuffer to indicate which color buffer should be drawn into. Optimized line/triangle routines are smart enough to know which buffer to draw into as well. The swrast->SetBuffer() routine should eventually be removed from all drivers.
* fix some renderbuffer problems for Xserver build (Dave Reveman)Brian Paul2005-06-081-2/+2
|
* check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman)Brian Paul2005-06-081-17/+20
|
* Remove debug printfsKeith Whitwell2005-05-201-2/+0
|
* Re-enable X11 optimized triangle funcs.Keith Whitwell2005-05-201-1/+0
|
* Remove MAX_VISUAL limitations of 100. If running dual head this canAlan Hourihane2005-05-131-7/+5
| | | | | be easily consumed. There are no limitations now and the VisualTable is realloced when necessary.
* Committing in .Jouk Jansen2005-05-101-2/+3
| | | | | | | | | | OpenVMS compile support update for new buffer-code Modified Files: Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/swrast/descrip.mms ----------------------------------------------------------------------
* fix some typos in FX codeDaniel Borca2005-05-091-5/+6
|
* remove bad assertion, added new ones in clear_pixmap()Brian Paul2005-05-061-2/+6
|
* remove some test codeBrian Paul2005-05-051-5/+0
|
* FBO changesBrian Paul2005-05-041-1302/+805
|
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-049-1080/+1736
| | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
* don't call XTranslateCoordinates() if rendering to pixmapBrian Paul2005-05-041-1/+1
|
* clean up buffer creation codeBrian Paul2005-04-201-106/+75
|
* comments and clean-upBrian Paul2005-04-181-25/+27
|
* PF_8A8R8G8B pixel format (Dave Reveman)Brian Paul2005-04-125-3/+419
|
* Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of allBrian Paul2005-04-061-22/+29
| | | | fbconfigs to be returned.
* updated warning string to match patch in bug report 2868Brian Paul2005-04-041-2/+4
|
* When building in the X-Server, attr.depth doesn't exist. Instead, useIan Romanick2005-03-031-1/+4
| | | | (XMesaDrawable)w)->depth in the error message.
* added stub functions for GLX_MESA_allocate_memoryBrian Paul2005-03-011-4/+34
|
* minor changes to aid debugging, and a new commentBrian Paul2005-02-231-3/+11
|
* XMesaGetDepthBuffer() returned wrong bytesPerValue (Karl Schultz)Brian Paul2005-02-181-2/+3
|
* improved warning messageBrian Paul2005-02-071-1/+1
|
* fix compilation error for fx/MesaDaniel Borca2005-01-171-1/+1
|
* In choose_visual() we need to know if we're being called fromBrian Paul2005-01-061-12/+38
| | | | | | glXChooseVisual() or glXChooseFBConfig() so that we handle the GLX_DOUBLEBUFFER and GLX_STEREO tokens correctly. Added some new error checking in those functions too.
* check if using a PBuffer in clip_for_xgetimage()Brian Paul2004-12-091-2/+4
|
* silence a variety of warnings found with g++ 3.4.2Brian Paul2004-12-031-6/+6
|
* silence warningsAlan Hourihane2004-12-021-4/+0
|
* reverse some debug that slipped throughAlan Hourihane2004-12-021-3/+0
|
* Fix some warningsAlan Hourihane2004-12-021-0/+3
|
* fix missing width/height errorBrian Paul2004-11-281-16/+17
|
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-0/+19
| | | | | | | | Now, the driver's Viewport routine should call _mesa_ResizeBuffersMESA() if necessary. Cleaned up code related to GLframebuffer width/height initialization. Set initial viewport/scissor params in _mesa_make_current2(), instead of in the drivers' MakeCurrent functions.
* Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul2004-11-274-93/+65
| | | | | the values in the contained GLframebuffer. Removed some other unneeded code.
* new GetOverlayInfo() function to reduce code and silence warningsBrian Paul2004-11-271-87/+58
|
* Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul2004-11-255-256/+255
| | | | | avoid gcc 3.4 compiler warnings. Remove the unused/obsolete GLX_render_texture stuff.
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-2/+2
| | | | | | | and ignored for 1D and 2D images. Need to pass in image dimensions (1,2,3) to the _mesa_image_address() function. This change gets propogated to some other routines. Also added new _mesa_image_address[123]d() convenience functions.
* do clipping prior to XGetImage, just in case the image would extend beyond ↵Brian Paul2004-11-091-1/+53
| | | | the screen's bounds
* Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead.Brian Paul2004-11-091-3/+3
|