r600g: fix Z export enable bits.
[mesa.git] / src / gallium / auxiliary /
2010-10-06 José Fonsecautil: Cleanup util_pack_z_stencil and friends.
2010-10-06 José Fonsecagallivm: Compute lod as integer whenever possible.
2010-10-06 José Fonsecagallivm: Only apply min/max_lod when necessary.
2010-10-06 Keith Whitwellgallivm: don't apply zero lod_bias
2010-10-06 José Fonsecagallivm: Combined ifloor & fract helper.
2010-10-06 José Fonsecagallivm: Fast implementation of iround(log2(x))
2010-10-06 José Fonsecagallivm: Use a faster (and less accurate) log2 in lod...
2010-10-06 José Fonsecagallivm: Take the type signedness in consideration...
2010-10-05 Dave Airliepb: fix numDelayed accounting
2010-10-05 Dave Airliepb: don't keep checking buffers after first busy
2010-09-30 Brian Pauldraw: check for null sampler pointers
2010-09-30 Brian Paulgallivm: added some comments
2010-09-30 Tom FogalRevert "Prefer intrinsics to handrolled atomic ops."
2010-09-30 Tom FogalPrefer intrinsics to handrolled atomic ops.
2010-09-30 Tom FogalImplement x86_64 atomics for compilers w/o intrinsics.
2010-09-30 Brian Paulgallivm: check for level=0 case in lp_build_minify()
2010-09-30 José Fonsecagallivm: More comprehensive border usage logic.
2010-09-30 Nicolas Kaisergallium/util: remove duplicated include
2010-09-30 Nicolas Kaisergallium/rtasm: remove duplicated include
2010-09-29 José Fonsecagallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding.
2010-09-29 Brian Pauldraw: pass sampler state down to llvm jit state
2010-09-27 Brian Paulllvmpipe: fix swizzling of texture border color
2010-09-27 Luca Barbieriureg: support centroid interpolation
2010-09-26 Joakim Sindholtutil/u_blitter: fix leak
2010-09-25 Brian Paulgallivm: fix repeat() function for NPOT textures
2010-09-25 José Fonsecagallivm: Remove dead experimental code.
2010-09-25 José Fonsecagallivm: Fetch the lod from the dynamic state when...
2010-09-25 José Fonsecadraw: Fullfil the new min_lod/max_lod/lod_bias/border_c...
2010-09-25 Roland Scheideggergallivm: optimize yuv decoding
2010-09-25 Roland Scheideggergallivm: don't use URem/UDiv when calculating offsets...
2010-09-25 Roland Scheideggergallivm: fix copy&paste bug
2010-09-24 Marek Olšákutil: fix util_pack_color for B4G4R4A4
2010-09-24 Brian Paulllvmpipe: make texture border_color dynamic state
2010-09-24 Brian Paulllvmpipe: make min/max lod and lod bias dynamic state
2010-09-24 Marek Olšákutil: make calling remove_from_list multiple times...
2010-09-23 José Fonsecadraw: Prevent clipped vertices overflow.
2010-09-23 Keith Whitwelldraw: don't apply flatshading to clipped tris with...
2010-09-23 Dave Airlieu_blitter: add a custom blitter call passing a dsa cso
2010-09-22 Jakob Bornecrantztgsi: Fix missing test before check
2010-09-22 José Fonsecagallivm: Add unorm support to lp_build_lerp()
2010-09-21 Brian Paulgallivm: fix lp_build_sample_compare()
2010-09-21 Brian Pauldraw: new draw_fs.[ch] files
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 Vinson Leetgsi: Remove duplicate case value.
2010-09-21 Jakob Bornecrantztgsi: Actually care what check_soa_dependencies says
2010-09-21 José Fonsecatgsi: Don't ignore indirect registers in tgsi_check_soa...
2010-09-20 Brian Pauldraw: check bitshift against PIPE_MAX_SHADER_OUTPUS
2010-09-20 Brian Pauldraw: fix test for using the wide-point stage
2010-09-20 Luca Barbieritgsi: add switch/case opcodes to tgsi_opcode_tmp.h
2010-09-20 Brian Paulgallivm: remove debug code
2010-09-19 Dave Airlieutil/r300g: split the r300 index buffer modifier functi...
2010-09-19 Jakob Bornecrantzrbug: Add function to get opcode name string
2010-09-19 Jakob Bornecrantzrbug: Cast opcode to corrent int size
2010-09-19 Luca Barbieriauxiliary: fix depth-only and stencil-only clears
2010-09-18 Brian Paulgallium: rework handling of sprite_coord_enable state
2010-09-17 José Fonsecautil: linearized sRGB values don't fit into 8bits
2010-09-17 Brian Paulgallivm: added missing case for PIPE_TEXTURE_RECT
2010-09-17 Brian Paultgsi/sse: fix aos_to_soa() loop to handle num_inputs==0
2010-09-16 Vinson Leegallivm: Remove unnecessary header.
2010-09-16 Brian Paulgallivm: fix wrong return value in bitwise functions
2010-09-16 José Fonsecagallivm: Clamp indirect register indices to file_max.
2010-09-16 José Fonsecagallivm: Start collecting bitwise arithmetic helpers...
2010-09-16 José Fonsecagallivm: Fix address register swizzle.
2010-09-16 Keith Whitwellgallivm: make lp_build_sample_nop public
2010-09-16 Brian Paulgallivm: move i32_vec_type inside the #ifdef
2010-09-16 Brian Paulgallivm: fix incorrect vector shuffle datatype
2010-09-16 Vinson Leedraw: Remove unnecessary header.
2010-09-16 Vinson Leegallivm: Remove unnecessary headers.
2010-09-15 Brian Paulgallivm: expand AoS sampling to cover all filtering...
2010-09-15 Brian Paultgsi: fix incorrect usage_mask for shadow tex instructions
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Luca Barbieriauxiliary: fix unintended fallthrough
2010-09-14 Vinson Leegallivm: Remove unnecessary header.
2010-09-14 Luca Barbierigallium: introduce get_shader_param (ALL DRIVERS CHANGE...
2010-09-12 José Fonsecapb: Fix the build, and add notes.
2010-09-12 Dave Airliepb: add void * for flush ctx to mapping functions
2010-09-11 José Fonsecagallivm: nr_channels is only valid for formats with...
2010-09-11 José Fonsecagallivm: Use const keyword on swizzles.
2010-09-11 José Fonsecagallivm: Allow to TGSI AoS translation to happen in...
2010-09-11 José Fonsecagallivm: Add a new debug flag to warn about performance...
2010-09-11 José Fonsecagallivm: Helper functions for pointer indirection.
2010-09-11 José Fonsecagallivm: Cleanup the TGSI <-> sampler interface.
2010-09-11 José Fonsecagallivm: Add some utility functions to set/get array...
2010-09-11 José Fonsecagallivm: Basic AoS TGSI -> LLVM IR.
2010-09-11 José Fonsecagallivm: Move the texture modifiers to the header.
2010-09-11 José Fonsecagallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scal...
2010-09-10 Brian Pauldraw: minor reformatting
2010-09-05 José Fonsecautil: Helper function to determined whether two formats...
2010-09-05 José Fonsecautil: Utility function to determine the channels that...
2010-09-05 José Fonsecagallivm: Pass condition masks as an unsigned bitmask.
2010-09-05 José Fonsecagallivm: Cope with tgsi instruction reallocation failure.
2010-09-03 Vinson Leedraw: Include missing headers in draw_vs_aos.h.
2010-09-02 Vinson Leeutil: Include missing header in u_linear.h.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-01 Brian Paulgallivm: fix bug in nested conditionals
2010-08-30 José Fonsecagallivm: Compute the 4 texel offsets for linear filteri...
2010-08-30 José Fonsecagallivm: Disable LLVM's pretty stack trace dumper.
2010-08-30 José Fonsecagallivm: Correct copy'n'pasted comments.
2010-08-30 José Fonsecagallivm: Fix lp_build_sum_vector.
2010-08-29 Vinson Leeutil: Include missing header in u_draw.h.
next