Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-18 | pipebuffer: Ensure buffer size/alignment is not zero. | José Fonseca | |
2010-01-15 | tgsi: fix detection of front-facing attribute | Brian Paul | |
This code was not updated when we added TGSI_SEMANTIC_FACE a while ago. | |||
2010-01-11 | Revert "util: Build u_bitmask.o when using make." | Brian Paul | |
This reverts commit 01eff0e6d23f90650de7c563f74a1aec3de112a6. u_bitmask.c was already in the C_SOURCES list. | |||
2010-01-07 | Revert "pipebuffer: Multi-threading fixes for fencing." | Jakob Bornecrantz | |
This reverts commit 5b64d94390e4805e1634f0c8b5e3156e12b8b872. | |||
2010-01-11 | util: Build u_bitmask.o when using make. | Thomas Hellstrom | |
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2010-01-08 | tgsi: Silence uninitialized variable warnings. | Vinson Lee | |
2010-01-06 | util: Add u_bitmask to make build | Jakob Bornecrantz | |
2010-01-07 | tgsi: fix SSE code emit for XPD | Brian Paul | |
Rearrange things so that the writes to the dest registers happen after we've fetched/used all src registers. The problematic instruction was: XPD TEMP[2].xyz, TEMP[0], TEMP[2]; Note that the dst reg is also a src reg. This fixes bad shading with progs/glsl/bump.c since Eric's changes to the Mesa program optimizer in commit d6690ce15fb8c7c6abf1bc0d847c1d2da2c33904. The optimizer rearranges some registers so we occasionally wind up with something like the above. | |||
2010-01-06 | pipebuffer: Multi-threading fixes for fencing. | José Fonseca | |
I had this patch on my hard drive for long time. It doesn't fully address SVGA multi-threading issues, but causes no regressions, so decided to commit while it still applies cleanly. Attention: merging this into master will cause issues due to recent changes in reference counting to fix strict aliasing rules violation. | |||
2010-01-03 | rtasm: Play nicely with Windows's Data Execution Prevention. | José Fonseca | |
2010-01-03 | util: Minor enhancements/corrections to the bitmask logic. | José Fonseca | |
2010-01-01 | gallium/util: Silence format warnings. | Vinson Lee | |
2010-01-01 | gallium/util: Replace h_addr with h_addr_list[0]. | Vinson Lee | |
Fixes compilation error on Mac OS. | |||
2009-12-28 | util: better fix for unused variable warnings with asserts | Keith Whitwell | |
Modify the non-debug (ie disabled) version of assert to expose the value in the expression to the compiler (avoiding the unused variable messages) while still expanding to a noop. | |||
2009-12-27 | g3dvl: Silence compiler warnings. | Vinson Lee | |
2009-12-27 | tgsi/ureg: Silence uninitialized variable warnings. | Vinson Lee | |
2009-12-27 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
Conflicts: src/gallium/auxiliary/util/u_network.c src/gallium/auxiliary/util/u_network.h src/gallium/drivers/i915/i915_state.c src/gallium/drivers/trace/tr_rbug.c src/gallium/state_trackers/vega/bezier.c src/gallium/state_trackers/vega/vg_context.c src/gallium/state_trackers/xorg/xorg_crtc.c src/gallium/state_trackers/xorg/xorg_driver.c src/gallium/winsys/xlib/xlib_brw_context.c src/mesa/main/mtypes.h | |||
2009-12-26 | gallium/util: Remove comma at end of enumerator list. | Vinson Lee | |
2009-12-26 | rbug: Remove comma at end of enumerator list. | Vinson Lee | |
2009-12-26 | rbug: Remove comma at end of enumerator list. | Vinson Lee | |
2009-12-23 | gallium/util: Initialize variable in util_clear. | Vinson Lee | |
2009-12-23 | util: Ensure debug_dump_flags generates a null-terminated string. | Vinson Lee | |
2009-12-22 | gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c. | Vinson Lee | |
2009-12-22 | gallium/util: Add PIPE_OS_APPLE to u_network. | Vinson Lee | |
2009-12-08 | rbug: Initialize variable in rbug_get_message. | Vinson Lee | |
Silences uninitialized variable warning. | |||
2009-12-05 | draw: Initialize variable in draw_pt.c. | Vinson Lee | |
(cherry picked from commit ea98e9820d7117f7a187f355445796b1ef5d9e0c) | |||
2009-12-03 | gallium/util: Initialize variables in u_pack_color.h. | Vinson Lee | |
(cherry picked from commit 36e2074b63e3e5bc489eb74cad0cd97eafcedb40) | |||
2009-10-27 | draw: Fix memory leak. | Vinson Lee | |
This would only be hit if we got and invalid index_size. | |||
2009-10-02 | gallium: replace // comments with /* */ | Brian Paul | |
2009-10-02 | gallium: remove // comment and extra whitespace | Brian Paul | |
2009-10-01 | gallium/util: silence uninitialized var warning | Brian Paul | |
2009-09-28 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | |
2009-09-28 | gallium/util: add sanity check assertions | Brian Paul | |
2009-09-24 | tgsi/sse: Pass the lodbias, not zero. More comments. | Brian Paul | |
This fixes the glean/glsl1 "texture2D(), with bias" test when using SSE. | |||
2009-09-10 | tgsi: use new tgsi_call_record to handle execution mask stacks | Brian Paul | |
This fixes some issues when "return"ing from nested loops/conditionals. | |||
2009-09-10 | gallium: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h. | Vinson Lee | |
Fixes typo from commit c6c44bf48124dd5b4661014a8d58482c5a54557f. | |||
2009-09-09 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | |
Conflicts: Makefile configs/default progs/glsl/Makefile src/gallium/auxiliary/util/u_simple_shaders.c src/gallium/state_trackers/glx/xlib/xm_api.c src/mesa/drivers/dri/i965/brw_draw_upload.c src/mesa/drivers/dri/i965/brw_vs_emit.c src/mesa/drivers/dri/intel/intel_context.h src/mesa/drivers/dri/intel/intel_pixel.c src/mesa/drivers/dri/intel/intel_pixel_read.c src/mesa/main/texenvprogram.c src/mesa/main/version.h | |||
2009-09-09 | gallium: Added HaikuOS platform | aljen | |
2009-09-04 | tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP. | Michal Krol | |
2009-09-03 | util: add version of u_blit_pixels which takes a writemask | Keith Whitwell | |
Values outside the writemask are set in the destination to {0,0,0,1} | |||
2009-09-03 | aux/tgsi: pull back ureg work from 0.1 branch | Keith Whitwell | |
Manual merge of ureg changes on the branch. Too much unrelated stuff for a proper merge. | |||
2009-09-02 | util: add version of u_blit_pixels which takes a writemask | Keith Whitwell | |
Values outside the writemask are set in the destination to {0,0,0,1} | |||
2009-09-02 | draw: remove unused variable | Keith Whitwell | |
2009-09-01 | tgsi: remove redundant CND0 opcode | Keith Whitwell | |
Can be implemented with CMP src2, src1, src0 | |||
2009-08-30 | util: Auto generate pixel format accessor functions from | José Fonseca | |
This has several advantages over the u_ - not hand written - no intermediate memcpy of raw pixels - supports 4 ubytes in addition to floats - no need to pass a pipe_transfer It also has (hopefully temporary) limitations: - no support for YUV - no support for SRGB | |||
2009-08-30 | Merge branch 'mesa_7_5_branch' | Michel Dänzer | |
Conflicts: src/glx/x11/glxcmds.c | |||
2009-08-29 | util: Add util_unsigned_logbase2. | José Fonseca | |
Cherry picked from Keith's commit f911c3b9897b90132c8621a72bfeb824eb3b01e5. | |||
2009-08-29 | util: Dump PIPE_FUNC_x value names. | José Fonseca | |
2009-08-29 | util: Fix SCons build. | José Fonseca | |
2009-08-29 | util: Auto-generate u_format_table.c from SConscript. | José Fonseca | |