Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-23 | r300: Remove unnecessary headers. | Vinson Lee | |
2010-01-23 | intel: Remove unnecessary headers. | Vinson Lee | |
2010-01-23 | radeon: Remove unused variable. | Vinson Lee | |
2010-01-23 | tdfx: Remove unnecessary headers. | Vinson Lee | |
2010-01-23 | sis: Remove unnecessary headers. | Vinson Lee | |
2010-01-23 | savage: Remove unnecessary headers. | Vinson Lee | |
2010-01-23 | mga: Remove unnecessary headers. | Vinson Lee | |
2010-01-22 | i965: Remove unnecessary headers. | Vinson Lee | |
2010-01-22 | i915: Remove unnecessary headers. | Vinson Lee | |
2010-01-22 | gallium/util: fix incorrect shift in a4r4g4b4_put_tile_rgba() | Brian Paul | |
Fixes fd.o bug 23313. | |||
2010-01-22 | mesa: re-implement _mesa_ProgramEnvParameter4fvARB() with memcpy() | Brian Paul | |
This is faster and ensures that NaN floats get stored properly. Before, NaN values (which might be used with UP2H, UP2US, UP4B and UP4UB) weren't getting stored properly with gcc -O3. This is the second part of the fix for the piglit fp-unpack-01 failure (bug 25973). | |||
2010-01-22 | mesa: use new fetch_vector1ui() function for 'unpack' GPU instructions | Brian Paul | |
The UP2H, UP2US, UP4B and UP4UB instructions interpret the float registers as integers. With gcc -O3 some bits were getting mixed up somewhere. This is part of the fix for the piglit fp-unpack-01 test failure (bug 25973). | |||
2010-01-22 | xlib/softpipe: more buffer free fixes | Brian Paul | |
The previous memory leak fix didn't always work properly. Now check the xm_buffer::smh field (now documented!) to see if the buffer points to shared memory. | |||
2010-01-22 | gallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex elements | Brian Paul | |
Depending on first/last provoking vertex either the first or last element/index may have the extra DRAW_PIPE_x flags. Mask off those bits for all vertex elements to be safe (esp. for the quad case). This may be overly cautious, but it's a cheap operation. Fixes a segfault caused by large/bogus vertex indexes otherwise. | |||
2010-01-22 | gallium/draw: added comments, whitespace fixes | Brian Paul | |
2010-01-22 | Fix PowerPC related typo in spantmp2.h | Ruediger Oertel | |
Signed-off-by: Matthias Hopf <mhopf@suse.de> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-01-22 | vmware/core: Update for pipebuffer changes. | José Fonseca | |
In particular, delay patching GMR relocations until the buffers are validated, since the buffers relative offset can only be established then. | |||
2010-01-21 | st/mesa: Remove unnecessary header from st_cb_viewport.c. | Vinson Lee | |
2010-01-21 | progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c. | Vinson Lee | |
2010-01-21 | i915g: Remove unnecessary header. | Vinson Lee | |
2010-01-21 | pipebuffer: Remove unnecessary header. | Vinson Lee | |
2010-01-21 | draw: Remove unnecessary headers. | Vinson Lee | |
2010-01-21 | svga: Remove unused variable. | Vinson Lee | |
2010-01-21 | vmware/core: Flush preemptively the FIFO commands to keep the GMR working ↵ | José Fonseca | |
set within reasonable bounds. | |||
2010-01-21 | vmware/core: Put GMR pool size in a define. | José Fonseca | |
2010-01-21 | vmw/wgl: Update for pipebuffer changes. | José Fonseca | |
This is a minimum change to keep things building and running minimally -- it might cause applications to fail to allocate buffers due to out of GMR memory. A proper update will be commited later. | |||
2010-01-21 | svga: Remove duplicate code. | José Fonseca | |
2010-01-21 | svga: Remove unused code. | José Fonseca | |
2010-01-21 | svga: Don't swap buffers to system memory -- winsys' responsibility. | José Fonseca | |
2010-01-21 | pipebuffer: Release the lock during map wait. Cleanups. | José Fonseca | |
2010-01-21 | pipebuffer: Swap buffers out to system memory when running out of memory. | José Fonseca | |
2010-01-21 | svga: Avoid synchronization issues when doing SW TNL. | José Fonseca | |
2010-01-21 | mesa: Use pipe_buffer_write_nooverlap where appropriate. | José Fonseca | |
2010-01-21 | util: Set DISCARD & UNSYNCHRONIZED when uploading vertices sequentially. | José Fonseca | |
2010-01-21 | util: Use pipe_buffer_write_nooverlap in blits / mipmap generation. | José Fonseca | |
2010-01-21 | gallium: New inline to write buffers which avoids synchronization. | José Fonseca | |
2010-01-21 | gallium: Set PIPE_BUFFER_USAGE_DISCARD flag in pipe_buffer_write. | José Fonseca | |
2010-01-21 | gallium: Remove temporary hack for the absence of a discard flag. | José Fonseca | |
PIPE_BUFFER_USAGE_DISCARD flag now exists. | |||
2010-01-21 | svga: Follow buffer usage semantics properly. | José Fonseca | |
It's necessary to download buffers from the host always, except if the buffer is undefined, because: - just PIPE_BUFFER_USAGE_CPU_WRITE doesn't guarantee all data is written -- old contents may still pierce through - PIPE_BUFFER_USAGE_DISCARD refers to a range, not the whole buffer, so unless we track which parts have been modified and not we still need to download the data. | |||
2010-01-21 | st/xorg: Remove unnecessary headers. | Vinson Lee | |
2010-01-21 | r200: fix CS section size mismatch | Roland Scheidegger | |
Partial fix for fdo bug 25544 The tex handling will still need CS drm changes, see bug 25544 for more. | |||
2010-01-21 | llvmpipe: Remove unnecessary headers. | Vinson Lee | |
2010-01-21 | svga: Remove unnecessary headers. | Vinson Lee | |
2010-01-20 | mach64: Remove unnecessary headers. | Vinson Lee | |
2010-01-20 | i810: Remove unnecessary headers. | Vinson Lee | |
2010-01-20 | ffb: Remove unnecessary headers. | Vinson Lee | |
2010-01-20 | xlib/softpipe: fix buffer memory leak | Brian Paul | |
Fixes leak caused by window resize. | |||
2010-01-20 | st/mesa: fix format logic in compatible_src_dst_formats() | Brian Paul | |
We need to consider the user-requested formats, not the actual device- chosen formats. See code comments for more details. | |||
2010-01-20 | docs: updated Mesa mailing list info | Brian Paul | |
2010-01-20 | st/xorg: Fic bug and close drm_api at proper place | Jakob Bornecrantz | |