Commit graph

92185 commits

Author SHA1 Message Date
Brian Paul
5cf2e22654 cell: implement CELL_DEBUG env/options var
Options so far:
  "checker"  module tile clear color by SPU ID to see where the tiles are
  "sync"  to do synchronous DMA (only partially implemented)
2008-09-04 18:36:22 -06:00
Brian Paul
a69fc5129b mesa: improved gl_buffer_object reference counting
Use new _mesa_reference_buffer_object() function wherever possible.
Fixes buffer object/display list crash reported in ParaView.
2008-09-04 15:25:45 -06:00
Brian Paul
9a64440154 mesa: fix minor mem leak 2008-09-04 15:05:03 -06:00
Brian Paul
37c74af01c mesa: improved gl_buffer_object reference counting
Use new _mesa_reference_buffer_object() function wherever possible.
Fixes buffer object/display list crash reported in ParaView.
2008-09-04 14:59:40 -06:00
Brian Paul
dc248fc288 cell: assorted comments, clean-ups, etc. 2008-09-04 12:36:20 -06:00
Brian Paul
27ae1bcabf cell: use util_surface_copy/fill() 2008-09-04 10:38:00 -06:00
Brian Paul
93ad2d5a5e cell: include p_inlines.h 2008-09-04 10:37:30 -06:00
Brian Paul
dd82c06ca3 softpipe: use the new util_surface_copy/fill() functions 2008-09-04 10:32:29 -06:00
Brian Paul
69897223a8 gallium: remove the copyHeight hack for compresssed formats 2008-09-04 10:31:50 -06:00
Brian Paul
ce8c08c2b0 gallium: new util_surface_copy() and util_surface_fill() helpers
These are plug-in fallbacks for the pipe->surface_copy() and
pipe->surface_fill() functions.
2008-09-04 10:31:23 -06:00
Michal Krol
978f07bebd mesa: Silence compiler warnings on Windows. 2008-09-04 13:37:15 +02:00
Kristian Høgsberg
4a32f0c638 configure.ac: bump dri2proto requirement, drop TTM_API define. 2008-09-04 06:23:14 -04:00
Xiang, Haihao
55e89eecff mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24
Cherry-picked from master
2008-09-04 11:45:25 +08:00
Xiang, Haihao
0adfd10210 intel: Fix depth_stencil texture. 2008-09-04 11:36:04 +08:00
Xiang, Haihao
218df7f9c5 mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24 2008-09-04 11:32:52 +08:00
Jakob Bornecrantz
dc44bb8e92 mesa: Support for MESA_FORMAT_S8_Z24 texture
cherry-picked from gallium-0.1
2008-09-04 10:35:01 +08:00
José Fonseca
2c45b5575a mesa: Remove unused var. 2008-09-04 11:15:19 +09:00
José Fonseca
1d7a213dad softpipe: Add missing include. 2008-09-04 11:15:08 +09:00
José Fonseca
f754b45bef i915: Add missing include. 2008-09-04 11:14:59 +09:00
José Fonseca
135a0dd75c gallium: Fix typo. 2008-09-04 11:14:35 +09:00
José Fonseca
dffad1751e cell: Use pipe_buffer_* inlines as much as possible. 2008-09-04 09:38:24 +09:00
José Fonseca
34cc7f5f19 i915: Use pipe_buffer_* inlines as much as possible. 2008-09-04 09:38:23 +09:00
José Fonseca
65a094101f i965: Use pipe_buffer_* inlines as much as possible. 2008-09-04 09:38:23 +09:00
José Fonseca
c93fff86ea softpipe: Use pipe_buffer_* inlines as much as possible. 2008-09-04 09:38:23 +09:00
José Fonseca
78435d9142 python: Use pipe_buffer_* inlines as much as possible. 2008-09-04 09:38:23 +09:00
José Fonseca
a3e39a4aa9 gallium: Use pipe_buffer_* inlines as much as possible. 2008-09-04 09:38:23 +09:00
Brian Paul
e5085b83d0 cell: flush rendering to current surfaces before installing new ones
This fixes crashes when resizing windows.
2008-09-03 14:38:02 -06:00
Brian Paul
e082298e31 cell: update comments, fix typos 2008-09-03 14:36:56 -06:00
Brian Paul
f89b74d97e cell: change context type passed to cell_flush_int() 2008-09-03 14:31:11 -06:00
Brian Paul
5531c986bd gallium: comments about nblocksx/y, etc 2008-09-03 14:23:22 -06:00
Brian Paul
a563a27c07 gallium: silence warnings 2008-09-03 13:35:06 -06:00
Brian Paul
6c84652dc3 cell: replace assert() with special spu ASSERT() macro 2008-09-03 13:35:06 -06:00
Brian Paul
439dca4992 cell: add pipe_texture_reference() call in cell_get_tex_surface() 2008-09-03 13:35:06 -06:00
Brian Paul
b035c85b3e cell: updated assertion 2008-09-03 13:35:06 -06:00
Brian Paul
ba2812f23e cell: comments 2008-09-03 13:35:06 -06:00
Brian Paul
6ebf712d88 gallium: do image clipping in xmesa_display_surface_tiled() 2008-09-03 13:35:06 -06:00
Brian Paul
8b8952aa69 cell: fix texture/surface allocation to allocate by multiple of tile size
This fixes the garbage blocks/pixels seen along the bottom of some windows.
2008-09-03 13:35:06 -06:00
Brian Paul
2ab394a3b4 cell: move misplaced assertions; put them after ximage is assigned. 2008-09-03 13:35:05 -06:00
Jakob Bornecrantz
1d5ad2c244 i915: Fix typo in intel_lock.c 2008-09-03 18:31:21 +02:00
Brian Paul
fafc36920e cell: add -DDEBUG flag, fixes to Cell Makefiles 2008-09-03 09:31:36 -06:00
Eric Anholt
a04aeea5c0 intel: Fix prototype warning. 2008-09-03 16:13:18 +01:00
Brian Paul
ab93aa774e Cell: added linux-cell-debug config
linux-cell is now the optimized configuration.
Remove some Cell-specific stuff from winsys/xlib/Makefile.
2008-09-03 09:08:46 -06:00
Brian Paul
01a76f4fee cell: add missing cell_tex_surface_release() 2008-09-03 09:08:45 -06:00
Eric Anholt
e32721c46a intel: Fix refcounting on depth buffer initialization in DRI2.
(Reverts a change to work around the problem on 965).
2008-09-03 13:31:44 +01:00
Xiang, Haihao
3bb2a24921 intel: Fix a crash if dri2 is disabled. 2008-09-03 14:47:36 +08:00
José Fonseca
f637a96e85 gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
We want to use the pipe_buffer_* inlines everywhere, but a pipe context
is not always available nor is it needed.
2008-09-03 11:53:39 +09:00
José Fonseca
82086f5d21 draw: Describe the steps in emit_load_R32G32B32A32. 2008-09-03 11:53:39 +09:00
Brian Paul
a28aa18543 fix BUFFER_DEPTH/BUFFER_ACCUM mix-up 2008-09-02 18:13:48 -06:00
Brian Paul
0fd1a8c4a1 fix BUFFER_DEPTH/BUFFER_ACCUM mix-up 2008-09-02 18:10:51 -06:00
Brian Paul
e3509fd4d0 gallium: increase string buffer size to 16000 to avoid truncated output of long shaders 2008-09-02 18:05:25 -06:00