Commit graph

13648 commits

Author SHA1 Message Date
Ben Skeggs
add89c7845 nouveau: update to latest object header 2008-07-11 00:21:42 +10:00
Ben Skeggs
861629d1fd nv50: more "abuse" by using libc malloc etc.. 2008-07-11 00:15:01 +10:00
Ben Skeggs
19171ab1d3 Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 2008-07-11 00:05:53 +10:00
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
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
Patrice Mandin
225863aeb5 nv30: min/max lod are used for mipmap, there is just enable bit in tx_format 2008-07-09 23:23:39 +02:00
Patrice Mandin
2fed964a27 nv30: Update defines from nouveau_class.h 2008-07-09 22:13:01 +02:00
Patrice Mandin
7a838ef411 nv30: Update defines from nouveau_class.h 2008-07-09 22:03:59 +02:00
Patrice Mandin
456550293a nv30: update nouveau_class.h 2008-07-09 21:51:22 +02: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
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
Brian Paul
cdc0b6e523 mesa: remove debug code 2008-07-08 16:58:50 -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
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
Stephane Marchesin
a62a738f3d nv10: use the gallium alloc/free wrappers. 2008-07-08 20:26:04 +02:00
Stephane Marchesin
511693d00c nv04: use FREE/MALLOC like a good gallium boy should. 2008-07-08 20:06:57 +02:00
Jakob Bornecrantz
2e7e183751 i915: Takedown EGL screen 2008-07-08 16:54:22 +02:00
Stephane Marchesin
98c1b12ea0 Merge branch 'gallium-0.1' of git+ssh://marcheu@git.freedesktop.org/git/nouveau/mesa into gallium-0.1 2008-07-08 16:38:55 +02:00
Stephane Marchesin
28268f7b22 nv30: use native instructions. 2008-07-08 16:38:27 +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
Ben Skeggs
06d87b44cf nv50: make use of nouveau drm 0.0.11 to get 3d going 2008-07-08 12:51:29 +10:00
Jonathan White
8d2400f216 mesa: added GLAPIENTRY keywords 2008-07-07 17:57:02 -06:00
Stephane Marchesin
205101dafb nv10: there are no 3D textures. 2008-07-08 01:34:36 +02:00
Stephane Marchesin
fec4e427f8 nv04: Hook the lib into the build. 2008-07-08 01:32:32 +02:00
Stephane Marchesin
97646f1045 nv04: use BEGIN_RING_NI 2008-07-08 01:30:48 +02:00
Stephane Marchesin
52a68dd9eb nv04. 2008-07-08 01:06:18 +02: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
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
Jakob Bornecrantz
1315f720ba i915: Destruction of surface, context and device in EGL 2008-07-07 13:24:09 +02:00
Younes Manton
6235141fd2 g3dvl: IDCT part 1.
Very basic IDCT support is in, performed CPU-side for now.
2008-07-06 22:05:07 -04:00
Younes Manton
49937b9985 g3dvl: Round surfaces up to POT, use src rect when outputting surfaces. 2008-07-06 22:05:07 -04:00
Jakob Bornecrantz
b30fb6d540 i915: Fix EGL version and name 2008-07-05 16:53:29 +02:00
Jakob Bornecrantz
c6d6a57424 i915: Added a intel be function to wrap a drm bo handle 2008-07-05 15:58:42 +02:00