RALOVICH, Kristóf
ce0ad53281
glx: cache DRI configs in __GLXscreenConfigsRec
16 years ago
Vinson Lee
bc60b88411
progs/trivial: add missing files to Makefile, .gitignore
16 years ago
Brian Paul
3dbaf68bdc
intel: Fix leak of DRI option info due to using the wrong free routine.
(cherry picked from commit 6d66f23c50 )
16 years ago
Brian Paul
722d136f7b
intel: Clean up leak of driver context structure on context destroy.
(cherry picked from commit ddef7dc87b )
16 years ago
Brian Paul
a7427b0f7b
st/mesa: silence warning
16 years ago
Brian Paul
0ad9eba333
mesa: separate some finite/pragma Watcom stuff
16 years ago
Brian Paul
7e2f26cbbf
softpipe: include sp_winsys.h to silence function prototype warning
16 years ago
Brian Paul
d2f56fe687
intel: Use _mesa_warning() to report GEM warnings
16 years ago
Karl Schultz
09ef339b69
windows: updated VC8 project files
See bug 22882.
16 years ago
Brian Paul
25e371fb7b
docs: 7.5 tarball md5sums
16 years ago
José Fonseca
5276b049b4
util: fix typo.
16 years ago
Brian Paul
c57d81ddc9
mesa: include glew headers in MesaDemos tarballs
16 years ago
Brian Paul
b4ba6a66b7
docs: initial release notes for 7.5.1
16 years ago
Brian Paul
9c4b877519
mesa: bump version to 7.5.1
16 years ago
Brian Paul
b9e2e32daf
mesa: include GLEW sources in MesaDemos tarball
16 years ago
Eric Anholt
a6b314150c
intel: Fall back on glBitmap with fog enabled.
We would have to build the program with the appropriate fog mode, and
also supply the fog coordinate if appropriate.
Bug #19413 .
(cherry picked from commit 8ae02a3919 )
16 years ago
Eric Anholt
1b445f9673
i965: Don't clip everything if FRONT_AND_BACK culling while culling disabled.
Fixes everything-black with meta_clear_tris on quake4-mpdemo and doom3-demo.
Bug #18844, 22077.
(cherry picked from commit 81d5550684 )
16 years ago
Michel Dänzer
5ed4404005
radeon: With DRI1, if we have HW stencil, only expose fbconfigs with stencil.
Otherwise simple apps like glxgears pick up a DirectColor visual since the X
server mixes the depth 32 visual in with the other GLX visuals, and this seems
to result in a (mostly) black screen due to a bad ColorMap for a lot of people.
The bad ColorMap may be a bug in the apps, the X server or X driver, and
regardless of that I think the X server should ideally make the depth 32 GLX
visual separate from the rest again, but in the meantime this makes us cope.
(depth_bits is either 16 or 24, never 0)
16 years ago
Brian Paul
cd10996d4f
progs/util: remove extfuncs.h (we use GLEW instead)
16 years ago
Brian Paul
ee0b1bc7d3
progs/glsl: finish conversion to GLEW
This is a follow-on to b799af91d5 .
Remove _func function suffix and unneeded #includes.
16 years ago
Brian Paul
a77b455af0
mesa: set version to 7.5
16 years ago
Brian Paul
71b9e10291
mesa: set version to 7.5
16 years ago
Brian Paul
7fd3674672
docs: set date for 7.5 release
16 years ago
Brian Paul
27587f46e5
docs: news entry for 7.5 release
16 years ago
Brian Paul
8c6e81f97d
docs: update links to Gallium wiki page on freedesktop.org
16 years ago
José Fonseca
2ba98efdf6
python/retrace: Process the call no passed to --to option inclusively.
16 years ago
José Fonseca
cf7e8fbc2e
python/retrace: Dump the surface copy contents.
16 years ago
José Fonseca
5807ccb41b
python/retrace: Flush stdout before calling the pipe driver.
So that messages are in sync with stderr.
16 years ago
José Fonseca
d4e6df9ab6
mesa: Fix logbase2.
It was providing 1 too many for non power two values.
16 years ago
José Fonseca
0c4350790a
python: Hack to prevent segmentation faults when python exits.
16 years ago
José Fonseca
4e1e18a772
wgl: Expose pipe_screen/pipe_context via an extension.
16 years ago
José Fonseca
3ab3209a1f
python: Obtain pipe_screen/pipe_context from the system's OpenGL driver.
16 years ago
Luca Barbieri
6b7b13b5eb
softpipe: limit blend results to [0,1]
16 years ago
Brian Paul
d970313b66
Fix state flag dependencies for fixed function fragment program updates.
I started looking into why _NEW_ARRAY punishes us, and while annotating
dependencies noticed that a bunch of dependencies were missing.
(cherry picked from master, commit e5f63c403b )
16 years ago
José Fonseca
0474b5cb2a
python/retrace: Interpret surface_copy.
16 years ago
José Fonseca
c68f659be3
python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM.
More common. True fix would be to use whatever the screen supports though.
16 years ago
Keith Whitwell
fdeb778990
mesa: recognize and eliminate repeated error messages
16 years ago
Keith Whitwell
59de430de7
mesa: split out errorstring switch from _mesa_error
Move a chunk of code out of _mesa_error()
16 years ago
Keith Whitwell
df5f7a6761
mesa: remove dead code in _mesa_error
Remove early and unused snprintf and where[] string.
16 years ago
Keith Whitwell
6c9d8a6f24
mesa: don't call getenv every time _mesa_error is called
Buggy apps can generate thousands of mesa_error calls. Don't need
to keep calling getenv to retreive the same MESA_DEBUG string each
time.
16 years ago
Brian Paul
9aca6769df
mesa: fix texture border color code for glPopAttrib()
The texture object's border color used to be stored as GLchan but it's
been GLfloat for a while now.
16 years ago
Jakob Bornecrantz
26e58a42b0
progs/tests: Use compressed texture in mipmap_comp_tests
16 years ago
Jakob Bornecrantz
b0a17581e2
progs/tests: Tests more views in mipmap_comp_tests
16 years ago
Jakob Bornecrantz
a36b9987cd
progs/tests: Add yet another mipmap test
16 years ago
Brian Paul
6ec955efaf
mesa: regenerated enums.c file
16 years ago
José Fonseca
7325c1ebc8
scons: Monkey patch os.spawnve on Windows to become thread safe.
See also:
- http://bugs.python.org/issue6476
- http://scons.tigris.org/issues/show_bug.cgi?id=2449
16 years ago
José Fonseca
4ed1de8b84
mesa: Report the true face number when flushing.
16 years ago
Peteri Andras
680f7d09b0
r128: fix two-sided lighting segfault seen in GLUT's olight demo
16 years ago
Ian Romanick
022e8e582e
intel: Bump driver data, add RC3 tag
16 years ago
Zack Rusin
1c1307e7c5
gallium: compare the actual register, not all the inputs
otherwise we decrement indexes for all registers
16 years ago