Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-08-29 | util: Fix blend factor dumping. | José Fonseca | |
2009-08-29 | util: New file dedicated to dump state in human/machine readable format. | José Fonseca | |
2009-08-29 | util: Make pixel format layout more meaningful. | José Fonseca | |
Namelly, explicitly distinguish formats coded by arithmetic manipulation, from formats layed out in array. | |||
2009-08-29 | util: Don't commit u_format_table.c | José Fonseca | |
At least not until stabilizes, to reduce noise. | |||
2009-08-29 | util: Fix r5g6b5 description. | José Fonseca | |
2009-08-29 | util: Pixel format database. | José Fonseca | |
There are some inconsistencies in pipe_format, but above all, there simply aren't enough bits in an enum to conveniently store all information about a pixel format we need to be able to dynamically generate pixel packing/unpacking code. | |||
2009-08-28 | util: Reset size to zero when failed to allocate buffer. | José Fonseca | |
2009-08-27 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
2009-08-27 | gallium/util: added support for SRGB formats | Brian Paul | |
Fixes glean/texture_srgb failure, bug #23449. | |||
2009-08-27 | gallium/util: added cases for SRGB formats | Brian Paul | |
2009-08-24 | tgsi: Fix build error due to commit acc7da90 | Cooper Yuan | |
2009-08-24 | tgsi: Only free temp uregs. | José Fonseca | |
Shorthand. (cherry picked from commit de911220bbbe74cff0c79b260456ff36122b7b5b) |