Michel Dänzer
24bb3b3998
Make driDrawableInitVBlank() initialize the sequence number.
...
This prevents the first wait for vertical blank from timing out when the X
server has been running for a long time.
2006-09-28 14:02:05 +00:00
Brian Paul
1d914fe465
remove obsolete comment
2006-09-27 14:00:37 +00:00
Jeremy Kolb
07bacc2263
Update to use the new XCB naming convention.
2006-09-26 23:56:20 +00:00
Jeremy Kolb
3d7ee324ad
Added function convertStringForXCB. Deals with the recent XCB naming convention switch.
...
Updated the generated code to use the new XCB naming scheme.
2006-09-26 23:47:04 +00:00
Jeremy Kolb
b68788a1ca
Update linux-dr-xcb config file to use LIBDRM_CFLAGS
2006-09-26 23:45:28 +00:00
Jerome Glisse
9e82552c30
Remove r200 dependency
...
Remove r200 dependency from the code as r200 merged
driver never worked (right ?) and we want to clean
the code.
2006-09-26 17:35:41 +00:00
Jerome Glisse
c67d8678dd
Remove r200 dependency.
...
Remove r200*.h files dependency.
2006-09-26 17:28:40 +00:00
Michal Krol
ea87987dda
Prepend #extension 'MESA_shader_debug: require' to each shader.
2006-09-26 16:06:35 +00:00
Michal Krol
27f660c164
Add GLSL preprocessor.
2006-09-26 16:01:11 +00:00
Michal Krol
4303d22739
Fix Windows newlines.
2006-09-26 12:10:33 +00:00
Michal Krol
16647b739b
Add syntax files for expression and directive preprocessor.
...
Fix syntax errors in builtin library 1.2 sources.
All derivative files (*_gc.h and *_syn.h) are generated by Makefile.
2006-09-26 11:43:30 +00:00
Brian Paul
a50b7dbc3b
Initial work for supporting different renderbuffer color depths at runtime.
2006-09-25 23:57:39 +00:00
Michel Dänzer
df8632ebd8
Fix and re-enable swizzling paths for big endian platforms.
2006-09-25 16:34:40 +00:00
Keith Whitwell
cbdd7e1094
bring in active_sz mechanism from i965 driver. Fixes bug 8410
2006-09-25 09:14:26 +00:00
Keith Whitwell
f1945796ed
Fixup one place where attrsz was being used instead of active_sz
2006-09-25 09:12:25 +00:00
Brian Paul
f515c78a23
Change logicop, blend, masking functions to use the colors/indexes in the
...
sw_span object, rather than an explicit parameter.
2006-09-24 19:59:30 +00:00
Brian Paul
ba001224a1
Roll the multi_write_rgba_span() code into _swrast_write_rgba_span().
2006-09-24 19:46:42 +00:00
Brian Paul
0785b6052a
use span.array->rgba instead of local var in accum_return()
2006-09-24 16:34:56 +00:00
Brian Paul
f11508c29f
use span.arrays for color/indexes instead of a local var when doing masked clears
2006-09-24 16:31:23 +00:00
Ben Skeggs
a05db7f505
Kill all the current shader code.
2006-09-24 13:16:23 +00:00
Sean D'Epagnier
e184bd861c
corrected cursor drawing
...
added handling of SIGWINCH
fixed input of recieving SIGIO while handling SIGIO
corrected input code for return
uncommented normal calculation to models
2006-09-24 10:57:26 +00:00
Brian Paul
1ad12874b3
allocate larger TempImage, use COMBO var to choose test format/type
2006-09-23 16:09:26 +00:00
Brian Paul
7b803d649a
fix the broken fallback string/debug stuff
2006-09-22 19:28:36 +00:00
Brian Paul
5174e7c181
remove extra indentation
2006-09-22 19:09:50 +00:00
Brian Paul
43715c711d
Get rid of _swrast_mask_rgba_array() and _swrast_mask_index_array().
2006-09-22 17:44:39 +00:00
Roland Scheidegger
9f819dc014
fix up access to vertex attrib components which don't really exist but are defined to some default value by the spec (fogcoord yzw, normal w, secondary color w), by replacing those components with zero/one respectively using swizzling.
2006-09-22 15:48:50 +00:00
Keith Whitwell
9c5d75e592
Explicit test for +ve pitches in intelEmitCopyBlit()
2006-09-22 14:43:09 +00:00
Roland Scheidegger
8a0fb128c3
don't skip user clip plane clipping when the current vertex program is position invariant.
2006-09-22 13:34:24 +00:00
Keith Whitwell
7e9799ac3d
Use _Enabled rather than _Active when checking for fragment shaders
2006-09-22 11:45:21 +00:00
Keith Whitwell
df058298e1
Flush driver, not just tnl module.
2006-09-22 11:40:35 +00:00
Keith Whitwell
f9bfdb1ce4
resize buffers in MakeCurrent
2006-09-22 11:36:30 +00:00
Keith Whitwell
f118b9b40d
Remove unused variable.
2006-09-22 11:33:46 +00:00
Jouk Jansen
424749c3d5
Correcting directory name in OpenVMS-Makefile
2006-09-22 11:09:07 +00:00
Brian Paul
57d705d5a9
remove rgb[] array from span_arrays_struct - was only used in a few places
2006-09-21 23:19:40 +00:00
Brian Paul
c7d0fe1c4b
new comments, indentation fixes
2006-09-21 23:04:29 +00:00
Brian Paul
4af404038c
bump version to 6.5.2
2006-09-21 23:02:21 +00:00
Brian Paul
76785cb70a
move a conditional into an assertion
2006-09-21 22:59:50 +00:00
Brian Paul
87c5ec817c
updated doxygen info
2006-09-21 22:54:53 +00:00
Brian Paul
bb0862968e
updated extension info
2006-09-21 22:53:15 +00:00
Brian Paul
60955d7f96
Re-org of per-release info.
...
From now on, put all release-specific info into the release-X.Y.Z.html file
rather than scattered between a relnotes file, versions.html and news.html.
2006-09-21 22:51:16 +00:00
Brian Paul
2482007373
replace assert(0) with error report, improved comments, etc
2006-09-21 22:43:51 +00:00
Keith Whitwell
bad5cf056a
Fix incorrect byteswap_mapping(). Disable swizzle path on bigEndian
...
until someone can figure out whats wrong there.
2006-09-21 18:31:36 +00:00
Brian Paul
184b5d8938
use new _mesa_little_endian() function
2006-09-21 15:51:55 +00:00
Brian Paul
32e0efbdbe
added _mesa_little_endian()
2006-09-21 15:51:06 +00:00
Brian Paul
81e0d73780
GLUT_FORCE_VISUAL env var to force glut to use a particular visual (debug only)
2006-09-21 15:16:36 +00:00
Brian Paul
b7d9b1e724
new code to init DirectColor colormaps
2006-09-21 15:14:30 +00:00
Keith Whitwell
167ca59fe8
Fix the dstMap for rgb888 and bgr888 texture formats, which are the
...
opposite to what you'd naively expect.
2006-09-21 12:43:05 +00:00
Keith Whitwell
cac5974bf9
Do a better job of choosing texture formats to avoid image conversions.
2006-09-21 10:20:15 +00:00
Keith Whitwell
afd244d4e8
use the requested internal texture format where possible
2006-09-21 10:07:04 +00:00
Keith Whitwell
76dd385fed
Catch a couple of cases where we would have to delete and recreate the
...
miptree object.
2006-09-21 10:06:18 +00:00