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 години