Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Fix ptr -> int conversion. | José Fonseca | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | util: Add function to dump PIPE_STENCIL_OP_xxx | José Fonseca | 2010-05-12 | 2 | -0/+30 |
| | |||||
* | util: Recognize FALSE and F in debug_get_bool_option | Jakob Bornecrantz | 2010-05-06 | 1 | -0/+4 |
| | | | | | Concidering that we actually print FALSE when displaying the option we should also accept that value. | ||||
* | gallium: untrack u_indices_gen.c and u_indices_gen.c | José Fonseca | 2010-05-06 | 1 | -2/+0 |
| | | | | | | | | | | | | These files are built with make and removed with make clean, so it does not seem necessary to track them. Looking at the Makefile, it seems that the two u_indices_* files are handled similarly to u_format_srgb.c u_format_table.c and u_half.c, and these 3 files are already untracked and in .gitignore Signed-off-by: Xavier Chantry <[email protected]> Signed-off-by: José Fonseca <[email protected]> | ||||
* | gallium: untrack u_indices_gen.c and u_indices_gen.c | Xavier Chantry | 2010-05-06 | 1 | -0/+2 |
| | | | | | | | | | | | | These files are built with make and removed with make clean, so it does not seem necessary to track them. Looking at the Makefile, it seems that the two u_indices_* files are handled similarly to u_format_srgb.c u_format_table.c and u_half.c, and these 3 files are already untracked and in .gitignore Signed-off-by: Xavier Chantry <[email protected]> Signed-off-by: José Fonseca <[email protected]> | ||||
* | util: Remove unnecessary headers. | Vinson Lee | 2010-05-04 | 3 | -3/+0 |
| | |||||
* | gallium/util: added is_format_compressed() | Brian Paul | 2010-05-04 | 1 | -0/+20 |
| | |||||
* | u_blitter: fix creating fragment shaders | Wiktor Janas | 2010-05-04 | 1 | -7/+6 |
| | | | | | | See FDO bug #27887. Signed-off-by: Marek Olšák <[email protected]> | ||||
* | gallium: move surface utility functions into u_surface.c | Brian Paul | 2010-05-03 | 6 | -179/+175 |
| | | | | This is a better place than in u_rect.c | ||||
* | gallium: move framebuffer utility functions into a new file | Brian Paul | 2010-05-03 | 4 | -84/+160 |
| | |||||
* | util: add util_format_short_name | Marek Olšák | 2010-05-03 | 1 | -0/+13 |
| | |||||
* | util: add util_format_is_plain | Marek Olšák | 2010-05-03 | 1 | -0/+15 |
| | |||||
* | gallium/util: print \n after DXTn printf | Luca Barbieri | 2010-05-03 | 1 | -2/+2 |
| | | | | | | | Re-add commit 2d65a7caf97684aa654088c76a74b632fbd685fa Signed-off-by: Xavier Chantry <[email protected]> Signed-off-by: José Fonseca <[email protected]> | ||||
* | util: Add missing break statement in u_caps.c | Jakob Bornecrantz | 2010-04-30 | 1 | -0/+1 |
| | | | | Thanks Vinson. | ||||
* | util: Update caps after helpfull input | Jakob Bornecrantz | 2010-04-29 | 2 | -19/+61 |
| | | | | | | | | | | | | In no particular order: * Make list const * Add function comments * Clearly state that demo lists are not complete * Fix whitespace * Use __FUNCTION__ instead of __func__ * Add unimplemented check which always fail Thanks Brian and Keith. | ||||
* | util: Add small caps checker helper | Jakob Bornecrantz | 2010-04-29 | 2 | -0/+269 |
| | |||||
* | util: Format error format string as the rest of the pipe formats | Jakob Bornecrantz | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | gallium/util: convert //-style comments | Brian Paul | 2010-04-28 | 1 | -2/+2 |
| | |||||
* | gallium/util: convert //-style comments | Brian Paul | 2010-04-28 | 1 | -2/+2 |
| | |||||
* | util: fix assorted problems in the image packing functions | Brian Paul | 2010-04-27 | 1 | -84/+70 |
| | |||||
* | util: Add missing static keyword. | José Fonseca | 2010-04-24 | 1 | -1/+1 |
| | |||||
* | util: Fix unsigned <-> ptr conversions. | José Fonseca | 2010-04-24 | 1 | -3/+3 |
| | |||||
* | gallium: In option helpers, move assignment outside of if clause. | Vinson Lee | 2010-04-23 | 1 | -3/+9 |
| | | | | This silences Coverity assign_where_compare_meant warnings. | ||||
* | gallium/util: document that pack/unpack strides are in bytes | Brian Paul | 2010-04-23 | 1 | -0/+10 |
| | |||||
* | gallium: Add static get option helpers | Jakob Bornecrantz | 2010-04-23 | 1 | -0/+33 |
| | |||||
* | gallium: Add option to not print options | Jakob Bornecrantz | 2010-04-23 | 1 | -10/+32 |
| | |||||
* | gallium: s/free/FREE/ and same for friends. | José Fonseca | 2010-04-23 | 1 | -1/+1 |
| | | | | Based on Stephen Johnson's feedback. | ||||
* | u_format: Reduce code duplication. | José Fonseca | 2010-04-22 | 1 | -118/+97 |
| | |||||
* | gallium/util: Fix deviation calculation in u_cache. | Vinson Lee | 2010-04-21 | 1 | -1/+1 |
| | | | | | The approximate deviation calculation was using the entire cache's total instead of each cache entry's total. | ||||
* | gallium/util: remove bogus return statement | Brian Paul | 2010-04-20 | 1 | -1/+1 |
| | | | | util_surfaces_do_detach() is a void-valued function. | ||||
* | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul | 2010-04-20 | 2 | -2/+2 |
| | |||||
* | gallium/util: specify binding type for blit src texture | Brian Paul | 2010-04-19 | 1 | -0/+1 |
| | | | | Fixes fd.o bug 27711. | ||||
* | auxiliary: Move loop variable declaration outside for loop. | Vinson Lee | 2010-04-18 | 1 | -1/+2 |
| | | | | Fixes MSVC build. | ||||
* | auxiliary: Initialize variable. | Vinson Lee | 2010-04-18 | 1 | -1/+1 |
| | |||||
* | u_inlines: split pipe_surface_init in pipe_surface_reset and *_init | Luca Barbieri | 2010-04-18 | 2 | -3/+10 |
| | |||||
* | u_surfaces: silence warning | Luca Barbieri | 2010-04-18 | 1 | -1/+1 |
| | |||||
* | auxiliary: add util_dirty_surfaces to track dirty render temporaries | Luca Barbieri | 2010-04-18 | 1 | -0/+88 |
| | |||||
* | auxiliary: add util_surfaces to track a resource's pipe_surface structs | Luca Barbieri | 2010-04-18 | 2 | -0/+166 |
| | |||||
* | u_inlines: add function to initialize pipe_surface | Luca Barbieri | 2010-04-18 | 1 | -0/+15 |
| | |||||
* | u_blitter: add support for saving vertex buffers | Luca Barbieri | 2010-04-18 | 2 | -0/+24 |
| | | | | | | | | | | | | Currently r300g does not save vertex buffer on blitter calls. It gets away with it because the current Mesa state tracker usually resets vertex buffers on every draw calls. However, this is wrong. nvfx won't be lucky because it needs to use the blitter inside draw calls. | ||||
* | gallium/util: Ignores | Jakob Bornecrantz | 2010-04-17 | 1 | -0/+1 |
| | |||||
* | u_blitter: Coords are normalized. | Corbin Simpson | 2010-04-13 | 1 | -0/+1 |
| | | | | Thanks to Luca Barbieri for spotting this one. | ||||
* | gallium: Remove pipe_screen::update_buffer. | Chia-I Wu | 2010-04-13 | 1 | -5/+0 |
| | | | | | It has no user after the removal of st_public. Plus, it has never been implemented by a pipe driver or winsys. | ||||
* | util: Fix util_dynarray_trim(). | Michal Krol | 2010-04-13 | 1 | -9/+10 |
| | |||||
* | gallium/auxiliary: make util_dynarray_trim do nothing if size == capacity | Luca Barbieri | 2010-04-13 | 1 | -1/+3 |
| | |||||
* | gallium/auxiliary: add util_dynarray_resize | Luca Barbieri | 2010-04-13 | 1 | -2/+8 |
| | |||||
* | gallium/auxiliary: fix util_dynarray_trim to 0 to free the data | Luca Barbieri | 2010-04-13 | 1 | -2/+8 |
| | | | | | This works better and preserves the data != 0 if and only if capacity != 0 invariant. | ||||
* | util: implement Jose Fonseca's suggestions for u_buffer.h -> u_dynarray.h | Luca Barbieri | 2010-04-13 | 2 | -57/+96 |
| | | | | Also describe invariants explicitly and use char* for arithmetic. | ||||
* | gallium/auxiliary: add dynamically sized buffer/array/vector | Luca Barbieri | 2010-04-12 | 1 | -0/+57 |
| | |||||
* | util: Remove unnecessary header. | Vinson Lee | 2010-04-11 | 1 | -1/+0 |
| |