Dave Airlie
401629c721
miniglx/glut: should use the x/y pos to create window
This allows moving miniglx glut windows around the framebuffer
il y a 18 ans
Brian
f1770c3210
better comments for _mesa_debug(), _mesa_warning(), etc
il y a 18 ans
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.
il y a 18 ans
Aapo Tahkola
8f1c63b263
rs480: fix secondary color for real this time
il y a 18 ans
Aapo Tahkola
857ebc6d47
Merge branch 'master' of git+ssh://aapot@git.freedesktop.org/git/mesa/mesa
il y a 18 ans
Aapo Tahkola
660bdc616b
rs480: fix textures and secondary color(?). clipping is still busted. tested on r480
il y a 18 ans
Aapo Tahkola
88ae491bd2
r300: fix broken vbos
il y a 18 ans
Oliver McFadden
8445960d9f
r300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG.
il y a 18 ans
Oliver McFadden
74cae00c0e
r300: Removed more deprecated state code that is now set in separate functions.
il y a 18 ans
Oliver McFadden
56d9663574
r300: R300_ZS_... is now set in separate functions; removed the deprecated code.
il y a 18 ans
Oliver McFadden
81d1a04e04
r300: Point size is now set in a separate function; removed the deprecated code.
il y a 18 ans
Oliver McFadden
62cbe6c3f3
r300: Use the defined values for R300_VAP_CNTL_STATUS.
il y a 18 ans
Aapo Tahkola
16cec9f767
r300: fix primary color on rs480
il y a 18 ans
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.
il y a 18 ans
Dave Airlie
b3378f6cc5
nouveau: disable nouveau build by default
Until this is API/ABI stable building it by default isn't a good idea.
il y a 18 ans
Brian
91948f99dd
add </ol> tag
il y a 18 ans
Brian
ae5f67575d
Makefile clean-ups for miniglx.
il y a 18 ans
Brian
e75fbd3f91
Assorted miniglx updates.
il y a 18 ans
Brian
a6dad578b5
document R300 bug fix 10848
il y a 18 ans
Brian
c6443eb1a3
fix some matrix/state token indexing bugs (see bug 10848)
il y a 18 ans
Brian
121533defb
add some #includes to silence warnings
il y a 18 ans
Brian
3cddba688d
get rid of normal vector
il y a 18 ans
Brian
dc881e1909
get rid of OSMESA stuff
il y a 18 ans
Brian
2dfb03beb2
New test of the dFdx(), dFdy() functions.
il y a 18 ans
Brian
18cfe0c801
document recent GLSL, R300 fixes
il y a 18 ans
Brian
60d136f63c
changes to get DDX/DDY working again
il y a 18 ans
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.
il y a 18 ans
Brian
77e7535c0f
fix some DDX,DDY mix-ups
il y a 18 ans
Brian
5c1b53d58d
Document a deficiency in the _swrast_Translate() function with regard to point size.
il y a 18 ans
Brian
b2f1d6422b
fix some renderbuffer/wrapper bugs
il y a 18 ans
Brian
99f24c8d17
fix some StepX/StepY mix-ups in alpha interpolation
il y a 18 ans
Brian
04c401c91e
add *gc, *syn files to tarballs
il y a 18 ans
Brian
03f201d935
regenerated
il y a 18 ans
Brian
594b5ad87d
implement acos(), asin(), atan()
il y a 18 ans
Brian
bfd5cf72c4
fog, mix() bug fixes
il y a 18 ans
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.
il y a 18 ans
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.
il y a 18 ans
Michel Dänzer
c409dbcae3
r300: Page flipping fixes.
Mostly making sure the page flipping state is respected when necessary.
il y a 18 ans
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.
il y a 18 ans
Brian
af0ae93863
only load front/back face attrib if using a shader (bug 10788)
il y a 18 ans
Brian
bcc3baadba
use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788)
il y a 18 ans
Brian
4ca7c804db
fix GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB bug (10787)
il y a 18 ans
Keith Packard
bfaf6156fb
additional checks that attr is a texcoord
il y a 18 ans
Brian
d741b10be6
7.0 blurb
il y a 18 ans
Brian
e371a5f084
Version bumps for 7.0
il y a 18 ans
Brian
af846712fd
updates for 7.0
il y a 18 ans
Brian
c4615abb11
added 7.0 relnotes link
il y a 18 ans
Brian
430e036413
added 6.5.3 MD5 sums
il y a 18 ans
Brian
502ebe90e8
7.0 release notes (template)
il y a 18 ans
Brian
02e958a1e4
added glGetActiveAttrib
il y a 18 ans