aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * fix GLX_STEREO handling (bug 11705)Brian2007-07-231-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
|\|
| * fix GLX_USE_TLS breakage, fix a warningBrian2007-06-121-2/+2
| * remove #include "GL/glxtokens.h"Brian2007-05-251-1/+0
| * Fix xserver build after recent XMesa changes.Michel Dänzer2007-05-222-17/+10
| * return True for GLX_Y_INVERTED_EXT queryBrian2007-05-211-1/+1
| * Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-4/+4
| * Implement GLX_EXT_texture_from_pixmap.Brian2007-05-195-25/+454
* | code for functional Z buffer surfaceBrian2007-06-252-5/+76
* | checkpoint: implement z/depth testingBrian2007-06-203-4/+25