Dave Airlie
401629c721
miniglx/glut: should use the x/y pos to create window
This allows moving miniglx glut windows around the framebuffer
пре 18 година
Brian
f1770c3210
better comments for _mesa_debug(), _mesa_warning(), etc
пре 18 година
Dave Airlie
8130a4fe98
radeon: enable xpress chipsets
glxgears and googleearth now run so that seems like a good start
Thanks to Aapo Tahkola for doing the 3D work on this so far, I got lost
after the GART changes.
пре 18 година
Aapo Tahkola
8f1c63b263
rs480: fix secondary color for real this time
пре 18 година
Aapo Tahkola
857ebc6d47
Merge branch 'master' of git+ssh://aapot@git.freedesktop.org/git/mesa/mesa
пре 18 година
Aapo Tahkola
660bdc616b
rs480: fix textures and secondary color(?). clipping is still busted. tested on r480
пре 18 година
Aapo Tahkola
88ae491bd2
r300: fix broken vbos
пре 18 година
Oliver McFadden
8445960d9f
r300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG.
пре 18 година
Oliver McFadden
74cae00c0e
r300: Removed more deprecated state code that is now set in separate functions.
пре 18 година
Oliver McFadden
56d9663574
r300: R300_ZS_... is now set in separate functions; removed the deprecated code.
пре 18 година
Oliver McFadden
81d1a04e04
r300: Point size is now set in a separate function; removed the deprecated code.
пре 18 година
Oliver McFadden
62cbe6c3f3
r300: Use the defined values for R300_VAP_CNTL_STATUS.
пре 18 година
Aapo Tahkola
16cec9f767
r300: fix primary color on rs480
пре 18 година
Aapo Tahkola
5e2a66466d
don't use hw to perform vertex transform etc. when using swtcl. This for compatibility with vertex programs and the fact that swtcl very rarely gets hit with tcl capable hw.
пре 18 година
Dave Airlie
b3378f6cc5
nouveau: disable nouveau build by default
Until this is API/ABI stable building it by default isn't a good idea.
пре 18 година
Brian
91948f99dd
add </ol> tag
пре 18 година
Brian
ae5f67575d
Makefile clean-ups for miniglx.
пре 18 година
Brian
e75fbd3f91
Assorted miniglx updates.
пре 18 година
Brian
a6dad578b5
document R300 bug fix 10848
пре 18 година
Brian
c6443eb1a3
fix some matrix/state token indexing bugs (see bug 10848)
пре 18 година
Brian
121533defb
add some #includes to silence warnings
пре 18 година
Brian
3cddba688d
get rid of normal vector
пре 18 година
Brian
dc881e1909
get rid of OSMESA stuff
пре 18 година
Brian
2dfb03beb2
New test of the dFdx(), dFdy() functions.
пре 18 година
Brian
18cfe0c801
document recent GLSL, R300 fixes
пре 18 година
Brian
60d136f63c
changes to get DDX/DDY working again
пре 18 година
Brian
62da6a1b3e
Resuscitate some of the DDX,DDY code.
Only works for program input registers at this time.
Good enough for the common case of texcoords, though.
пре 18 година
Brian
77e7535c0f
fix some DDX,DDY mix-ups
пре 18 година
Brian
5c1b53d58d
Document a deficiency in the _swrast_Translate() function with regard to point size.
пре 18 година
Brian
b2f1d6422b
fix some renderbuffer/wrapper bugs
пре 18 година
Brian
99f24c8d17
fix some StepX/StepY mix-ups in alpha interpolation
пре 18 година
Brian
04c401c91e
add *gc, *syn files to tarballs
пре 18 година
Brian
03f201d935
regenerated
пре 18 година
Brian
594b5ad87d
implement acos(), asin(), atan()
пре 18 година
Brian
bfd5cf72c4
fog, mix() bug fixes
пре 18 година
Brian
7559364027
Rewrite of slang_inline_asm_function() to do full parameter/argument substitution.
We had been taking a short-cut w/ asm inlines by just using parameters in order
rather than doing full formal parameter -> actual argument substitution like
ordinary inlined function calls. This worked in all cases but one: mix() in
which the parameters were used in a different order.
This fixes bug 10821.
пре 18 година
Michel Dänzer
65faf02367
r300: Don't crash in radeonUpdatePageFlipping when !radeon->glCtx->DrawBuffer.
This feels like a kludge, maybe there's a better solution.
пре 18 година
Michel Dänzer
c409dbcae3
r300: Page flipping fixes.
Mostly making sure the page flipping state is respected when necessary.
пре 18 година
Michel Dänzer
cbf280dc26
r300: radeonMakeCurrent cleanups.
r300UpdateWindow is superfluous or even possibly wrong here; _mesa_make_current
will set the viewport when necessary. So the conditional _mesa_set_viewport call
can go as well.
пре 18 година
Brian
af0ae93863
only load front/back face attrib if using a shader (bug 10788)
пре 18 година
Brian
bcc3baadba
use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788)
пре 18 година
Brian
4ca7c804db
fix GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB bug (10787)
пре 18 година
Keith Packard
bfaf6156fb
additional checks that attr is a texcoord
пре 18 година
Brian
d741b10be6
7.0 blurb
пре 18 година
Brian
e371a5f084
Version bumps for 7.0
пре 18 година
Brian
af846712fd
updates for 7.0
пре 18 година
Brian
c4615abb11
added 7.0 relnotes link
пре 18 година
Brian
430e036413
added 6.5.3 MD5 sums
пре 18 година
Brian
502ebe90e8
7.0 release notes (template)
пре 18 година
Brian
02e958a1e4
added glGetActiveAttrib
пре 18 година