Michel Dänzer
c9795c6ca2
minstall: Pass correct destination file path to $RM regardless of source path.
(cherry picked from 26626c0052 commit)
19 years ago
Michel Dänzer
bce82efe1f
minstall: Always remove destination file before (re-)creating it.
This avoids issues with overwriting files that are being used.
(cherry picked from d71a5647a3 commit)
19 years ago
Zou Nan hai
aeda4c589a
ARB_occlusion_query support
19 years ago
Zou Nan hai
696fe3f52e
if (tex width < 4), mipmap calculation will be out of range
19 years ago
Eric Anholt
9a94dae4c2
Avoid branch instructions while in single program flow mode.
There is an errata for Broadwater that threads don't have the instruction/loop
mask stacks initialized on thread spawn. In single program flow mode, those
stacks are not writable, so we can't initialize them. However, they do get
read during ELSE and ENDIF instructions. So, instead, replace branch
instructions in single program flow mode with predicated jumps (ADD to the ip
register), avoiding use of the more complicated branch instructions that may
fail. This is also a minor optimization as no ENDIF equivalent is necessary.
19 years ago
Eric Anholt
183abbcd6b
Connect INTEL_DEBUG=sync up to cmd/batch ioctls.
19 years ago
Wang Zhenyu
0536268267
adding pci id of Crestline
19 years ago
Brian
eb9033c723
Replaced by .html file.
19 years ago
Brian
4a1976b224
Replaced by .html files.
19 years ago
Brian
492e406fec
Removed/obsolete.
19 years ago
Brian
d43ccf61c2
New git repository info, links.
19 years ago
Brian
464e36391f
New info about Mesa's git repository.
19 years ago
Brian Paul
45b211f9d4
version bump
19 years ago
Brian Paul
4f3ff14a06
md5 sums
19 years ago
Brian Paul
eb667b979b
remove directfbgl.h file
19 years ago
Brian Paul
b98c1e4a4b
remove bogus link
19 years ago
Brian Paul
f10acf8b78
6.5.2 release updates
19 years ago
Gary Wong
50a81669ba
Add i915tex and i965.
19 years ago
Gary Wong
7a43a6b4ff
Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future unification.
19 years ago
Claudio Ciccani
e99d6746ed
Be aware that the surface storage can change between locks.
19 years ago
Claudio Ciccani
73fdecca9f
Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its own header.
Updated to the current DirectFBGL interface (i.e. added GetProcAddress()).
19 years ago
Thomas Hellström
682393944c
Fix an infinite loop error that may occur when many contexts are bound
to the same drawable in a multithreading environment. This one slipped out
of the texman merge.
19 years ago
Claudio Ciccani
40dc5902d3
Fixed compilation errors/warnings.
Duplicate destination surface to avoid saving/restoring the rendering state during each Clear.
19 years ago
Sean D'Epagnier
10cbd089ae
the following improvements to linux-fbdev:
1. updated makefiles to build libOSMesa as well as libGL
these are improvements to fbdev-glut
1. mouse cursor will timeout and be invisible if not being used
2. do not restore colormaps to truecolor targets, this causes problems at
exit on my g450
3. fixed a crash when cleaning up from failure by munmaping what had not
yet been mmaped
4. Resize event handling is improved, the resize function is not invoked
from a signal handler now.
5. The main loop can detect if it is running very fast (greater than 2khz)
6. keyboard up and special up events are generated from stdin input mode
and if it is also not redrawing, it sleeps
7. corrections in escape sequences for function keys for stdin input
19 years ago
Roland Scheidegger
21cf414489
fix mixed conventional / generic vertex arrays which caused a wrong array order leading to very bogus rendering (for instance WoW intro screen mentioned in #8250).
19 years ago
Roland Scheidegger
e731d8aafa
check for target instead of program->Target in _tnl_program_string, avoids segfault if program is NULL
19 years ago
Roland Scheidegger
ac8620f375
fix a bug in the sanity code when outputting vertex progs
19 years ago
Roland Scheidegger
5785e328e0
call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up the change in the r200 driver accordingly.
19 years ago
Eric Anholt
3cd06cf8c5
Add accelerated CopyPixels for non-overlapping, 1:1 blits.
Submitted by Gary Wong <gtw@gnu.org>
19 years ago
Brian Paul
716091a6a0
indent, comments, etc
19 years ago
Dave Airlie
c058f69daa
add support to miniglx for updating drawables ..
requires hacks to DRM to remove MASTER from UPDATE_DRAW and ADD_DRAW
19 years ago
Dave Airlie
4a6f47c23b
Update miniglx support for new memory manager
19 years ago
Brian Paul
d9a8cc430d
comments
19 years ago
Brian Paul
c0815bc01f
remove assertions to match i915tex code (bug 8726)
19 years ago
Brian Paul
744c3a367b
get rid of meaningless XFree86LOADER test (bug 9144)
19 years ago
Brian Paul
3e6ef125f0
replace check for XFree86LOADER and IN_MODULE with XFree86Server (bug 9144)
19 years ago
Tilman Sauerbeck
85365e6aa4
Bug #6044: actually delete the texture object in mgaDeleteTexture
19 years ago
Brian Paul
16e7ca9d72
call slang_variable_construct() inside slang_variable_scope_grow()
19 years ago
Brian Paul
e49d06e619
new slang_variable_scope_grow() function
19 years ago
Brian Paul
d4c4bdfa1e
const correctness, clean-ups
19 years ago
Brian Paul
f6ed86a1a5
indent
19 years ago
Brian Paul
308b85f29f
fix several program-related bugs (bug 9136)
19 years ago
Keith Whitwell
897b9c5cb2
Haihao Xiang's edgeflag patch.
19 years ago
Keith Whitwell
c4649208f0
Haihao Xiang's pointsize initialization patch.
19 years ago
Dave Airlie
50b3f5654e
realign some of the i830 code from the i915
19 years ago
Brian Paul
17e97ea869
fix typo
19 years ago
Brian Paul
ba02b07c75
fix indirect glMap* bugs
19 years ago
Brian Paul
14c427573e
s/ource/source/
19 years ago
Brian Paul
d426c13e46
move comments
19 years ago
Brian Paul
dfc98c0bec
indent
19 years ago