aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
...
| * call st_init_driver_functions()Brian2007-08-061-0/+2
| * use new xmesa_create_softpipe()Brian2007-08-062-1/+5
| * softpipe/winsys interfaceBrian2007-08-061-0/+198
| * pipe->clear() now takes a surface, rather than color/depth/stencil flags.Brian2007-08-023-16/+19
| * get rid of accum paramBrian2007-08-021-2/+1
| * rearrange things in xmesa_clear() a bitBrian2007-08-011-3/+6
| * Checkpoint: glClear changes - working, bug very rough.Brian2007-08-013-1/+33
| * Redesign pipe_surface in terms of pipe_region.Brian2007-07-313-35/+22
| * Lots of improvements to the surface-related code.Brian2007-07-303-256/+54
| * added map/unmap() stubsBrian2007-07-301-0/+17
| * Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...michal2007-07-271-1/+6
| |\
| * | minor renameBrian2007-07-131-1/+1
| * | need to clamp floats to [0,1] in write functionsBrian2007-07-111-2/+2
| * | Checkpoint: stencil roughly working, some bugs to fix...Brian2007-07-101-1/+64
| * | remove debug printfBrian2007-07-101-2/+0
| * | Do depth testing with integer values.Brian2007-07-101-4/+8
| * | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...michal2007-07-067-38/+459
| |\ \
| * | | code for functional Z buffer surfaceBrian2007-06-252-5/+76
| * | | checkpoint: implement z/depth testingBrian2007-06-203-4/+25
| * | | actually use new glClear codeBrian2007-06-201-0/+12
| * | | plug in write_mono_row_ubBrian2007-06-201-0/+12
| * | | Re-org of surface/framebuffer state.Brian2007-06-192-0/+238
| * | | Rename directories again?!Keith Whitwell2007-06-142-5/+5
| * | | Use the x11 driver as a test harness for the softpipe/state_tracker code.Keith Whitwell2007-05-246-0/+76
* | | | Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2008-08-111-0/+1
* | | | mesa: extra bracesBlair Sadewitz2008-07-151-96/+96
* | | | Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson2008-07-121-2/+2
* | | | Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-2/+1
* | | | remove old commentsBrian Paul2008-06-211-2/+0
* | | | assorted glide driver fixesWilfried Holzke2008-06-171-1/+2
* | | | fix Xlib libGL.so build problem.Brian Paul2008-06-091-1/+1
* | | | remove realglx.[ch] from buildBrian2008-06-081-2/+0
* | | | added dependenciesBrian Paul2008-06-051-0/+22
* | | | new Makefile for building "stand-alone", Xlib-based libGLBrian Paul2008-06-051-0/+59
* | | | prefix some includes with mesa/ or glapi/Brian Paul2008-06-052-10/+10
* | | | allow GLX_SAMPLES_ARB==0 (bug 16073)Brian Paul2008-05-271-4/+5
* | | | glcore: drop outdated sources files intented for xorgGeorge Sapountzis2008-04-231-8/+0
* | | | glcore: tree sharing for DRI and XMesaGeorge Sapountzis2008-04-231-1/+70
* | | | glcore: build from mesaGeorge Sapountzis2008-04-231-0/+1
* | | | added some missing calls to _mesa_enable_x_y_extensions()Brian2008-04-011-0/+1
* | | | Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)Brian2008-02-161-99/+166
* | | | Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian2008-01-221-7/+20
* | | | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-062-5/+5
* | | | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-063-8/+8
* | | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesajoukj2007-11-301-1/+1
|\ \ \ \
| * | | | fix typoBrian2007-11-031-1/+1
* | | | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaJouk2007-10-311-7/+6
|\| | | |
| * | | | don't apply ColorMask to main gcBrian2007-10-221-7/+6
| | |_|/ | |/| |
* | | | Update of OpenVMS makefiles for the use of "new" include file conventionJouk2007-10-031-1/+4
* | | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaJouk2007-07-252-3/+8
|\| | |