Brian Paul
5d5db81076
swrast: fix pointer arithmetic error in get_texel_array()
...
This came from commit 1b2ab02367
2009-04-20 14:15:04 -06:00
José Fonseca
29280ac69e
gdi: Don't implement broken gl_dispatch_stub_xxx.
2009-04-20 16:44:37 +01:00
José Fonseca
be6037d459
wgl: Don't implement broken gl_dispatch_stub_xxx.
...
These don't respect the stdcall, so they crash upon return.
2009-04-20 16:44:37 +01:00
José Fonseca
708218119b
mesa: Correct the gl_dispatch_stub_xxx prototypes.
2009-04-20 16:44:37 +01:00
José Fonseca
01397a66c7
mesa: Handle failure to create a transfer.
2009-04-20 16:44:36 +01:00
Keith Whitwell
d017749b3e
mesa/progs: fix scons build after recent demo moves
2009-04-20 16:17:50 +01:00
Keith Whitwell
c691f96e98
trivial/tri-viewport.c - add guide lines, more triangles, make interactive
...
This is becoming more like a test than a trivial/ example.
2009-04-20 16:12:11 +01:00
Keith Whitwell
53c6467aea
st: assert on pipe_buffer_create failure
...
This needs a proper fix to propogate the out-of-memory condition back
up to Mesa and the app as a GL error. Until then, at least catch the
problem at its source.
2009-04-20 16:12:11 +01:00
Keith Whitwell
70588fc83c
tests/mipmap_view: add linear/nearest key
2009-04-20 16:12:11 +01:00
Keith Whitwell
c7c76ba561
util: don't set unused blend state
...
Try to avoid creating multiple blend atoms.
2009-04-20 16:12:11 +01:00
Jakob Bornecrantz
8ae52413c7
trace: Add initializer for static variables
2009-04-20 16:07:44 +02:00
Maciej Cencora
6900046aad
r300: fix register-negate branch merge regression
2009-04-20 07:31:44 -06:00
Michel Dänzer
c76a2444a3
gallium: Fix glDraw/CopyPixels fragment program leak.
2009-04-20 13:05:18 +02:00
Maciej Cencora
65fe0c86ff
r300: fix missing function declaration
2009-04-19 15:04:54 -04:00
Maciej Cencora
bcef4b63eb
r300: revert part of cb4bef7ae0
...
Some debugging code got there by accident
2009-04-19 15:04:44 -04:00
Jakob Bornecrantz
f2d2b3d8e2
trace: Enable dumping to be turned on and off
2009-04-19 16:24:41 +01:00
Jakob Bornecrantz
439c42ae8b
st: Wait to create bitmap transfer until needed
2009-04-19 16:24:41 +01:00
Jakob Bornecrantz
373e671683
autoconf: Build gallium softpipe when driver=xlib
2009-04-19 16:24:41 +01:00
Jakob Bornecrantz
90a23e340f
progs/demos: Update ignore
2009-04-19 16:24:29 +01:00
Jakob Bornecrantz
59c8e738c4
progs/glsl: Update ignore
2009-04-19 16:23:49 +01:00
Maciej Cencora
78878a13fe
r300: cleanup includes
2009-04-19 22:15:05 +10:00
Maciej Cencora
a2d49eeaeb
r300: move common fp functions to seperate file
2009-04-19 22:15:01 +10:00
Maciej Cencora
300661d12a
r300: more r300/r500 unification
...
reuse insert_WPOS_trailer function
2009-04-19 22:14:56 +10:00
Maciej Cencora
155cc1647f
r300: more prepare for merge
2009-04-19 22:14:53 +10:00
Maciej Cencora
97104c2559
r300: further r300/r500 merge preparation
2009-04-19 22:14:50 +10:00
Maciej Cencora
33af54af0d
r300: merge r300/r500 fragment program compiler structure
2009-04-19 22:14:46 +10:00
Maciej Cencora
aa04e7d475
r300: merge r300/r500 fragment program structures
2009-04-19 22:14:42 +10:00
Maciej Cencora
27d4546f60
r300: r300/r500 fp shader merge WIP
2009-04-19 22:14:39 +10:00
Maciej Cencora
cb4bef7ae0
r300: general cleanup
...
- remove unused fields
- remove unused defines and macros
- flatten one structure
2009-04-19 22:14:36 +10:00
Maciej Cencora
b552446b95
r300: remove unnecessary forward function declaration
2009-04-19 22:13:06 +10:00
Maciej Cencora
3fd0084154
r300: context creation cleanup
...
- move constant values initialization to seperate function
- remove obvious comments
2009-04-19 22:12:31 +10:00
Dave Airlie
3230cb5f53
radeon: update clear state with latest intel code
2009-04-19 22:04:42 +10:00
José Fonseca
dc1153ce83
softpipe: Simplify softpipe_create's prototype.
2009-04-18 23:15:26 +01:00
José Fonseca
876e95dcc8
softpipe: Fix softpipe_is_texture_referenced prototype.
2009-04-18 23:15:26 +01:00
José Fonseca
eb63e8cc75
softpipe: Remove softpipe_winsys.
...
Not used by softpipe anyway.
2009-04-18 23:15:26 +01:00
Brian Paul
c0565e86b4
demos: added glsl/texaaline.c program and overhaul the Makefile
2009-04-18 14:18:59 -06:00
Brian Paul
3595732f28
demos: updated .gitignore list
2009-04-18 13:18:44 -06:00
Brian Paul
c953f6620c
docs: removed/added demo programs
2009-04-18 13:16:35 -06:00
Brian Paul
d61070b659
demos: move demos/texobj.c to tests/
2009-04-18 13:12:50 -06:00
Brian Paul
30e80f6e55
demos: move demos/occlude.c (old HP extension) to tests
2009-04-18 13:10:51 -06:00
Brian Paul
22af013f85
demos: move tests/dinoshade.c to demos/
2009-04-18 13:08:48 -06:00
Brian Paul
49c3e7172d
demos: move tests/projtex.c to demos/
...
And fix compiler warnings.
2009-04-18 13:05:51 -06:00
Brian Paul
292e192093
demos: move tests/fbotexture.c to demos/
2009-04-18 13:00:48 -06:00
Brian Paul
f47495ec42
demos: move texdown.c to tests/
2009-04-18 12:58:00 -06:00
Brian Paul
dfd69a27f8
demos: move glutfx demo to tests/
2009-04-18 12:57:13 -06:00
Brian Paul
6a495d26af
demos: move streaming_rect.c demo to tests/
2009-04-18 12:55:55 -06:00
Brian Paul
118856641f
demos: move glslnoise.c demo to glsl/noise2.c
2009-04-18 12:54:27 -06:00
Brian Paul
927dc39de0
i965: use region width, height in brw_update_renderbuffer_surface()
...
Fixes a regression from commit 2c30fd84df
seen with DRI1.
2009-04-18 10:42:15 -06:00
Brian Paul
957a625b2d
intel: #include polygon.h to silence warning
2009-04-18 10:40:21 -06:00
Brian Paul
3e750ce5c4
demos: fix incorrect assertion
2009-04-18 10:20:26 -06:00