summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)Author
2008-09-21drivers/x11: remove early gallium supportKeith Whitwell
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-21mesa: improved driver query interfaceKeith Whitwell
2008-09-18mesa: prefix more #includes with "main/"Brian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-11Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston
2008-07-15mesa: extra bracesBlair Sadewitz
2008-07-13util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-06-21remove old commentsBrian Paul
2008-06-17assorted glide driver fixesWilfried Holzke
2008-06-09mesa: Xlib libGL.so fixes from masterBrian Paul
2008-06-09fix Xlib libGL.so build problem.Brian Paul
2008-06-08remove realglx.[ch] from buildBrian
2008-06-05sync up with Makefile changes on masterBrian Paul
2008-06-05added dependenciesBrian Paul
2008-06-05new Makefile for building "stand-alone", Xlib-based libGLBrian Paul
2008-06-05prefix some includes with mesa/ or glapi/Brian Paul
2008-05-27allow GLX_SAMPLES_ARB==0 (bug 16073)Brian Paul
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis
2008-04-23glcore: tree sharing for DRI and XMesaGeorge Sapountzis
2008-04-23glcore: build from mesaGeorge Sapountzis
2008-04-01added some missing calls to _mesa_enable_x_y_extensions()Brian
2008-03-31gallium: Eliminate p_winsys::printfJosé Fonseca
2008-02-25Remove files of unsupported build systems.José Fonseca
2008-02-16Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)Brian
2008-02-15Code reorganization: update build.José Fonseca
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-22Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian
2007-12-09Adapt for winsys interface changes.José Fonseca
2007-11-30Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj
2007-11-06Supply buffer usage hints to winsys.José Fonseca
2007-11-03fix typoBrian
2007-10-31fix some breakage from lifting vbo/tnl codeBrian
2007-10-31Lift VBO/tnl stuff up out of driversBrian
2007-10-31Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk
2007-10-30Set _NEW_BUFFERS in glRead/DrawBuffer().Brian
2007-10-29Rename 'mms-config.' to 'mms.config'.Michal Krol
2007-10-28Replace supported_formats with is_format_supported interface.Michal Krol
2007-10-27Remove remnants of softpipe_surface.Brian
2007-10-26surface_alloc() is now a winsys function.Brian
2007-10-25Move region_alloc() and region_release() to pipe_winsys.Brian
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
2007-10-24a bit more work for optimizing clears in tile cache (not enabled yet)Brian
2007-10-24added a pipe->flush() call in xmesa_clear()Brian
2007-10-22don't apply ColorMask to main gcBrian
2007-10-22don't apply ColorMask to main gcBrian