summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Collapse)AuthorAgeFilesLines
* util: Use util_format_name().José Fonseca2010-02-141-118/+1
|
* util: Add pf_name() replacement: util_format_name().José Fonseca2010-02-141-0/+13
|
* util: Properly init memory for blitter CSOs.Corbin Simpson2010-02-121-8/+5
| | | | Fixes misrender on r300g.
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-122-47/+38
|\
| * gallium: make u_blitter code save/restore stencil ref valuesRoland Scheidegger2010-02-112-0/+10
| |
| * gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-091-47/+28
| | | | | | | | | | | | | | | | This will make driver's life a bit harder, however it makes sense that stencil reference value is not part of the pipe_depth_stencil_alpha_state, because it often (there are some algorithms which require this) changes more frequently than the rest of the dsa state. This is also encouraged by some graphic APIs. Treat it similar to pipe_blend_color.
* | Revert "util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats."Michal Krol2010-02-121-2/+2
| | | | | | | | This reverts commit aa0b671422880b99dc178d43d1e4e1a3f766bf7f.
* | util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats.Michal Krol2010-02-121-2/+2
| | | | | | | | Fill in ones for missing components.
* | gallium: use os_time.h in u_timed_winsys.cBrian Paul2010-02-101-19/+13
|/
* Gallium: Add Solaris atomic function definitions to u_atomic.hAlan Coopersmith2010-02-061-1/+35
| | | | Signed-off-by: Alan Coopersmith <[email protected]>
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-056-8/+194
|\ | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/util/u_dl.c src/gallium/auxiliary/util/u_time.h src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_tile_cache.c
| * Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-316-10/+15
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/gallium/auxiliary/util/u_surface.c src/gallium/drivers/llvmpipe/lp_flush.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_texture.c src/gallium/drivers/llvmpipe/lp_tile_cache.c src/mesa/state_tracker/st_cb_condrender.c
| * | gallium/util: comments for time-related functionsBrian Paul2010-01-271-0/+9
| | |
| * | gallium/util: print dlerror() info upon dlopen() failureBrian Paul2010-01-271-2/+7
| | |
| * | util: fix broken util_ringbuffer_dequeue()Brian Paul2010-01-181-3/+18
| | | | | | | | | | | | | | | | | | | | | The tests for an empty ring buffer were incorrect. Fixes glxinfo segfaults. Plus, add a new assertion.
| * | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-167-42/+316
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/llvmpipe/lp_quad.h src/gallium/drivers/llvmpipe/lp_setup.c
| * | | gallium/util: added debug_dump_texture() and ppm outputBrian Paul2010-01-142-0/+79
| | | | | | | | | | | | | | | | Now we can get dump debug images on Linux too.
| * | | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-0845-905/+2379
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/util/u_surface.c src/gallium/drivers/llvmpipe/Makefile src/gallium/drivers/llvmpipe/SConscript src/gallium/drivers/llvmpipe/lp_bld_arit.c src/gallium/drivers/llvmpipe/lp_bld_flow.c src/gallium/drivers/llvmpipe/lp_bld_interp.c src/gallium/drivers/llvmpipe/lp_clear.c src/gallium/drivers/llvmpipe/lp_context.c src/gallium/drivers/llvmpipe/lp_context.h src/gallium/drivers/llvmpipe/lp_draw_arrays.c src/gallium/drivers/llvmpipe/lp_jit.c src/gallium/drivers/llvmpipe/lp_jit.h src/gallium/drivers/llvmpipe/lp_prim_vbuf.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_setup_point.c src/gallium/drivers/llvmpipe/lp_state.h src/gallium/drivers/llvmpipe/lp_state_blend.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.c src/gallium/drivers/llvmpipe/lp_state_sampler.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_tex_cache.h src/gallium/drivers/llvmpipe/lp_tex_sample.h src/gallium/drivers/llvmpipe/lp_tile_cache.c
| * | | | gallium/util: added util_unreference_framebuffer_state()Brian Paul2009-12-111-0/+16
| | | | |
| * | | | gallium/util: simplify util_framebuffer_state_equal()Brian Paul2009-12-112-10/+16
| | | | | | | | | | | | | | | | | | | | And copy width, height in util_copy_framebuffer_state().
| * | | | gallium/util: added framebuffer compare, copy util funcsBrian Paul2009-12-102-0/+58
| | | | |
| * | | | util: Force ESI register for cpuid's ebx result.José Fonseca2009-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a segfault and better code. Unfortunately using an arbitrary register ("=r") causes the gcc to abort when the code is optimized saying it can't satisfy the constraint. Setting seems to do the trick.
* | | | | auxiliary: util_stream -> os_streamJosé Fonseca2010-02-044-398/+7
| | | | |
* | | | | util: Reimplement u_time on top of os_time.José Fonseca2010-02-042-259/+59
| | | | |
* | | | | util: Disable u_time.c implementation for embedded.José Fonseca2010-02-041-0/+4
| | | | | | | | | | | | | | | | | | | | This needs to go into OS module.
* | | | | util: Add missing include.José Fonseca2010-02-041-0/+1
| | | | |
* | | | | util: Remove unnecessary header.Vinson Lee2010-02-031-1/+0
| | | | |
* | | | | util: Cast to match the MSVC intrinsics.José Fonseca2010-02-031-4/+4
| | | | | | | | | | | | | | | | | | | | The cast is not optional in C++.
* | | | | util: Don't include system headers inside extern "C" { ... }José Fonseca2010-02-032-14/+38
| | | | | | | | | | | | | | | | | | | | That breaks when some of the system headers have C++ code.
* | | | | util: Reimplement all utility functions in terms of the new OS abstraction.José Fonseca2010-02-034-409/+26
| | | | |
* | | | | gallium: Move some compiler portability stuff into p_compiler.hJosé Fonseca2010-02-021-7/+0
| | | | |
* | | | | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside ↵José Fonseca2010-02-023-3/+140
| | | | | | | | | | | | | | | | | | | | util/u_simple_screen.h
* | | | | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-023-2/+249
| | | | | | | | | | | | | | | | | | | | Into os/os_thread.h and util/u_atomic.h respectively.
* | | | | gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-022-0/+4
| | | | |
* | | | | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-029-7/+309
| | | | |
* | | | | util: Add missing includes.José Fonseca2010-02-013-0/+3
| |_|_|/ |/| | |
* | | | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-283-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/softpipe/sp_screen.c src/gallium/include/pipe/p_defines.h
| * | | | gallium: adapt util code to blend changesRoland Scheidegger2010-01-213-3/+3
| | | | |
* | | | | util: Remove unnecessary header.Vinson Lee2010-01-271-1/+0
| | | | |
* | | | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/intel/intel_screen.c src/mesa/drivers/dri/intel/intel_swapbuffers.c src/mesa/drivers/dri/r300/r300_emit.c src/mesa/drivers/dri/r300/r300_ioctl.c src/mesa/drivers/dri/r300/r300_tex.c src/mesa/drivers/dri/r300/r300_texstate.c
| * | | | | gallium/util: fix incorrect shift in a4r4g4b4_put_tile_rgba()Brian Paul2010-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes fd.o bug 23313.
* | | | | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-223-5/+7
|\| | | | | | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/draw/draw_context.c src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c src/gallium/auxiliary/pipebuffer/Makefile src/gallium/auxiliary/pipebuffer/SConscript src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/tgsi/tgsi_scan.c src/gallium/drivers/i915/i915_surface.c src/gallium/drivers/i915/i915_texture.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_tex_sample_c.c src/gallium/drivers/llvmpipe/lp_texture.c src/gallium/drivers/softpipe/sp_prim_vbuf.c src/gallium/state_trackers/xorg/xorg_dri2.c src/gallium/winsys/drm/intel/gem/intel_drm_api.c src/gallium/winsys/drm/nouveau/drm/nouveau_drm_api.c src/gallium/winsys/drm/radeon/core/radeon_drm.c src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c src/mesa/state_tracker/st_cb_clear.c
| * | | | util: Set DISCARD & UNSYNCHRONIZED when uploading vertices sequentially.José Fonseca2010-01-211-1/+3
| | | | |
| * | | | util: Use pipe_buffer_write_nooverlap in blits / mipmap generation.José Fonseca2010-01-212-4/+4
| | | | |
| * | | | Revert "util: Build u_bitmask.o when using make."Brian Paul2010-01-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 01eff0e6d23f90650de7c563f74a1aec3de112a6. u_bitmask.c was already in the C_SOURCES list.
| * | | | util: Build u_bitmask.o when using make.Thomas Hellstrom2010-01-111-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Hellstrom <[email protected]>
| * | | | util: Add u_bitmask to make buildJakob Bornecrantz2010-01-061-0/+1
| | | | |
* | | | | util/blit: document params to util_blit_pixels_writemask()Brian Paul2010-01-191-0/+4
| |_|_|/ |/| | |
* | | | util: add generic ringbuffer utitiltyKeith Whitwell2010-01-162-0/+174
| | | |
* | | | gallium: Fix uninitialized instance divisor and index.Chia-I Wu2010-01-161-0/+1
| | | |