Brian
aff8e204d2
Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instructions.
hace 18 años
George Sapountzis
5b35132b41
Bug 7260: mach64 texture memory mng cleanup
mach64 uses its own set of texture memory management routines which are buggy,
running a second DRI client kills the first one. This patch ports mach64 code
to the stock dri texture managment code.
hace 19 años
George Sapountzis
c180678d92
Bug 7861: mach64 with render acceleration should restore texture state
RENDER acceleration uses texturing, thus when RENDER acceleration is enabled,
the mach64 DRI driver should restore texture state when acquiring the DRI lock.
hace 19 años
George Sapountzis
eed1a6de4b
Bug 7790: Polygons incorrectly clipped by mach64 driver
un-break strict-aliasing rules
hace 19 años
Michel Dänzer
26626c0052
minstall: Pass correct destination file path to $RM regardless of source path.
hace 18 años
Michel Dänzer
d71a5647a3
minstall: Always remove destination file before (re-)creating it.
This avoids issues with overwriting files that are being used.
hace 18 años
Eric Anholt
d7b24fec24
i965: Fix a crash with wine by not allocating >1MB on the stack.
hace 18 años
Xiang, Haihao
f79360858d
fix bug#9237
hace 19 años
Xiang, Haihao
5449f5a975
fix bug#9045
hace 19 años
Michel Dänzer
7a10d66590
i915tex: Recalculate viewport related hardware state in intelWindowMoved().
This fixes vertically displaced rendering with some apps like Google Earth.
Simplify other parts of the function somewhat.
hace 19 años
Michel Dänzer
94136651c3
Make git ignore Emacs backup files.
hace 19 años
Brian
fcc54b5d34
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
hace 19 años
Brian
7f82674a7e
Updated with new mesa-commit list.
hace 19 años
Michel Dänzer
75e4cfd997
Make git ignore some more generated files.
hace 19 años
Michel Dänzer
b46e359f58
glxinfo: When direct rendering is not enabled, print some hints.
If indirect rendering is forced, say how. Otherwise, suggest setting
LIBGL_DEBUG=verbose.
Inspired by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379323 .
hace 19 años
Michel Dänzer
14f92636b0
Make git ignore files only generated at build time.
hace 19 años
Michel Dänzer
7daf301046
Re-generate options.h with Swedish translations.
hace 19 años
Daniel Nylander
e8c5e0f0b4
Swedish translation of driconf options.
hace 19 años
Brian
eb9033c723
Replaced by .html file.
hace 19 años
Brian
4a1976b224
Replaced by .html files.
hace 19 años
Brian
492e406fec
Removed/obsolete.
hace 19 años
Brian
d43ccf61c2
New git repository info, links.
hace 19 años
Brian
464e36391f
New info about Mesa's git repository.
hace 19 años
Brian Paul
45b211f9d4
version bump
hace 19 años
Brian Paul
4f3ff14a06
md5 sums
hace 19 años
Brian Paul
eb667b979b
remove directfbgl.h file
hace 19 años
Brian Paul
b98c1e4a4b
remove bogus link
hace 19 años
Brian Paul
f10acf8b78
6.5.2 release updates
hace 19 años
Gary Wong
50a81669ba
Add i915tex and i965.
hace 19 años
Gary Wong
7a43a6b4ff
Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future unification.
hace 19 años
Claudio Ciccani
e99d6746ed
Be aware that the surface storage can change between locks.
hace 19 años
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()).
hace 19 años
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.
hace 19 años
Claudio Ciccani
40dc5902d3
Fixed compilation errors/warnings.
Duplicate destination surface to avoid saving/restoring the rendering state during each Clear.
hace 19 años
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
hace 19 años
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).
hace 19 años
Roland Scheidegger
e731d8aafa
check for target instead of program->Target in _tnl_program_string, avoids segfault if program is NULL
hace 19 años
Roland Scheidegger
ac8620f375
fix a bug in the sanity code when outputting vertex progs
hace 19 años
Roland Scheidegger
5785e328e0
call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up the change in the r200 driver accordingly.
hace 19 años
Eric Anholt
3cd06cf8c5
Add accelerated CopyPixels for non-overlapping, 1:1 blits.
Submitted by Gary Wong <gtw@gnu.org>
hace 19 años
Brian Paul
716091a6a0
indent, comments, etc
hace 19 años
Dave Airlie
c058f69daa
add support to miniglx for updating drawables ..
requires hacks to DRM to remove MASTER from UPDATE_DRAW and ADD_DRAW
hace 19 años
Dave Airlie
4a6f47c23b
Update miniglx support for new memory manager
hace 19 años
Brian Paul
d9a8cc430d
comments
hace 19 años
Brian Paul
c0815bc01f
remove assertions to match i915tex code (bug 8726)
hace 19 años
Brian Paul
744c3a367b
get rid of meaningless XFree86LOADER test (bug 9144)
hace 19 años
Brian Paul
3e6ef125f0
replace check for XFree86LOADER and IN_MODULE with XFree86Server (bug 9144)
hace 19 años
Tilman Sauerbeck
85365e6aa4
Bug #6044: actually delete the texture object in mgaDeleteTexture
hace 19 años
Brian Paul
16e7ca9d72
call slang_variable_construct() inside slang_variable_scope_grow()
hace 19 años
Brian Paul
e49d06e619
new slang_variable_scope_grow() function
hace 19 años