Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-25 | llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE ↵ | José Fonseca | |
magic. Flush means flush, i.e., all previous operations should be visible from other contexts. This does not imply unswizzling tiles, since unswizzling should be done on a needed basis for any context. | |||
2010-05-25 | gallivm: Choose an appropriate code generation optimization level. | José Fonseca | |
'Default' unless GALLIVM_DEBUG=nopt option is set. | |||
2010-05-24 | sw/xlib: NULL-out pointers after freeing image data | Brian Paul | |
This fixes a double-free() error when not using a shared memory XImage. The XDestroyImage() function frees the ximage->data buffer if non-NULL. If we free it ourselves, we also need to NULL-out the pointer. | |||
2010-05-24 | st/glx: check if deleting head of buffer list | Brian Paul | |
2010-05-24 | llvmpipe: Also test compressed formats in lp_test_format() | José Fonseca | |
2010-05-24 | llvmpipe: Fix lp_test_format on 32bit OSes. | José Fonseca | |
2010-04-30 | xorg-vmwgfx: Add vmwctrl proto | Jakob Bornecrantz | |
2010-05-24 | llvmpipe: Delete extraneous arugment too. | José Fonseca | |
2010-05-24 | llvmpipe: Remove unused sincos_test_case struct. | José Fonseca | |
2010-05-24 | llvmpipe: Unit test for sin/cos that compares against reference implementation. | Qicheng Christopher Li | |
Signed-off-by: José Fonseca <jfonseca@vmware.com> | |||
2010-05-24 | gallivm: Efficient implementation of sin/cos. | Qicheng Christopher Li | |
Based on Julien Pommier's SSE and SSE2 algorithms. Signed-off-by: José Fonseca <jfonseca@vmware.com> | |||
2010-05-23 | util/blitter: allow NULL clear color | Marek Olšák | |
2010-05-23 | r300g: extend compile error message | Marek Olšák | |
2010-05-23 | r300g: fix dummy vertex shader compilation | Marek Olšák | |
2010-05-23 | r300g: fix warnings | Marek Olšák | |
2010-05-22 | llvmpipe: Fill in slice_stride. | José Fonseca | |
2010-05-21 | st_api: Give get_egl_image arguments directly to the function | Jakob Borncrantz | |
2010-05-21 | st/glx: fix incorrect parameter type | Brian Paul | |
2010-05-21 | gallium: Fix invalidate framebuffer with old libGL libraries | Jakob Bornecrantz | |
2010-05-21 | st_api: Add get param function to st_manager | Jakob Bornecrantz | |
2010-05-21 | nouveau: Fix build after msaa merge | Jakob Bornecrantz | |
2010-05-21 | rbug: fix breakage due to interface changes | Roland Scheidegger | |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger | |
Conflicts: src/mesa/state_tracker/st_gen_mipmap.c src/mesa/state_tracker/st_texture.c | |||
2010-05-21 | nouveau/nvfx: Fill more PIPE_CAP_MAX_ values | Patrice Mandin | |
Signed-off-by: Patrice Mandin <patmandin@gmail.com> | |||
2010-05-21 | cell: assorted compilation fixes | Brian Paul | |
2010-05-21 | cell: fix breakage from earlier draw module changes | Brian Paul | |
2010-05-21 | gallium: remnants of old ccw state | Keith Whitwell | |
2010-05-21 | Merge branch 'gallium-front-ccw' | Keith Whitwell | |
2010-05-21 | docs: update rasterizer for ccw changes | Keith Whitwell | |
Also rearrange some of the fields into point/line/polygon categories. | |||
2010-05-20 | nv50: fixed other void pointer arithmetic errors | Xavier Chantry | |
2010-05-20 | nv50: fix too long shader uploads by splitting them | Xavier Chantry | |
2010-05-20 | nv50: fill in shader limits | Christoph Bumiller | |
2010-05-20 | gallivm: rename a var: s/val/array_size/ | Brian Paul | |
2010-05-20 | gallivm: fix spelling in comment | Brian Paul | |
2010-05-20 | gallivm: handle pointer types in lp_dump_llvmtype() | Brian Paul | |
2010-05-20 | llvmpipe: more tweaks to dump_fs_variant_key() | Brian Paul | |
2010-05-20 | gallium: fix/update tex target dumping | Brian Paul | |
2010-05-20 | llvmpipe: use util_dump_logicop() | Brian Paul | |
2010-05-20 | gallium: added util_dump_logicop() | Brian Paul | |
2010-05-20 | llvmpipe: put variant print/debug code into separate function | Brian Paul | |
2010-05-20 | graw-null: Remove unnecessary header. | Vinson Lee | |
2010-05-19 | util: fix obvious util_blitter_copy bugs... | Roland Scheidegger | |
2010-05-19 | nv50: fix typo: s/_/./ | Brian Paul | |
2010-05-19 | util: util_blitter_fill no longer needs to handle overlap | Roland Scheidegger | |
2010-05-19 | i915g: remove unused flip parameter | Roland Scheidegger | |
2010-05-18 | docs: update differences to d3d11 | Roland Scheidegger | |
2010-05-18 | util: fix some leftover util_surface_fill/copy calls | Roland Scheidegger | |
2010-05-18 | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger | |
prevents segfault when state trackers try to set default mask. Other option would be to make this required only for drivers supporting multisampling, but this seems more clean. Only dummy implementations (for normal drivers) provided (no driver supports multisampling yet neither). | |||
2010-05-17 | st/egl: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | st/dri: adapt to interface changes | Roland Scheidegger | |