Commit graph

18607 commits

Author SHA1 Message Date
Brian Paul
64f92e00c8 mesa: check for null shader->Source 2008-07-09 15:54:21 -06:00
Brian Paul
811a183a27 mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity check 2008-07-09 15:54:06 -06:00
Brian Paul
547e487df2 mesa: call glutDestroyWindow() on exit 2008-07-09 15:52:04 -06:00
Brian Paul
eb9efc6ad5 mesa: disable fprintf() error 2008-07-09 15:51:18 -06:00
Brian Paul
e3b13dba4d egl: link libEGL w/ additional libs 2008-07-09 15:49:59 -06:00
Brian Paul
70b0a949b0 egl: misc updates/fixes
Set surface size when created.
Implement dri_find_dri_screen().
Look for "egl_xxx_dri.so" library before regular DRI driver.
2008-07-09 15:47:27 -06:00
Brian Paul
ac05da56ec mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity check 2008-07-09 15:06:36 -06:00
Brian Paul
93ff702b4f gallium: fix logic in pb_check_usage() 2008-07-09 11:46:16 -06:00
Brian Paul
520dbdea22 mesa: check for OpenBSD (bug 15604)
cherry-picked from master
2008-07-09 08:48:41 -06:00
Brian Paul
57f2d071d1 mesa: fix state.clip[n].plane parsing bug (bug 16611)
cherry-picked from master
2008-07-09 08:47:23 -06:00
Brian Paul
4ca0af1882 mesa: fix state.clip[n].plane parsing bug (bug 16611) 2008-07-09 08:39:25 -06:00
Brian Paul
a2e435054c mesa: check for OpenBSD (bug 15604) 2008-07-09 08:39:25 -06:00
Zack Rusin
48b8a32c6d egl: plug a small memleak 2008-07-09 10:20:28 -04:00
Zack Rusin
d25709df1d draw: remove some debug output 2008-07-09 09:54:57 -04:00
Xiang, Haihao
75e4db1804 i915: fall back to software rendering when shadow comparison is
enabled for 1D texture. fix #12176
2008-07-09 13:10:46 +08:00
Brian Paul
cdc0b6e523 mesa: remove debug code 2008-07-08 16:58:50 -06:00
Brian Paul
2f1b5ffcda mesa: remove debug code 2008-07-08 16:52:45 -06:00
Brian Paul
e4d9cc94b8 add yet another Makefile 2008-07-08 16:28:33 -06:00
Brian Paul
ee2a101123 bump version to rc3 2008-07-08 16:26:28 -06:00
Brian Paul
7d3feef9d6 added more Makefiles to file list 2008-07-08 16:26:06 -06:00
Brian Paul
2be54a8e8c mesa: implement glGetUniformiv() with new ctx->Driver function
The old implementation could overwrite the caller's param buffer.
2008-07-08 16:17:04 -06:00
Brian Paul
44029f15a8 added src/mesa/drivers/Makefile to file list 2008-07-08 16:16:57 -06:00
Brian Paul
072c474836 mesa: implement glGetUniformiv() with new ctx->Driver function
The old implementation could overwrite the caller's param buffer.
2008-07-08 16:12:01 -06:00
Brian Paul
6fe7857629 mesa: bump version to rc2 2008-07-08 15:12:48 -06:00
Brian Paul
c71fa34728 added null texObj ptr check (bug 15567) 2008-07-08 15:11:53 -06:00
Brian Paul
fd6cb1b11d mesa: more debug output 2008-07-08 15:11:53 -06:00
Brian Paul
d14b7890a4 mesa: compute global var size before doing codegen 2008-07-08 15:11:53 -06:00
Brian Paul
477d597df6 mesa: add missing VARYING case to storage_string() 2008-07-08 15:11:53 -06:00
Brian Paul
3bdf50bab0 mesa: fix bug/failure in recursive function inlining
Fixes a failure for cases such as y = f(a, f(a, b))
All the usual tests still pass but regressions are possible...
2008-07-08 15:07:28 -06:00
Brian Paul
7cbc244c52 gallium: tweak printing of generic declarations 2008-07-08 15:07:28 -06:00
Brian Paul
fe1c0e44aa mesa: more debug output 2008-07-08 15:07:28 -06:00
Brian Paul
0d1f54db6b mesa: compute global var size before doing codegen 2008-07-08 15:07:28 -06:00
Brian Paul
2e638cfe3c mesa: add missing VARYING case to storage_string() 2008-07-08 15:07:28 -06:00
Jakob Bornecrantz
2e7e183751 i915: Takedown EGL screen 2008-07-08 16:54:22 +02:00
Jakob Bornecrantz
1257bb9b13 i915: Use deviceID in EGL device create 2008-07-08 14:44:23 +02:00
Jakob Bornecrantz
0c6efeb02b i915: Complete the screen -> device renaming 2008-07-08 14:41:17 +02:00
Jakob Bornecrantz
b13b1210c0 i915: Renamed intel_screen to intel_device
The renameing makes more sense, why because:
	In egl you have a display/driver/device as the
	basis, and you have screens as outputs.
2008-07-08 14:16:15 +02:00
Xiang, Haihao
92c075eeb7 i965: official name for GM45 chipset 2008-07-08 14:14:04 +08:00
Jonathan White
8d2400f216 mesa: added GLAPIENTRY keywords 2008-07-07 17:57:02 -06:00
Jonathan White
f4caddd66f egl: updated GL_APIENTRY for Windows 2008-07-07 17:57:02 -06:00
José Fonseca
6701ecb3ba raw2png: More helpful messages. Handle PIPE_FORMAT_A8B8G8R8_SNORM. 2008-07-08 07:29:18 +09:00
José Fonseca
30b6b0b9ef raw2png: Update formats from p_formats.h 2008-07-08 07:29:18 +09:00
Brian Paul
de71e4741d egl: bump up MAX_ATTRIBS, added assertion 2008-07-07 14:34:30 -06:00
Brian Paul
1828b6d031 gallium: move assertion (though not really significant) 2008-07-07 10:12:55 -06:00
Brian Paul
b7dfabcaab gallium: simplify/fix buffer_offset, src_offset computation for VBO arrays
Things broke when vertex position wasn't the first attribute.
2008-07-07 10:10:20 -06:00
George Sapountzis
a36bf890e8 glx: add LIBGL_ALWAYS_SOFTWARE
this disables accelerated DRI and fallbacks to client-side software rendering.

compile-tested only.
2008-07-07 18:34:17 +03:00
Jakob Bornecrantz
3596339d31 i915: Fix wrong pointer to cleanup 2008-07-07 15:56:19 +02:00
Jakob Bornecrantz
7420bc05a8 i915: Fix EGL make current 2008-07-07 15:49:09 +02:00
Jakob Bornecrantz
88b806a069 i915: More cleanup of display 2008-07-07 15:26:47 +02:00
Jakob Bornecrantz
687c8d8941 i915: Fetch the real deviceID for EGL 2008-07-07 14:29:11 +02:00