Michel Dänzer
fde908444a
Fix copy-and-paste-o of my e-mail address.
18 jaren geleden
Michel Dänzer
e0c9361a7c
Avoid failing assertion in intel_miptree_set_image_offset() with cube maps.
Cube maps still aren't working quite correctly though.
18 jaren geleden
Michel Dänzer
81855f22cd
Fix some corner cases in i945_miptree_layout_2d().
Based on a patch from Keith Whitwell, with some further fixes.
18 jaren geleden
Michel Dänzer
3416ef303a
Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers.
Use the i965 version as it has some fixes over the i915tex version.
18 jaren geleden
Michel Dänzer
cc1afed671
intel_finalize_mipmap_tree: Add more conditions for rebuilding mipmap trees.
These are taken from the i965 driver and fix corruption of some mipmap levels
under some circumsances with 945 chipsets at least.
Also flush the batchbuffer after copying data between trees, or some apps fail
an assertion elsewhere.
18 jaren geleden
Michel Dänzer
5f8a3e586f
intel_batchbuffer_flush: Don't assert cliprects when lock is not held.
This is a legitimate situation when copying texture data between mipmap trees.
18 jaren geleden
Michel Dänzer
4cb09df015
intelTexSubimage: Fix last parameter for intel_miptree_image_map().
18 jaren geleden
Michel Dänzer
9c09259b8b
_mesa_swizzle_ubyte_image: Only use single swizzle_copy call when strides match.
This fixes texture data corruption with glTexSubimage (and probably glTexImage
under some circumstances) with the texstore swizzle path.
18 jaren geleden
Michel Dänzer
78a6e05439
mipmap_limits: Fix display of current texture filtering mode.
18 jaren geleden
Ben Skeggs
99878298da
Improve SwapBuffers a bit.
18 jaren geleden
Ben Skeggs
c95557f48b
0x4497 doesn't have NV30_TCL_PRIMITIVE_3D_NORMALIZE_ENABLE
18 jaren geleden
Ben Skeggs
15c7e8896b
Some more voodoo to get 3D going with a minimal initial context.
18 jaren geleden
Roland Scheidegger
2956a0c8a8
submit vertex weights to make World of Warcraft maybe happy (bug 8250)
submit the vertex weights to hw, which will enable broken vertex programs
errorneously using them to work. Note however that this will only work
if glWeight is used, there is no code in mesa at all to deal with weight
vertex array (glWeightPointerARB).
18 jaren geleden
Brian
8dcfcad7a2
Move all the code for computing ctx->_TriangleCaps into state.c.
ctx->_TriangleCaps should probably go away altogether someday...
18 jaren geleden
Brian
6c305c0831
Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI.
18 jaren geleden
Brian
73eee2402e
Use XDisplayName() when reporting errors (bug 8079).
18 jaren geleden
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.
19 jaren geleden
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.
19 jaren geleden
George Sapountzis
eed1a6de4b
Bug 7790: Polygons incorrectly clipped by mach64 driver
un-break strict-aliasing rules
19 jaren geleden
Michel Dänzer
26626c0052
minstall: Pass correct destination file path to $RM regardless of source path.
18 jaren geleden
Michel Dänzer
d71a5647a3
minstall: Always remove destination file before (re-)creating it.
This avoids issues with overwriting files that are being used.
18 jaren geleden
Eric Anholt
d7b24fec24
i965: Fix a crash with wine by not allocating >1MB on the stack.
18 jaren geleden
Patrice Mandin
aadcf1a9ff
Update spot light params also for nv20 and nv30
18 jaren geleden
Patrice Mandin
5c80270b91
grr, always check twice before commit
18 jaren geleden
Patrice Mandin
65c54a685a
Resend spot light parameters when part of it changes
18 jaren geleden
Ben Skeggs
c04c74bc5d
Skeletal extension handling across chipsets.
18 jaren geleden
Ben Skeggs
fe91d00e33
NV_44 uses nv30InitStateFuncs too
18 jaren geleden
Ben Skeggs
046ece3a2d
state cache is automagically flushed on a normal BEGIN_RING_SIZE
18 jaren geleden
Ben Skeggs
e62b2f9c2e
Implement a simple nv30Clear, and make sure we get a nouveau_renderbuffer
for the depth buffer and not a Mesa renderbuffer adaptor
18 jaren geleden
Xiang, Haihao
f79360858d
fix bug#9237
18 jaren geleden
Xiang, Haihao
5449f5a975
fix bug#9045
19 jaren geleden
Ben Skeggs
bda66ac426
oops, typo
19 jaren geleden
Ben Skeggs
011377622f
Create visuals for modes the ddx provides
19 jaren geleden
Ben Skeggs
1d6f13986c
oops, we don't want this by default just yet...
19 jaren geleden
Ben Skeggs
4cfb762c3e
Some work on buffer handling, most likely not entirely correct and
incomplete. But, it works well enough that windows can be
moved/resized.
19 jaren geleden
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.
19 jaren geleden
Michel Dänzer
94136651c3
Make git ignore Emacs backup files.
19 jaren geleden
Brian
fcc54b5d34
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
19 jaren geleden
Brian
7f82674a7e
Updated with new mesa-commit list.
19 jaren geleden
Michel Dänzer
75e4cfd997
Make git ignore some more generated files.
19 jaren geleden
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 .
19 jaren geleden
Michel Dänzer
14f92636b0
Make git ignore files only generated at build time.
19 jaren geleden
Michel Dänzer
7daf301046
Re-generate options.h with Swedish translations.
19 jaren geleden
Daniel Nylander
e8c5e0f0b4
Swedish translation of driconf options.
19 jaren geleden
Brian
eb9033c723
Replaced by .html file.
19 jaren geleden
Brian
4a1976b224
Replaced by .html files.
19 jaren geleden
Brian
492e406fec
Removed/obsolete.
19 jaren geleden
Brian
d43ccf61c2
New git repository info, links.
19 jaren geleden
Brian
464e36391f
New info about Mesa's git repository.
19 jaren geleden
Stephane Marchesin
3867bc9780
Fix the swtcl module.
19 jaren geleden