Brian Paul
|
ea970da0b6
|
bring in changes from 6.4 branch
|
2006-02-03 17:21:54 +00:00 |
|
Roland Scheidegger
|
e7276b7fa5
|
replace the texture level hack used in radeon/r200 to allow larger textures with different methods to calculate the announced maximum texture sizes. Default is still the same (that is, radeon/r200 default to not announce anything which might not fit, i830/i915 default to 1 texture must fit). Bug #5785.
|
2006-02-03 13:29:11 +00:00 |
|
Brian Paul
|
16a14510c4
|
use calloc instead of malloc so try_codegen field is initialized to zero (bug 5791)
|
2006-02-02 17:33:26 +00:00 |
|
Brian Paul
|
725740c7c8
|
add some assertions to check emit_func[] table validity
|
2006-02-02 14:30:16 +00:00 |
|
Roland Scheidegger
|
5951aab823
|
fix texcoord unit assertion, the right one (bug 5780)
|
2006-02-01 23:14:42 +00:00 |
|
Brian Paul
|
865ad82bb8
|
fix texcoord unit assertion (bug 5780)
|
2006-02-01 16:50:16 +00:00 |
|
Roland Scheidegger
|
3b6f62fc73
|
fix test for valid texunit in _mesa_ClientActiveTextureARB
|
2006-02-01 01:05:40 +00:00 |
|
Brian Paul
|
111281f1fc
|
s/malloc/calloc/, fix mem leak
|
2006-01-31 03:00:14 +00:00 |
|
Roland Scheidegger
|
663138a951
|
fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL_INDEX8 with GL_STENCIL_INDEX8_EXT). Fix potential problem with drivers which use 32bit z buffers.
|
2006-01-30 23:49:31 +00:00 |
|
Roland Scheidegger
|
a45f23bed1
|
fix broken assertion to make radeon driver compile with -DDEBUG...
|
2006-01-30 23:36:42 +00:00 |
|
Brian Paul
|
4b4cc650e1
|
updated comment
|
2006-01-30 17:13:19 +00:00 |
|
Brian Paul
|
781c54a5b8
|
silence warning about duplicate M_PI definition
|
2006-01-30 17:12:10 +00:00 |
|
Brian Paul
|
6a36407a00
|
added more tests (Pedro Maia)
|
2006-01-30 17:11:47 +00:00 |
|
Brian Paul
|
7905b19ec9
|
use fmod() when incrementing CubeRot
|
2006-01-30 15:35:35 +00:00 |
|
Michal Krol
|
bd8c742762
|
Add shader/slang/slang_compile_*.* files.
|
2006-01-30 14:50:01 +00:00 |
|
Michal Krol
|
9dc8bce88e
|
Split slang_compile.c into several smaller files - it was just too big.
Minor fixes and cosmetic changes.
|
2006-01-30 14:48:42 +00:00 |
|
Brian Paul
|
b2006a40eb
|
some initial EGL 1.2 work
|
2006-01-30 00:10:55 +00:00 |
|
Brian Paul
|
daf3093f28
|
Test glCopyTexSubImage2D by drawing gears as texture on sides of a box.
|
2006-01-28 00:30:07 +00:00 |
|
Brian Paul
|
5e9d73153c
|
misc updates
|
2006-01-27 20:12:06 +00:00 |
|
Brian Paul
|
0b3c2a9a24
|
Don't do swapbuffers if -nodraw specified. Get t0 after setup code.
|
2006-01-27 15:44:40 +00:00 |
|
Aapo Tahkola
|
5594ddbcfe
|
remove broken non arb fp path
|
2006-01-27 14:35:24 +00:00 |
|
Aapo Tahkola
|
58e4aa0ec9
|
missing link in the fallback chain
|
2006-01-27 14:09:05 +00:00 |
|
Aapo Tahkola
|
0fcfa1c5b0
|
enable hw vertex programs by default
|
2006-01-27 14:03:22 +00:00 |
|
Aapo Tahkola
|
e797bc8bbe
|
per vp sw fallbacks
|
2006-01-27 13:21:47 +00:00 |
|
Aapo Tahkola
|
7d82d284e3
|
radeon driver doesnt have this so i assume we shouldnt either.
|
2006-01-27 13:09:59 +00:00 |
|
Aapo Tahkola
|
a7bd2563c3
|
drop all that (slow) locking stuff and make u_list per context.
|
2006-01-27 13:05:56 +00:00 |
|
Aapo Tahkola
|
875df252a7
|
R300_PFS_NODE_LAST_NODE -> R300_PFS_NODE_OUTPUT_COLOR
|
2006-01-27 12:38:20 +00:00 |
|
Aapo Tahkola
|
e804370014
|
Work around problems with t_vp_build.c
|
2006-01-27 12:23:26 +00:00 |
|
Aapo Tahkola
|
32551222bc
|
r300UpdateTextureEnv shouldnt be called.
|
2006-01-27 12:18:58 +00:00 |
|
Brian Paul
|
77667266a7
|
Test glTexSubImage and glCopyTexSubImage rate.
Run with -nodraw to skip rendering of test quad to get "pure" sub-tex rate.
|
2006-01-26 17:35:31 +00:00 |
|
Brian Paul
|
32a6468014
|
copypixrate.c - measure the speed of glCopyPixels.
|
2006-01-26 16:37:47 +00:00 |
|
Aapo Tahkola
|
e65ad47a8f
|
remove some testing code
|
2006-01-26 16:28:54 +00:00 |
|
Aapo Tahkola
|
edc98df891
|
Fix a problem where offsets from disabled tmus reach drm
|
2006-01-26 15:53:18 +00:00 |
|
Alan Hourihane
|
fbcb37cac5
|
remove i830
|
2006-01-26 08:53:32 +00:00 |
|
Brian Paul
|
3a5bb1729d
|
New comments, clean-up of fields related to point/line/triangle validation.
|
2006-01-26 01:32:47 +00:00 |
|
Brian Paul
|
2219a15b06
|
remove unneeded init of swrast->invalidate_line/triangle
|
2006-01-26 01:28:00 +00:00 |
|
Brian Paul
|
74235b1cf1
|
remove the GL_HP_occlusion_test code
|
2006-01-26 01:27:17 +00:00 |
|
Brian Paul
|
f3cf636e57
|
WGL_ARB_extensions_string extension
|
2006-01-25 17:33:13 +00:00 |
|
Brian Paul
|
166b0ff973
|
added wglGetExtensionsStringARB
|
2006-01-25 15:05:36 +00:00 |
|
Karl Schultz
|
7f1274fa8b
|
add wglGetExtensionsStringARB
|
2006-01-25 06:02:55 +00:00 |
|
Jerome Glisse
|
99da2d30eb
|
fix using a tmp without asking for one
|
2006-01-24 23:04:51 +00:00 |
|
Alan Hourihane
|
8b1dc68662
|
pull in fix from 6.4 branch for XFree86Server definition
|
2006-01-24 21:40:53 +00:00 |
|
Aapo Tahkola
|
4dd8a8907e
|
fix broken get_half & get_zero
|
2006-01-24 20:24:06 +00:00 |
|
Alan Hourihane
|
65573edd1b
|
remove very old i830 code
|
2006-01-24 19:59:54 +00:00 |
|
Alan Hourihane
|
f3134ca7ad
|
use front.size instead of sPriv->fbSize
|
2006-01-24 19:40:26 +00:00 |
|
Alan Hourihane
|
f7360cd42d
|
use screen->front.map instead of pFB from libdri
|
2006-01-24 19:28:49 +00:00 |
|
Alan Hourihane
|
39c492bb14
|
Add Intel 945GM support
Add rotation support
(Tungsten Graphics)
|
2006-01-23 10:10:48 +00:00 |
|
Jerome Glisse
|
acd1f16b35
|
Do individual negetation in swizzling, thus we can
save one instruction in some case.
|
2006-01-21 15:16:53 +00:00 |
|
Jerome Glisse
|
c6f35dd8db
|
Indent & wrap around 80
|
2006-01-21 13:08:46 +00:00 |
|
Aapo Tahkola
|
f087d60f18
|
Doesnt apply anymore
|
2006-01-21 12:48:09 +00:00 |
|