Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-27 | 2 | -0/+206 |
|\ | |||||
| * | gallium/util: added support for SRGB formats | Brian Paul | 2009-08-27 | 1 | -0/+196 |
| | | | | | | | | Fixes glean/texture_srgb failure, bug #23449. | ||||
| * | gallium/util: added cases for SRGB formats | Brian Paul | 2009-08-27 | 1 | -0/+10 |
| | | |||||
| * | util: fix incorrect assertion | Brian Paul | 2009-08-06 | 1 | -1/+1 |
| | | | | | | | | Check that the dest surface/format is renderable. | ||||
| * | util: include u_surface.h, added comment | Brian Paul | 2009-08-06 | 1 | -0/+2 |
| | | |||||
| * | util: use util_same_surface() to compare surface pointers | Brian Paul | 2009-08-06 | 1 | -3/+3 |
| | | |||||
| * | util: added util_same_surface() helper function | Brian Paul | 2009-08-06 | 1 | -0/+17 |
| | | |||||
* | | tgsi: Fix build error due to commit acc7da90 | Cooper Yuan | 2009-08-24 | 1 | -6/+6 |
| | | |||||
* | | gallium: rename copy/fill_rect utility functions | Brian Paul | 2009-08-19 | 3 | -8/+8 |
| | | |||||
* | | util: silence warnings for third REALLOC argument | Keith Whitwell | 2009-08-13 | 1 | -1/+7 |
| | | | | | | | | | | | | Our fallback realloc path requires an old_size argument, but the posix varient doesn't need this. Add some code to avoid gcc unused variable warnings for this extra argument. | ||||
* | | util: remove unneeded includes | Keith Whitwell | 2009-08-13 | 1 | -4/+0 |
| | | |||||
* | | util: convert u_simple_shaders to use tgsi_ureg | Keith Whitwell | 2009-08-13 | 1 | -258/+60 |
| | | | | | | | | Much nicer now. | ||||
* | | gallium: Add texture usage information to surface_buffer_create | Jakob Bornecrantz | 2009-08-11 | 2 | -2/+4 |
| | | | | | | | | | | | | We need aditional meta data about the usage of the surface in softpipe because we need to be able tell the diffrence between PRIMARY and DISPLAY_TARGET surfaces. | ||||
* | | gallium: Move minify() to u_math. | Corbin Simpson | 2009-08-07 | 1 | -0/+5 |
| | | | | | | | | | | minify() is usually used in mipmap size calculation. Strangely enough, we all defined it as MAX2(1, d >> 1); imagine that. :3 | ||||
* | | util: fix incorrect assertion | Brian Paul | 2009-08-07 | 1 | -1/+1 |
| | | | | | | | | Check that the dest surface/format is renderable. | ||||
* | | util: include u_surface.h, added comment | Brian Paul | 2009-08-07 | 1 | -0/+2 |
| | | |||||
* | | util: use util_same_surface() to compare surface pointers | Brian Paul | 2009-08-07 | 1 | -3/+3 |
| | | |||||
* | | util: added util_same_surface() helper function | Brian Paul | 2009-08-07 | 1 | -0/+17 |
| | | |||||
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-05 | 1 | -16/+64 |
|\| | | | | | | | | | | | Conflicts: src/mesa/main/state.c | ||||
| * | util: added comment/question about blit clipping | Brian Paul | 2009-08-05 | 1 | -0/+1 |
| | | |||||
| * | util: added util_blit_pixels() overlap test | Brian Paul | 2009-08-05 | 1 | -2/+34 |
| | | | | | | | | A comment alluded to this. Now it's checked. | ||||
| * | util: fix util_blit_pixels() test for surface_copy() path | Brian Paul | 2009-08-05 | 1 | -16/+24 |
| | | | | | | | | | | | | For the surface_copy() path require same format, no flipping and no stretching. Fixes progs/tests/copypixrate -blit | ||||
| * | util: reformatting and comments | Brian Paul | 2009-08-05 | 1 | -3/+10 |
| | | |||||
* | | gallium: comments, reformatting | Brian Paul | 2009-08-03 | 1 | -17/+32 |
| | | |||||
* | | mesa st: Move logbase2 function to util/u_math.h | Patrice Mandin | 2009-08-01 | 1 | -5/+18 |
| | | |||||
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-07-30 | 1 | -2/+0 |
|\| | |||||
| * | util: _debug_printf should print even when DEBUG is not defined | Keith Whitwell | 2009-07-29 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | The leading underscore is meaningful... This function is used by _warning and _error functions as well as the more common debug_printf(). debug_printf (without underscore) gets turned off when DEBUG is disabled, but warning/error messages still use this function to get their message out. (cherry picked from commit 0ac879dca797360570543d5bd0fd64f8fb8e566e) | ||||
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-07-28 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | Conflicts: Makefile configs/default docs/relnotes.html src/mesa/main/version.h | ||||
| * | util: fix typo. | José Fonseca | 2009-07-26 | 1 | -1/+1 |
| | | |||||
* | | gallium: minor code/comments clean-up | Brian Paul | 2009-07-28 | 2 | -11/+13 |
| | | |||||
* | | util: Add support for Mac OS. | Vinson Lee | 2009-07-23 | 2 | -9/+9 |
| | | |||||
* | | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-07-04 | 1 | -1/+27 |
|\| | |||||
| * | gallium: Fixes for clobbering stencil values in combined depth/stencil textures. | Michel Dänzer | 2009-07-07 | 1 | -1/+27 |
| | | | | | | | | | | Also fix one case where a 32 bit depth value was incorrectly converted to a combined depth/stencil value. | ||||
* | | util: fix possible null pointer usage | Zack Rusin | 2009-07-06 | 4 | -11/+46 |
| | | | | | | | | found by the clang static analyzer | ||||
* | | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-07-03 | 1 | -4/+2 |
|\| | | | | | | | | | | | Conflicts: src/mesa/main/dlist.c src/mesa/vbo/vbo_save_api.c | ||||
| * | util: Increase OutputDebugStringA to 4k. | José Fonseca | 2009-07-01 | 1 | -4/+2 |
| | | | | | | | | | | | | | | According to http://unixwiz.net/techtips/outputdebugstring.html that's how big the buffer is. The 512bytes limitation is in kernel mode. | ||||
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-30 | 1 | -1/+3 |
|\| | | | | | | | | | | | Conflicts: src/mesa/vbo/vbo_exec_draw.c | ||||
| * | util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling ↵ | José Fonseca | 2009-06-30 | 1 | -1/+3 |
| | | | | | | | | buffer_flush_mapped_range. | ||||
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-24 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/i915/i915_tex_layout.c src/mesa/drivers/dri/i965/brw_wm_glsl.c src/mesa/drivers/dri/intel/intel_buffer_objects.c src/mesa/drivers/dri/intel/intel_pixel_bitmap.c src/mesa/drivers/dri/intel/intel_pixel_draw.c src/mesa/main/enums.c src/mesa/main/texstate.c src/mesa/vbo/vbo_exec_array.c | ||||
| * | util: Add cast. | José Fonseca | 2009-06-18 | 1 | -1/+1 |
| | | | | | | | | It is expected to loose precision here. | ||||
* | | gallium/util: s/boolean/unsigned/ | Brian Paul | 2009-06-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'mesa_7_5_branch' | José Fonseca | 2009-06-11 | 1 | -1/+1 |
|\| | | | | | | | | | | | Conflicts: src/mesa/state_tracker/st_cb_fbo.c src/mesa/state_tracker/st_framebuffer.c | ||||
| * | util: Single precision constants. | José Fonseca | 2009-06-10 | 1 | -1/+1 |
| | | |||||
* | | util: Fix winsock include. | Michal Krol | 2009-06-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-04 | 1 | -1/+16 |
|\| | | | | | | | | | | | Conflicts: src/mesa/main/context.c | ||||
| * | util: Unsaved change missing from last commit. | José Fonseca | 2009-06-02 | 1 | -1/+1 |
| | | |||||
| * | util: Support Z24S8/Z24X8 -> unsigned conversion. | José Fonseca | 2009-06-02 | 1 | -0/+15 |
| | | |||||
| * | util: Fix 24 to 32 bit expansion binary arithmetic expression. | José Fonseca | 2009-06-02 | 1 | -1/+1 |
| | | | | | | | | | | | | When approaching y = x * 0xffffffff / 0xffffff with bit arithmetic, the 8 least significant bits of y should come from the 8 most significant bits of x. | ||||
| * | util/upload: catch failures to map_range and return error | Keith Whitwell | 2009-05-08 | 1 | -13/+17 |
| | | | | | | | | Caller may be able to do something about this - eg flush and retry. | ||||
| * | util: Limit the stack walk to avoid referencing undefined memory. | José Fonseca | 2009-05-08 | 1 | -1/+10 |
| | |