Brian Paul
dd3b98bdf6
draw: add missing function parameter
15 years ago
Brian Paul
2479c3f3ee
softpipe: consolidate tex image offset code
15 years ago
Brian Paul
b73c9ba919
llvmpipe: remove unused write_depth
15 years ago
Brian Paul
ce0844b44c
st/mesa: move/improve Mesa GPU program debugging
Print the program (plus its parameters) before calling
st_translate_mesa_program() in case we die in that function.
15 years ago
Brian Paul
e0383d7bb6
st/mesa: add missing debug entry for DEBUG_CONSTANTS
15 years ago
Brian Paul
c7f5c9a3dc
Merge branch '7.8'
Conflicts:
src/mesa/state_tracker/st_gen_mipmap.c
15 years ago
Brian Paul
40dcbb87a9
softpipe: use consistant names for local vars
15 years ago
Brian Paul
331c01ea4d
progs/demos: added code to test compressed mipmap generation (disabled)
15 years ago
Brian Paul
347f783606
gallium: remove trailing comma
15 years ago
Brian Paul
608cf0c9f7
gallium/util: convert //-style comments
15 years ago
Brian Paul
443fe5e57c
gallium/util: convert //-style comments
15 years ago
Brian Paul
7b640f9f70
st/mesa: fix incorrect RowStride computation
Fixes incorrect stride when getting a compressed tex image.
15 years ago
Brian Paul
56f99ee640
st/mesa: fill in stImage->level in st_generate_mipmap()
Before, this field was always zero for all the new mipmap levels.
Fixes problems with glGetTexImage() from a generated mipmap.
15 years ago
Jakob Bornecrantz
6fc532ae05
Merge branch '7.8'
15 years ago
Jakob Bornecrantz
ef9a8fcb1b
glx: Fix build
15 years ago
Jakob Bornecrantz
e42d84eaba
glx: Fix build
15 years ago
Jakob Bornecrantz
fe0fe67aaf
configure.ac: Print some llvm info
15 years ago
Micah Fedke
9cfaaa291f
egl: dri2 driver error output
This patch amends the error output string for the case where the
dri2 egl driver could not open the dri dev node.
Signed-off-by: Brian Paul <brianp@vmware.com>
15 years ago
Brian Paul
1fa7789e82
Merge branch '7.8'
Conflicts:
src/glx/dri2_glx.c
src/glx/glx_pbuffer.c
15 years ago
Vinson Lee
37e98e5cd2
llvmpipe: Remove unnecessary header.
15 years ago
Pierre Willenbrock
2787a2e731
Disable scissor when begining meta operations
Signed-off-by: Eric Anholt <eric@anholt.net>
15 years ago
Pierre Willenbrock
6ef6cdec2e
Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets
Signed-off-by: Eric Anholt <eric@anholt.net>
15 years ago
Pierre Willenbrock
da498ef41e
Fill the padding between entrys in the sampler key
This struct is used to generate a hash, ignoring the entry boundaries.
Signed-off-by: Eric Anholt <eric@anholt.net>
15 years ago
Pierre Willenbrock
d20fce057e
Initialize have_back.
There is a user somewhere that tests it before its initial set.
Signed-off-by: Eric Anholt <eric@anholt.net>
15 years ago
Eric Anholt
edad36cff9
i915: Add debugging for just prorgam compile under INTEL_DEBUG=wm
15 years ago
Eric Anholt
891ad6ec1a
i915: Provide counts in the error messages for program limits.
15 years ago
Brian Paul
eecd2a59c1
osmesa: update SRC_DIRS to fix build
15 years ago
Brian Paul
29fc97606b
osdemos: replace assertion with error handler
15 years ago
Marek Olšák
20c9675994
r300g: move ZTOP to separate file
Ideally, HiZ should go in r300_hyperz.c next to ZTOP.
15 years ago
Brian Paul
c5bf13c537
osmesa: don't need to link with -lGL
The gl entrypoints are in libOSMesa.so
15 years ago
Marek Olšák
7440fd89b4
radeon: fix warnings
15 years ago
Pierre Willenbrock
c0b41116f1
mesa: Disable scissor when begining meta operations
Signed-off-by: Brian Paul <brianp@vmware.com>
15 years ago
Ian Romanick
aa6489bce9
Add missing _ in extension category name
15 years ago
Pierre Willenbrock
717e86738f
mesa: Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets
Signed-off-by: Brian Paul <brianp@vmware.com>
15 years ago
Pierre Willenbrok
cc806f70b2
glx: Initialize have_back.
Signed-off-by: Brian Paul <brianp@vmware.com>
15 years ago
José Fonseca
a5e032853a
gallium: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
Arcane DX9 opcodes that never were emitted by Mesa and have no DX10
counterpart. Slated for removal for quite some time now.
15 years ago
José Fonseca
84b5f59c97
gallium/docs: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
15 years ago
José Fonseca
73e1405de0
tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
15 years ago
José Fonseca
ec4e67999c
r300: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
15 years ago
José Fonseca
42c9137042
cell: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
15 years ago
José Fonseca
e5395f3359
svga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
15 years ago
José Fonseca
b3ba54a01a
gallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
15 years ago
Jeremy Huddleston
a1cb3babbe
Buildfixes to work around issues in OpenGL.framework
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
15 years ago
Jeremy Huddleston
f64773010d
Update OpenGL specs
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
15 years ago
Jeremy Huddleston
f5aa5377a5
apple: Use mesa gl.h rather than generating one.
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
15 years ago
Jeremy Huddleston
de96d063b1
apple: Integrate our libGL into the existing build system better
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
15 years ago
Jeremy Huddleston
163901bc7f
darwin: Use clientattrib
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
15 years ago
Jeremy Huddleston
80b280db88
apple: Change ifdefs for DRI to be DRI && !APPLE
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
15 years ago
Jeremy Huddleston
77dc40b289
apple: Remove duplicate headers that already exist in mesa.
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
15 years ago
Jeremy Huddleston
ad503c4155
apple: Initial import of libGL for OSX from AppleSGLX svn repository.
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
15 years ago