summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* fix some renderbuffer/wrapper bugsBrian2007-05-021-6/+6
* r300: Don't crash in radeonUpdatePageFlipping when !radeon->glCtx->DrawBuffer.Michel Dänzer2007-04-301-1/+3
* r300: Page flipping fixes.Michel Dänzer2007-04-295-3/+8
* r300: radeonMakeCurrent cleanups.Michel Dänzer2007-04-291-6/+0
* "Fix" for bug 9170. May need more attention.Brian2007-04-271-0/+3
* enable 2.1 extensionsBrian2007-04-261-0/+1
* s/fog/attrib[FRAG_ATTRIB_FOGC][0]/Brian2007-04-241-1/+1
* assorted fixes for Windows/VC8Karl Schultz2007-04-243-4/+57
* Added proper cleanup codeSean D'Epagnier2007-04-231-0/+14
* Fixed fallout, glfbdev driver was calling a nop function that was removed.Sean D'Epagnier2007-04-211-1/+0
* s/occlude.h/queryobj.h/Brian2007-04-211-1/+1
* xmesa: call _glapi_set_dispatch() for all xserver DDXes.George Sapountzis2007-04-201-2/+0
* xmesa: minor cosmeticGeorge Sapountzis2007-04-201-29/+25
* xmesa: split FX functions to separate file, part 2.George Sapountzis2007-04-204-15/+32
* xmesa: split FX functions to separate file, part 1.George Sapountzis2007-04-204-240/+300
* xmesa: spilt FX code to separate functions.George Sapountzis2007-04-203-27/+34
* Revert "xmesa: drop glide (FX) backend."George Sapountzis2007-04-203-6/+284
* xmesa: drop glide (FX) backend.George Sapountzis2007-04-193-284/+6
* Defer buffer pool creation to the first context creation.Thomas Hellstrom2007-04-173-43/+55
* r300: r300_render.c:391: warning: unused variable 'i'Oliver McFadden2007-04-171-1/+0
* just clean-upsBrian2007-04-162-55/+48
* move GL_EXT_stencil_two_side into alphabetical positionBrian2007-04-161-1/+1
* Fix glActiveStencilFaceEXT dispatch problem (bug 10523).Brian2007-04-161-6/+3
* remove _tnl_arb_vertex_program_stageBrian2007-04-161-1/+0
* remove _tnl_arb_vertex_program_stageBrian2007-04-166-11/+0
* use b->display instead of b->xm_visual->display to fix some problems detected...Brian2007-04-161-7/+7
* Make sure we are locked when creating drm buffer objects.Thomas Hellstrom2007-04-166-5/+37
* set osmesa renderbuffer refcount=1 upon creation, free renderbuffer in OSMesa...Brian2007-04-141-2/+7
* r300: emit different clear paths for non-TCL, this gets the clear color correctDave Airlie2007-04-141-2/+15
* r300: remove unneeded semicolon from macroDave Airlie2007-04-141-1/+1
* r300: if we don't have TCL don't setup state emissions for vertex shadersDave Airlie2007-04-143-88/+104
* xmesa: drop unused XMesaPutImageHelper.George Sapountzis2007-04-132-24/+0
* xmesa: export xmesa functions used by xfree86.George Sapountzis2007-04-132-14/+15
* use _mesa_reference_renderbuffer(), fix typoBrian2007-04-111-2/+2
* rs480: set vap cntl to what fglrx uses for non-TCL cardsDave Airlie2007-04-101-2/+4
* i915: Bring test for vsync to pipe B in line with i915tex.Michel Dänzer2007-04-101-1/+1
* r300: don't enable VAP/TCL on cards that don't support itDave Airlie2007-04-102-0/+5
* i915tex: Fix some mismatches between texels or bytes for pitch/stride.Michel Dänzer2007-04-092-1/+2
* i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer2007-04-091-19/+1
* the RS400 definitely doesn't work at this point so don't let it initDave Airlie2007-04-091-1/+2
* i915tex: Clean up resizing of renderbuffers.Michel Dänzer2007-04-082-17/+31
* driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers.Michel Dänzer2007-04-081-1/+1
* xmesa: use newly added xm_image.[hc]George Sapountzis2007-04-064-29/+13
* xmesa: add xf86glx_util.[hc] from xserver as xm_image.[hc]George Sapountzis2007-04-062-0/+254
* include points.h to fix warningsBrian2007-04-053-0/+3
* Remove SI imports/exports remnants.George Sapountzis2007-04-051-2/+0
* Move glcontextmodes.c to glx.George Sapountzis2007-04-052-585/+0
* remove debug printfBrian2007-04-041-1/+0
* i810/i915/i915tex: reinitialize the context point stateXiang, Haihao2007-04-043-0/+15
* Fix some bugs/issues related to alpha channel support. See bug 10483.Brian2007-04-011-31/+23