aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* drivers/x11: remove early gallium supportKeith Whitwell2008-09-218-1074/+198
* Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-2110-48/+48
|\
| * mesa: improved driver query interfaceKeith Whitwell2008-09-211-4/+4
| * mesa: prefix more #includes with "main/"Brian Paul2008-09-1810-48/+48
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-118-202/+1078
|\ \ | |/ |/|
| * util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca2008-07-131-2/+2
| * mesa: Xlib libGL.so fixes from masterBrian Paul2008-06-091-3/+1
| * sync up with Makefile changes on masterBrian Paul2008-06-051-2/+81
| * gallium: Eliminate p_winsys::printfJosé Fonseca2008-03-311-10/+0
| * Remove files of unsupported build systems.José Fonseca2008-02-251-51/+0
| * Code reorganization: update build.José Fonseca2008-02-155-9/+9
| * gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell2008-01-251-12/+12
| * Adapt for winsys interface changes.José Fonseca2007-12-091-2/+5
| * Supply buffer usage hints to winsys.José Fonseca2007-11-061-2/+3
| * fix some breakage from lifting vbo/tnl codeBrian2007-10-311-4/+10
| * Lift VBO/tnl stuff up out of driversBrian2007-10-311-0/+11
| * Set _NEW_BUFFERS in glRead/DrawBuffer().Brian2007-10-301-1/+1
| * Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-291-1/+1
| * Replace supported_formats with is_format_supported interface.Michal Krol2007-10-283-13/+11
| * Remove remnants of softpipe_surface.Brian2007-10-271-37/+6
| * surface_alloc() is now a winsys function.Brian2007-10-264-49/+121
| * Move region_alloc() and region_release() to pipe_winsys.Brian2007-10-253-22/+69
| * Move the get/put_tile() functions to pipe_context.Brian2007-10-251-2/+2
| * a bit more work for optimizing clears in tile cache (not enabled yet)Brian2007-10-241-0/+14
| * added a pipe->flush() call in xmesa_clear()Brian2007-10-241-0/+11
| * don't apply ColorMask to main gcBrian2007-10-221-7/+6
| * don't use GL types for get/put_tile() paramsBrian2007-10-221-4/+4
| * Remove obsolete read/write_quad() functionsBrian2007-10-201-113/+0
| * use combined depth/stencil buffer when possibleBrian2007-10-201-6/+16
| * don't alloc region in xmesa_surface_alloc(), fixes a mem leakBrian2007-10-191-3/+1
| * clamp/clip in put_tile(), move softpipe_init_surface_funcs() callBrian2007-10-191-4/+21
| * Alternate CopyPixels path based on get/put_tile().Brian2007-10-181-0/+2
| * implement put_tile()Brian2007-10-141-1/+12
| * accum buffer supportBrian2007-10-142-5/+12
| * implement the user_buffer_create() functionBrian2007-10-101-5/+23
| * update begin/end_query() functionsBrian2007-09-171-4/+4
| * merge buffer_unreference(), buffer_reference()Brian2007-09-101-21/+21
| * clean-ups, commentsBrian2007-09-101-6/+14
| * RenameBrian2007-09-101-0/+0
| * fix-up stencil buffersBrian2007-08-231-1/+7
| * check for null ptr in xm_buffer_unreference()Brian2007-08-231-9/+11
| * fix xm_buffer_dataBrian2007-08-181-2/+7
| * replace assertion w/ conditionals in xmesa_clear()Brian2007-08-171-3/+3
| * fix buffer clearing problemsBrian2007-08-175-42/+32
| * Change/fix surface allocation functions.Brian2007-08-114-50/+45
| * repair breakage from recent pipe_winsys re-orgBrian2007-08-113-38/+149
| * return (softpipe) in GL_RENDERER string - temporarilyBrian2007-08-101-1/+1
| * invert Y axisBrian2007-08-101-19/+16
| * asst changes to get softpipe rendering again (no zbuf support for now)Brian2007-08-096-216/+369
| * get rid of temp write_mono_row_ub() functionBrian2007-08-071-1/+2