summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-30autoconf: Don't substitute MESA_MAJOR and friendsDan Nicholson2-17/+1
2008-04-30intel: test cpp to ensure mipmap tree matches texture image.Xiang, Haihao1-0/+5
2008-04-29disable GL_TEXTURE_1D at end of frame to fix failed assertionBrian Paul1-0/+1
2008-04-29mesa: adjust glBitmap coords by a small epsilonBrian Paul1-2/+3
2008-04-29r200: fix state submission issue causing bogus textures (bug 15730)Ove Kaaven1-0/+6
2008-04-29Change default of driconf "allow_large_textures" to announce hardware limits.Michel Dänzer2-3/+3
2008-04-28build fix for xorg driverAlan Hourihane1-3/+4
2008-04-25[i965] short immediate values must be replicated to both halves of the dwordKeith Packard1-2/+2
2008-04-25glcore: Respect DESTDIRDan Nicholson1-2/+2
2008-04-25fix make tarballsGeorge Sapountzis1-11/+0
2008-04-25silence warningAlan Hourihane1-1/+1
2008-04-24enable GL_EXT_multi_draw_arrays (see bug 15670)Pierre Beyssac2-0/+4
2008-04-23include <X11/Xlib.h>Alan Hourihane2-0/+2
2008-04-23drop stray includes of glapiGeorge Sapountzis2-2/+0
2008-04-23glx: nitpick renamesGeorge Sapountzis4-2/+2
2008-04-23glx: split out current context codeGeorge Sapountzis7-521/+538
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis11-374/+0
2008-04-23glcore: tree sharing for DRI and XMesaGeorge Sapountzis4-3/+82
2008-04-23glcore: build from mesaGeorge Sapountzis12-7/+213
2008-04-22revert part of the previous cleanup - it only appliesAlan Hourihane1-1/+1
2008-04-22Fix error stringAlan Hourihane1-1/+2
2008-04-22correct the return valueAlan Hourihane1-1/+1
2008-04-22small cleanupsAlan Hourihane3-7/+7
2008-04-22i965: fix DEPTH_TEXTURE_MODE (bug #14220)Xiang, Haihao2-7/+10
2008-04-22 [i965] This is to fix random crash in some maps of Ut2004 demo.Zou Nan hai1-1/+1
2008-04-22i965: save the offset of target buffer after last execution, not relocatee bu...Xiang, Haihao1-1/+1
2008-04-21intel: fix an assertion failure. fix bug #15575Xiang, Haihao1-2/+4
2008-04-21i965: clear the PRESUMED_OFFSET flag from bo_req.hint, not bo_req.flags. fix ...Xiang, Haihao1-1/+1
2008-04-18autoconf: Default the build to DRI on OS+CPU combos where it's expected.Eric Anholt1-2/+17
2008-04-18i965: fixup depth buffer checkDave Airlie1-1/+1
2008-04-18i965: fix vb aperture space checkDave Airlie1-4/+8
2008-04-18965: fix vb upload size checkDave Airlie1-3/+5
2008-04-18i965: fix gs_prog aperture checkDave Airlie1-2/+4
2008-04-18i915: check for depth region before accounting its buffer sizeDave Airlie1-1/+2
2008-04-18i965: initial attempt at fixing the aperture overflowDave Airlie26-161/+385
2008-04-17Revert "[i965] renable regative rhw test"Xiang, Haihao3-12/+16
2008-04-17r200: accept PROGRAM_CONSTANT inputs due to mesa changesAndrew Randrianasulu1-0/+1
2008-04-16bufmgr_fake: disable debugging againDave Airlie1-1/+1
2008-04-16intel: fix _mesa_error ctx I introduced at lsat minuteDave Airlie2-1/+34
2008-04-16intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer...Dave Airlie7-18/+187
2008-04-14fix multi-draw buffer regressionBrian1-2/+1
2008-04-14only use __x86_64__, not __amd64__ (bug 15503)Brian Paul3-3/+3
2008-04-14fix GL_ARB_texture_rectangle breakageBrian Paul1-3/+3
2008-04-14check for _WIN32 and __WIN32__Brian Paul1-2/+2
2008-04-14define #extension GL_ARB_texture_rectangleDavid Flynn1-0/+4
2008-04-12r200: fix XPD vertex program instruction when using temps as inputsRoland Scheidegger1-3/+13
2008-04-11fix failed assertion (parameter can be a PROGRAM_CONSTANT)Brian Paul1-0/+1
2008-04-11add missing glViewport callsBrian Paul1-0/+6
2008-04-11commentsBrian Paul1-2/+7
2008-04-10Get the default GLXPixmap texture target from the server when appropriate.Michel Dänzer1-27/+37