aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i915/miniglx: remove unused codeDave Airlie2007-05-081-28/+0
* radeon: enable xpress chipsetsDave Airlie2007-05-073-2/+10
* rs480: fix secondary color for real this timeAapo Tahkola2007-05-061-1/+1
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaAapo Tahkola2007-05-062-97/+4
|\
| * r300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG.Oliver McFadden2007-05-062-1/+2
| * r300: Removed more deprecated state code that is now set in separate functions.Oliver McFadden2007-05-061-76/+0
| * r300: R300_ZS_... is now set in separate functions; removed the deprecated code.Oliver McFadden2007-05-061-14/+0
| * r300: Point size is now set in a separate function; removed the deprecated code.Oliver McFadden2007-05-061-4/+0
| * r300: Use the defined values for R300_VAP_CNTL_STATUS.Oliver McFadden2007-05-061-2/+2
* | rs480: fix textures and secondary color(?). clipping is still busted. tested ...Aapo Tahkola2007-05-061-3/+17
* | r300: fix broken vbosAapo Tahkola2007-05-061-0/+2
|/
* r300: fix primary color on rs480Aapo Tahkola2007-05-062-0/+7
* don't use hw to perform vertex transform etc. when using swtcl. This for comp...Aapo Tahkola2007-05-053-65/+10
* Makefile clean-ups for miniglx.Brian2007-05-041-1/+2
* fix some matrix/state token indexing bugs (see bug 10848)Brian2007-05-031-3/+4
* add some #includes to silence warningsBrian2007-05-032-1/+2
* 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.mesa_6_5_3_rc2Sean 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