Michal Krol
a0b5ac424b
gallium: Add pipe_thread primitives for PIPE_SUBSYSTEM_WINDOWS_USER config.
2008-09-05 15:10:47 +02:00
Michal Krol
ce3cf63251
mesa: _mesa_program_state_string() returns char *, not const char *.
2008-09-05 12:25:50 +02:00
José Fonseca
b8a7eef242
tgsi: Refactor tgsi_dump to avoid using string buffers when dumping.
...
This fixes a stack overflow when dumping shaders.
It ended up being pretty much as the original code Michal had before,
before I went on a cleanup rampage on it and took things that ended up
needing...
2008-09-05 10:31:38 +09:00
José Fonseca
50524c2845
gallium: Pass 512 bytes max to EngDebugPrint.
2008-09-05 10:31:38 +09:00
José Fonseca
53979d0a35
gallium: New pf_has_alpha utility function.
2008-09-05 10:31:38 +09:00
José Fonseca
46efe73daf
python: Cleanup tri example.
2008-09-05 10:31:38 +09:00
Brian Paul
2b53512073
cell: move batch buffer init code
2008-09-04 19:10:05 -06:00
Brian Paul
c9cd0f4628
cell: comments
2008-09-04 19:09:50 -06:00
Brian Paul
2ebeab0422
cell: more cell_init_*_functions()
2008-09-04 19:00:56 -06:00
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
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
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
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
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
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
e3509fd4d0
gallium: increase string buffer size to 16000 to avoid truncated output of long shaders
2008-09-02 18:05:25 -06:00