Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-26 | rbug: add set sample mask passthrough. | Dave Airlie | |
This at least stops rbug segfaulting at startup. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-05-26 | r300g: more efficient finish + fix comments | Marek Olšák | |
2010-05-26 | r300g: implement fake but compliant fences | Marek Olšák | |
2010-05-25 | r300g: add r300_init_render_functions, remove r300_render.h | Marek Olšák | |
2010-05-25 | r300g: remove r300_query.h | Marek Olšák | |
2010-05-25 | r300g: remove r300_flush.h | Marek Olšák | |
2010-05-25 | r300g: add r300_init_blit_functions, remove r300_blit.h | Marek Olšák | |
2010-05-25 | r300g,util: remove pipe_surface from the util_blitter_copy interface and ↵ | Marek Olšák | |
clean up | |||
2010-05-25 | r300g,util: remove pipe_surface from the util_blitter_fill interface and ↵ | Marek Olšák | |
clean up | |||
2010-05-25 | drm_api: Remove type argument from create screen callback | Jakob Bornecrantz | |
With the removal of DRI1 support there where no use of this argument, some drivers didn't even properly check it. | |||
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-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-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-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 | 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-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 | llvmpipe: more tweaks to dump_fs_variant_key() | Brian Paul | |
2010-05-20 | llvmpipe: use util_dump_logicop() | Brian Paul | |
2010-05-20 | llvmpipe: put variant print/debug code into separate function | Brian Paul | |
2010-05-19 | nv50: fix typo: s/_/./ | Brian Paul | |
2010-05-19 | i915g: remove unused flip parameter | 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 | svga: adapt to interface changes | Roland Scheidegger | |
might need further cleanup. Using surfaces internally just to be able to use the existing code might cause unnecessary copies afaict. | |||
2010-05-17 | r300g: adapt to interface changes | Roland Scheidegger | |
might need further cleanup. Using surfaces internally for the u_blitter code seems nonoptimal. | |||
2010-05-17 | nouveau: adapt to interface changes | Roland Scheidegger | |
this probably needs further cleanup (just getting a surface for the resource seems quite nonoptimal and potentially cause unnecessary copies I think) | |||
2010-05-17 | fo: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | identity: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | trace: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | i965g: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | i915g: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | softpipe: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | llvmpipe: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | cell: adapt to interface changes | Roland Scheidegger | |
not even compile tested but fairly trivial | |||
2010-05-17 | llvmpipe: fix front/back tri culling mix-up | Brian Paul | |
2010-05-14 | softpipe: restore culling code | Keith Whitwell | |
2010-05-14 | gallium: more work on ccw flag removal | Keith Whitwell | |
The linux-debug target builds... |