Brian
bce7043ebc
regenerated
pirms 18 gadiem
Brian
70b0e123c4
checkpoint: updating non-square matrix constructors and operators
pirms 18 gadiem
Brian
f98f4f6d7a
move/fix texture sampling funcs
pirms 18 gadiem
Brian
afc58f5f7e
s/Shadow/SHADOW/
pirms 18 gadiem
Brian
b61d74c575
as with prev commit, also fix color index mode zoomed depth copies (bug 10608)
pirms 18 gadiem
Brian
9f66025f54
fix invalid error detection problem in _mesa_bind_attrib_location(), bug 10602
pirms 18 gadiem
Brian
183d8e0620
fix zoomed depth copies (bug 10608)
pirms 18 gadiem
Brian
b0bba03846
use _mesa_reference_renderbuffer(), fix typo
pirms 18 gadiem
Brian
ba876be0c0
fix/work-around allocation bugs for non-square matrices
pirms 18 gadiem
Brian
319ce38fa4
update SLANG version test
pirms 18 gadiem
Dave Airlie
64700be4e1
rs480: set vap cntl to what fglrx uses for non-TCL cards
pirms 18 gadiem
Michel Dänzer
159ecba4b3
i915: Bring test for vsync to pipe B in line with i915tex.
pirms 18 gadiem
Michel Dänzer
e798d22556
Add missing generated file.
pirms 18 gadiem
Brian
0109b47106
NULL ptr check
pirms 18 gadiem
Brian
7b2626f7d8
plug in GLSL 1.20 unit
pirms 18 gadiem
Brian
19121e2802
undo a debug/test change
pirms 18 gadiem
Dave Airlie
e0bbf46342
r300: don't enable VAP/TCL on cards that don't support it
pirms 18 gadiem
Brian
702c8f1e6c
remove unneeded initialization code (see bug 10569)
pirms 18 gadiem
Brian
f9574c3f6b
allocate __GLXdisplayPrivate w/ Xcalloc instead of Xmalloc (bug 10569)
pirms 18 gadiem
Michel Dänzer
e8292d28e4
i915tex: Fix some mismatches between texels or bytes for pitch/stride.
pirms 18 gadiem
Michel Dänzer
c96974f78c
i915tex: Make sure texture format fetch hooks are initialized.
pirms 18 gadiem
Dave Airlie
6461e91ac3
the RS400 definitely doesn't work at this point so don't let it init
pirms 18 gadiem
Brian
af807a4696
enable GLSL 1.20
pirms 18 gadiem
Brian
5c0c60a13c
support for GLSL 1.20 non-square matrices
pirms 18 gadiem
Brian
5dba996dba
add glsl to PROGRAM_DIRS
pirms 18 gadiem
Brian
9612a3011f
fix some dependencies, remove some CFLAGS
pirms 18 gadiem
Brian
0d3d930912
add 2.1 functions
pirms 18 gadiem
Adam Jackson
d8bfc42bb7
Make sure GLX entrypoints are marked PUBLIC.
Fedora bug #229808 .
pirms 18 gadiem
Wei Wang
ca7885f733
fix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails for indirect rendering
pirms 18 gadiem
Michel Dänzer
9176752172
i915tex: Clean up resizing of renderbuffers.
pirms 18 gadiem
Michel Dänzer
79bf692420
driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers.
pirms 18 gadiem
Brian
f72e7fb1d6
MAX_TEXTURE_COORDS_ARB and MAX_TEXTURE_IMAGE_UNITS_ARB had wrong glGet info.
Fixes bug 10371.
pirms 18 gadiem
Brian
4647f13c43
fix etags command to find headers
pirms 18 gadiem
George Sapountzis
20ec486baf
Drop XFree86Server from execmem.c
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 8b1dc68662
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 cc7b6810e2
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.
pirms 18 gadiem
Richard Hughes
55000888b9
set version for tarballs to 6.5.3pre for now
pirms 18 gadiem
Richard Hughes
4f9d3a07bb
fix references to non-existant sz4 field
pirms 18 gadiem
Richard Hughes
84803279ca
fix some CHAN_TYPE==GL_FLOAT breakage
pirms 18 gadiem
Brian
8d2d6e5194
fix comment typo
pirms 18 gadiem
Richard Hughes
e9c614a1af
remove array_cache/, add vbo/
pirms 18 gadiem
Brian
8f3fc5221c
added glActiveStencilFaceEXT
pirms 18 gadiem
Brian
ae55d5322c
for evaluators, loop to VBO_ATTRIB_TEX7, not VBO_ATTRIB_INDEX. See bug 10543
pirms 18 gadiem
George Sapountzis
92b7fa7b48
xmesa: use newly added xm_image.[hc]
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)
pirms 18 gadiem
George Sapountzis
eb4a8b4bb5
xmesa: add xf86glx_util.[hc] from xserver as xm_image.[hc]
pirms 18 gadiem
George Sapountzis
663a3e9ba7
Drop the funky SSE exception test on linux.
Replace the check for IN_DRI_DRIVER with the appropriate kernel version check
and just disable SSE on older (pre 2.4) kernels.
pirms 18 gadiem
Brian
51a894e6eb
fix color storage bug in convolution path
pirms 18 gadiem
Brian
ac32b644ee
include points.h to fix warnings
pirms 18 gadiem
George Sapountzis
487f7a73cb
Remove SI imports/exports remnants.
pirms 18 gadiem
George Sapountzis
aa1c79eaea
glx: minor cosmetic in glcontextmodes.c
move memory macros to separate block and unwrap malloc/free for miniglx towards
cleaning Mesa core glitches in glx...
pirms 18 gadiem
George Sapountzis
885111518e
Move glcontextmodes.c to glx.
It is no longer linked with DRI drivers, libGL passes function pointers through
the DRI interface.
pirms 18 gadiem
Brian
0cae814f36
temporary add some extra renderbuffer debug code
pirms 18 gadiem