Brian
b530d96216
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
il y a 18 ans
Brian
24cf67fc73
document VBO bug fix 9445
il y a 18 ans
Brian
7da7404fdf
Fix glPush/PopClientAttrib() for VBO state (bug 9445).
il y a 18 ans
Ian Romanick
16f0efca60
Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesa
il y a 18 ans
Ian Romanick
5ca107a4f2
Use glxbyteorder.h in server-side source files.
il y a 18 ans
Ian Romanick
6d29e1de73
Hack indent flags for indirect_reqsize.h to eliminate extra diffs.
il y a 18 ans
Ian Romanick
92be800146
Add missing files to server generation list.
The files indirect_reqsize.c and indirect_reqsize.h were missing from
the list of files to be generated for the server. Add them back to
the list. Also, update the INDENT_FLAGS to prevent conversion of
'GLbyte *pc' to 'GLbyte * pc' in function prototypes.
il y a 18 ans
Jerome Glisse
1d312ae013
r300: Correct bug introduced by fragprog rework.
Thx for Tilman who spoted the bugs.
il y a 18 ans
Brian
8d287d0f5e
s/unsigned/size_t/ (Matthias Hopf)
il y a 18 ans
Patrice Mandin
bbfd963f49
Update spot light params
il y a 18 ans
Ben Skeggs
254ce75ac3
nouveau: bump drm patchlevel.
il y a 18 ans
Dave Airlie
b6becfae10
fix issue with i915tex advertising visuals it can't support
This may not be the proper way to fix this but it does work easily.
il y a 18 ans
Haihao Xiang
3943d7f8b1
Use the tiled flag in the sarea to determine region tiling.
This fixes mis-rendering if back/depth fail to get set up as tiled. While it
probably won't ever be the case now that the pitch limits are loosened, this is
still the right thing to do.
il y a 18 ans
Ben Skeggs
8c180c72d5
nouveau: Use bufferobj interface for fragment program uploads
il y a 18 ans
Ben Skeggs
9a20ae70ec
nouveau: Initial buffer object support
il y a 18 ans
Ben Skeggs
1780fd4eee
nouveau: We'll need syncNotifier for NV_MEMORY_TO_MEMORY_FORMAT too.
il y a 18 ans
Ben Skeggs
885a7cc38d
nouveau: add nouveau_mem_alloc/free debugging
il y a 18 ans
Ben Skeggs
2dd3753450
nouveau: record *actual* type of memory that was alloc'd, not the requested types.
il y a 18 ans
Ben Skeggs
7b59a424b5
nouveau: Typo
il y a 18 ans
Ben Skeggs
297a35eb69
nouveau: Add simple wrapper for NV_MEMORY_TO_MEMORY_FORMAT.
il y a 18 ans
Jerome Glisse
2dccca57e4
Deleted unused file which likely have be reintroduced during git move.
This file was deleted longtime ago, guess that git migration
created it again.
il y a 18 ans
Ben Skeggs
257e3d1d59
nouveau: Make use of NOUVEAU_DEBUG for shader disasm
il y a 18 ans
Ben Skeggs
3fcb7d388d
nouveau: Make the notifier stuff actually work..
il y a 18 ans
Ben Skeggs
0b2b2de6cf
nouveau: Wait on notifier to check for completion of previous commands.
We can't wait on NV_PGRAPH_STATUS. We don't have the regs mapped, and there's
no guarantee that we'll catch PGRAPH idle when multiple channels are active.
il y a 18 ans
Ben Skeggs
c0a63d8e5e
nouveau: Add notifier support functions
il y a 18 ans
Jerome Glisse
b8769f318f
Rework r300 fragprog avoid using bitfield structure.
It seems that bitfield structure lead to some strange
problem on 64bits arch, don't want to waste time debugging
strange things like that so converted pfs_reg_t structure
to a GLuint and use good old masking and shifting spell.
(cherry picked from 2a7de9d095
commit)
il y a 18 ans
Ben Skeggs
d79323bd42
nouveau: Kill some compile warnings.
il y a 18 ans
Ben Skeggs
f54c725497
nouveau: Modify span routines to use nouveau_renderbuffer instead of driRenderbuffer
il y a 18 ans
Ben Skeggs
cb6a400dcd
nouveau: maintain numClipRects/pClipRects in context.
il y a 18 ans
Ben Skeggs
ae8d8d1326
nouveau: Don't fill nrb->dPriv for private buffers
il y a 18 ans
Ben Skeggs
1dd6759c05
nouveau: get 16bpp working
il y a 18 ans
George Sapountzis
b766643e5c
Drop mesa wrappers for XFree86.
il y a 19 ans
Sean D'Epagnier
af0190bc6e
Updated keyboard input so that glut programs can read from stdin without
problems if tty input is used. Also corrected a few stdin keycodes.
il y a 18 ans
Dave Airlie
e3358dea66
Merge branch 'nouveau-import'
il y a 18 ans
Ben Skeggs
53d40646bd
Don't build passthrough shader on <NV40
il y a 18 ans
Brian
b497a0cb7c
Don't update span->array->z[] values from SLANG_FRAGMENT_FIXED_FRAGDEPTH.
This restores the behaviour of Mesa 6.5.1, fixing a regression in 6.5.2.
See bug 9345. Revisit someday...
il y a 18 ans
Brian
6ec4a03b9f
initial release notes for 6.5.3
il y a 18 ans
Brian
6d982e53ee
don't allow fog when using a fragment shader (bug 9346)
il y a 18 ans
Ben Skeggs
de947e8a5b
Get nv10_swtcl.c working enough for glxgears on NV40.
il y a 18 ans
Gary Wong
24a495fd77
Fix copy-and-paste mistake in comment ("scaling" should read "translation").
Before _mesa_Translatef().
il y a 18 ans
Ben Skeggs
c340dd7d84
NV1x/2x hw_func stubs.
il y a 18 ans
Brian
0ae7404835
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
il y a 18 ans
Brian
5cc1292508
Replace __extension__ with LONGSTRING.
il y a 18 ans
Brian
b56a5261fe
Check in a long-misplaced spec update.
il y a 18 ans
Michel Dänzer
fde908444a
Fix copy-and-paste-o of my e-mail address.
il y a 18 ans
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.
il y a 18 ans
Michel Dänzer
81855f22cd
Fix some corner cases in i945_miptree_layout_2d().
Based on a patch from Keith Whitwell, with some further fixes.
il y a 18 ans
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.
il y a 18 ans
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.
il y a 18 ans
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.
il y a 18 ans