Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallivm: add assertions to check type of phi variables | Brian Paul | 2010-05-27 | 1 | -0/+2 |
| | |||||
* | util: Also add a define for the dynamic library's prefix. | José Fonseca | 2010-05-27 | 1 | -0/+3 |
| | |||||
* | gallivm: Remove unnecessary headers. | Vinson Lee | 2010-05-26 | 1 | -2/+0 |
| | |||||
* | util: Remove unnecessary headers. | Vinson Lee | 2010-05-26 | 1 | -2/+0 |
| | |||||
* | util: update comments at blitter | Marek Olšák | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | util: fix indentation in blitter | Marek Olšák | 2010-05-25 | 1 | -14/+14 |
| | |||||
* | r300g,util: remove pipe_surface from the util_blitter_copy interface and ↵ | Marek Olšák | 2010-05-25 | 2 | -126/+121 |
| | | | | clean up | ||||
* | r300g,util: remove pipe_surface from the util_blitter_fill interface and ↵ | Marek Olšák | 2010-05-25 | 2 | -25/+29 |
| | | | | clean up | ||||
* | util: remove unused util_blitter_copy_surface | Marek Olšák | 2010-05-25 | 1 | -19/+1 |
| | |||||
* | gallivm: Choose an appropriate code generation optimization level. | José Fonseca | 2010-05-25 | 1 | -1/+33 |
| | | | | 'Default' unless GALLIVM_DEBUG=nopt option is set. | ||||
* | gallivm: Efficient implementation of sin/cos. | Qicheng Christopher Li | 2010-05-24 | 1 | -105/+429 |
| | | | | | | Based on Julien Pommier's SSE and SSE2 algorithms. Signed-off-by: José Fonseca <[email protected]> | ||||
* | util/blitter: allow NULL clear color | Marek Olšák | 2010-05-23 | 1 | -5/+14 |
| | |||||
* | Merge branch 'gallium-msaa' | Roland Scheidegger | 2010-05-21 | 10 | -202/+176 |
|\ | | | | | | | | | | | Conflicts: src/mesa/state_tracker/st_gen_mipmap.c src/mesa/state_tracker/st_texture.c | ||||
| * | util: fix obvious util_blitter_copy bugs... | Roland Scheidegger | 2010-05-19 | 1 | -4/+3 |
| | | |||||
| * | util: util_blitter_fill no longer needs to handle overlap | Roland Scheidegger | 2010-05-19 | 1 | -52/+2 |
| | | |||||
| * | util: fix some leftover util_surface_fill/copy calls | Roland Scheidegger | 2010-05-18 | 2 | -8/+18 |
| | | |||||
| * | gallium/util: adapt util code to interface changes | Roland Scheidegger | 2010-05-17 | 8 | -143/+145 |
| | | | | | | | | | | | | | | | | | | | | | | The util blit functions change their interface (apart from some rename) too (in particular util_blit_pixels now also takes a pipe_resource as the src blit argument instead of a surface, as it might just call resource_copy_region). Maybe the blit util code might need a bit more cleanup, it still doesn't feel very clean. In particular it seems that util_blit_pixels_tex should probably disappear, and I think it would be great if the code called by drivers for blitting (u_blitter.c, which isn't really touched by this change) could somehow be merged with the u_blit code. | ||||
| * | Merge commit 'origin/master' into gallium-msaa | Roland Scheidegger | 2010-05-04 | 31 | -782/+843 |
| |\ | |||||
| * \ | Merge commit 'origin/master' into gallium-msaa | Roland Scheidegger | 2010-04-30 | 35 | -362/+725 |
| |\ \ | |||||
| * | | | gallium: fix glaring bugs in last commit | Roland Scheidegger | 2010-04-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | gallium: interface changes for multisampling | Roland Scheidegger | 2010-04-26 | 2 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add function to set sample mask, and state for alpha-to-coverage and alpha-to-one. Also make it possible to query for supported sample count with is_msaa_supported(). Use explicit resource_resolve() to resolve a resource. Note that it is illegal to bind a unresolved resource as a sampler view, must be resolved first (as per d3d10 and OGL APIs, binding unresolved resource would mean that special texture fetch functions need to be used which give explicit control over what samples to fetch, which isn't supported yet). Also change surface_fill() and surface_copy() to operate directly on resources. Blits should operate directly on resources, most often state trackers just used get_tex_surface() then did a blit. Note this also means the blit bind flags are gone, if a driver implements this functionality it is expected to handle it for all resources having depth_stencil/render_target/sampler_view bind flags (might even require it for all bind flags?). Might want to introduce quality levels for MSAA later. Might need to revisit this for hw which does instant resolve. | ||||
* | | | | Merge branch 'gallium-front-ccw' | Keith Whitwell | 2010-05-21 | 10 | -29/+55 |
|\ \ \ \ | |||||
| * | | | | draw: fix front/back error in unfilled pipeline stage | Keith Whitwell | 2010-05-14 | 1 | -3/+4 |
| | | | | | |||||
| * | | | | draw: fix typo checking for unfilled polygons | Keith Whitwell | 2010-05-14 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | gallium: more work on ccw flag removal | Keith Whitwell | 2010-05-14 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | The linux-debug target builds... | ||||
| * | | | | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell | 2010-05-14 | 9 | -28/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use front/back instead of cw/ccw throughout. Also, use offset_point/line/fill instead of offset_cw/ccw. Brings gallium representation of this state into line with its main user, and also what turns out to be the most common hardware representation. This fixes a long-standing bias in the interface towards the architecture of the software rasterizer. | ||||
* | | | | | gallivm: rename a var: s/val/array_size/ | Brian Paul | 2010-05-20 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | gallivm: fix spelling in comment | Brian Paul | 2010-05-20 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | gallivm: handle pointer types in lp_dump_llvmtype() | Brian Paul | 2010-05-20 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | gallium: fix/update tex target dumping | Brian Paul | 2010-05-20 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | gallium: added util_dump_logicop() | Brian Paul | 2010-05-20 | 2 | -0/+46 |
| | | | | | |||||
* | | | | | util: Remove unused imports from Python scripts. | Vinson Lee | 2010-05-19 | 2 | -4/+0 |
| | | | | | |||||
* | | | | | util: Remove unnecessary semicolons in Python scripts. | Vinson Lee | 2010-05-19 | 2 | -5/+5 |
| | | | | | |||||
* | | | | | tgsi: Implement OPCODE_DIV. | Michal Krol | 2010-05-19 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | gallivm: Tweak ret_mask handling. | José Fonseca | 2010-05-17 | 1 | -24/+15 |
| | | | | | |||||
* | | | | | gallivm: implement function calls by inlining | Zack Rusin | 2010-05-17 | 1 | -11/+134 |
| | | | | | | | | | | | | | | | | | | | | with this approach we inline the entire function body in the caller | ||||
* | | | | | util: Remove unused cruft. | José Fonseca | 2010-05-15 | 1 | -95/+0 |
| | | | | | |||||
* | | | | | draw: Use GALLIVM_DEBUG opt. | José Fonseca | 2010-05-15 | 1 | -21/+34 |
| | | | | | |||||
* | | | | | gallivm: Centralize some of the LLVM debugging options. | José Fonseca | 2010-05-15 | 2 | -0/+31 |
| | | | | | |||||
* | | | | | gallivm: Temporarily remove function call support | José Fonseca | 2010-05-15 | 1 | -438/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Commits moved to the gallivm-call feature branch for further experimentation and stabilization. | ||||
* | | | | | gallivm: use our util_snprintf | Zack Rusin | 2010-05-15 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | gallivm: implement function calls | Zack Rusin | 2010-05-15 | 1 | -53/+437 |
| | | | | | |||||
* | | | | | gallivm: added some vector length sanity checks | Brian Paul | 2010-05-14 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | gallivm: added lp_sizeof_llvm_type() | Brian Paul | 2010-05-14 | 2 | -0/+41 |
| | | | | | |||||
* | | | | | gallivm: comments, const qualifiers | Brian Paul | 2010-05-14 | 1 | -4/+11 |
| | | | | | |||||
* | | | | | tgsi: clean up in emit_fetch() | Brian Paul | 2010-05-14 | 1 | -43/+41 |
| | | | | | |||||
* | | | | | tgsi: add a dummy function to silence warning | Brian Paul | 2010-05-14 | 1 | -0/+8 |
|/ / / / | |||||
* | | | | util: fix copy_rect stride in default transfer_inline_write | Keith Whitwell | 2010-05-14 | 1 | -2/+2 |
| | | | | |||||
* | | | | rtasm: fix void * / func * casting warnings | Brian Paul | 2010-05-13 | 2 | -4/+24 |
| | | | | |||||
* | | | | draw: silence casting warnings | Brian Paul | 2010-05-13 | 1 | -5/+38 |
| | | | |