summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-04-30 support nested function callZou Nan hai
else instruction fix.
2007-04-12 Initial 965 GLSL supportZou Nan hai
2007-04-11regeneratedBrian
2007-04-11checkpoint: updating non-square matrix constructors and operatorsBrian
2007-04-11move/fix texture sampling funcsBrian
2007-04-11s/Shadow/SHADOW/Brian
2007-04-11as with prev commit, also fix color index mode zoomed depth copies (bug 10608)Brian
2007-04-11fix invalid error detection problem in _mesa_bind_attrib_location(), bug 10602Brian
2007-04-11fix zoomed depth copies (bug 10608)Brian
2007-04-11use _mesa_reference_renderbuffer(), fix typoBrian
2007-04-10fix/work-around allocation bugs for non-square matricesBrian
2007-04-10update SLANG version testBrian
2007-04-10rs480: set vap cntl to what fglrx uses for non-TCL cardsDave Airlie
2007-04-10i915: Bring test for vsync to pipe B in line with i915tex.Michel Dänzer
2007-04-10Add missing generated file.Michel Dänzer
2007-04-09NULL ptr checkBrian
2007-04-09plug in GLSL 1.20 unitBrian
2007-04-09undo a debug/test changeBrian
2007-04-10r300: don't enable VAP/TCL on cards that don't support itDave Airlie
2007-04-09remove unneeded initialization code (see bug 10569)Brian
2007-04-09allocate __GLXdisplayPrivate w/ Xcalloc instead of Xmalloc (bug 10569)Brian
2007-04-09i915tex: Fix some mismatches between texels or bytes for pitch/stride.Michel Dänzer
2007-04-09i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer
2007-04-09the RS400 definitely doesn't work at this point so don't let it initDave Airlie
2007-04-08enable GLSL 1.20Brian
2007-04-08support for GLSL 1.20 non-square matricesBrian
2007-04-08Make sure GLX entrypoints are marked PUBLIC.Adam Jackson
Fedora bug #229808.
2007-04-08fix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails for indirect renderingWei Wang
2007-04-08i915tex: Clean up resizing of renderbuffers.Michel Dänzer
2007-04-08driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers.Michel Dänzer
2007-04-07MAX_TEXTURE_COORDS_ARB and MAX_TEXTURE_IMAGE_UNITS_ARB had wrong glGet info.Brian
Fixes bug 10371.
2007-04-07fix etags command to find headersBrian
2007-04-07Drop XFree86Server from execmem.cGeorge Sapountzis
This is a remnant from the libcwrapper days that can be removed now. It is the last XFree86 glitch in Mesa core. Reverts the following commit (thanks to Brian Paul for pointing to it): commit 8b1dc68662f2a18ea4e02c6d3247c5d1da741aa8 Author: Alan Hourihane <alanh@tungstengraphics.com> Date: Tue Jan 24 21:40:53 2006 +0000 pull in fix from 6.4 branch for XFree86Server definition commit cc7b6810e2fe6ab485fd96d5f17bf5d9329bd153 Author: Ian Romanick <idr@us.ibm.com> Date: Fri Oct 21 18:09:24 2005 +0000 Make execmem.c compile in the server (libGLcore). Since xf86mmap doesn't know about MAP_ANONYMOUS, this is the only viable fix. This issue will likely have to be revisited at some point.
2007-04-07fix references to non-existant sz4 fieldRichard Hughes
2007-04-07fix some CHAN_TYPE==GL_FLOAT breakageRichard Hughes
2007-04-07fix comment typoBrian
2007-04-06for evaluators, loop to VBO_ATTRIB_TEX7, not VBO_ATTRIB_INDEX. See bug 10543Brian
2007-04-06xmesa: use newly added xm_image.[hc]George Sapountzis
Keep external includes to glxheader.h and xmesa includes to xmesaP.h. Drop the following from xm_image.h: - dix-config.h (comes from glheader.h) - xfree86 includes (come from GL/xmesa_xf86.h) - ifdef __CYGWIN__ (leftover ? xm_api.c has something similar)
2007-04-06xmesa: add xf86glx_util.[hc] from xserver as xm_image.[hc]George Sapountzis
2007-04-06Drop the funky SSE exception test on linux.George Sapountzis
Replace the check for IN_DRI_DRIVER with the appropriate kernel version check and just disable SSE on older (pre 2.4) kernels.
2007-04-05fix color storage bug in convolution pathBrian
2007-04-05include points.h to fix warningsBrian
2007-04-05Remove SI imports/exports remnants.George Sapountzis
2007-04-05glx: minor cosmetic in glcontextmodes.cGeorge Sapountzis
move memory macros to separate block and unwrap malloc/free for miniglx towards cleaning Mesa core glitches in glx...
2007-04-05Move glcontextmodes.c to glx.George Sapountzis
It is no longer linked with DRI drivers, libGL passes function pointers through the DRI interface.
2007-04-05temporary add some extra renderbuffer debug codeBrian
2007-04-04Remove the never-used SI-style imports/exports code.Brian
2007-04-04init span.y=0 to silence warningsBrian
2007-04-04Overlapping copies with zoomZ=-1 were broken. See bug 10521.Brian
Need to check for overlapping src/dest regions before computing bottom-to-top vs. top-to-bottom order.
2007-04-04remove debug printfBrian