summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul2004-11-274-93/+65
* 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
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-2/+2
* do clipping prior to XGetImage, just in case the image would extend beyond th...Brian Paul2004-11-091-1/+53
* Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead.Brian Paul2004-11-091-3/+3
* Removed _swrast_validate_pbo_access().Brian Paul2004-10-311-8/+52
* SWTC trick (disabled for now)Daniel Borca2004-10-123-0/+31
* added support for GL_ARB_draw_buffersBrian Paul2004-10-024-12/+11
* just some comments and formatting changesBrian Paul2004-09-231-32/+36
* new MESA_GLX_DEPTH_BITS env varBrian Paul2004-07-231-5/+26
* added support for MESA_GLX_FORCE_ALPHA env varBrian Paul2004-07-231-0/+4
* check for null pointer in Fake_glXCreateGLXPbufferSGIGIX() (bug 961376)Brian Paul2004-05-291-2/+2
* If we can't allocate the rowimage - bailAlan Hourihane2004-04-301-0/+2
* remove DitherValuesAlan Hourihane2004-04-261-2/+0
* bring over build fixes from stable branchAlan Hourihane2004-04-261-0/+2
* check return values of _swrast_CreateContext, etcBrian Paul2004-04-211-4/+8
* fix max buffer size test (Kyle Bateman, bug 912828)Brian Paul2004-04-091-8/+2
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-215-11/+34
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-0/+12
* a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul2004-03-047-76/+64
* workaround for crash-upon-exit in verbose modeDaniel Borca2004-03-021-9/+14
* Refactored several variables out of XMesaVisual in favor of identicalIan Romanick2004-02-194-63/+100
* implement Fake_glXCreateWindow() to fix bug #890894Brian Paul2004-02-081-2/+9
* fix glXChooseFBConfig bug 890167Brian Paul2004-02-041-4/+5
* glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID optionBrian Paul2004-02-021-3/+26
* Committing in .Jouk Jansen2004-01-231-50/+50
* Committing in .Jouk Jansen2004-01-221-49/+50
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-203-130/+65
* Glide driver (windowed mode) fix for Voodoo2Daniel Borca2004-01-121-2/+6
* reindent the codeBrian Paul2004-01-071-216/+218