tgsi: remove incorrect assertion
[mesa.git] / src / gallium / auxiliary /
2010-07-30 Brian Paultgsi: remove incorrect assertion
2010-07-30 Vinson Leellvmpipe: Fix implicit declaration of lp_func_delete_bo...
2010-07-30 Chia-I Wuutil: Fix the range of util_draw_elements_instanced.
2010-07-30 Zack Rusinllvmpipe: delete function bodies after generating machi...
2010-07-30 Keith Whitwellutil: more helpers for old draw code
2010-07-29 Brian Pauldraw: do bounds checking of array elements (debug only)
2010-07-29 Brian Pauldraw: assorted clean-ups in clipper code
2010-07-29 Brian Paulgallium: implement bounds checking for constant buffers
2010-07-29 Brian Pauldraw: add vertex buffer offset in draw_print_arrays()
2010-07-29 Brian Paulgallivm: added lp_build_assert() function to make asser...
2010-07-29 José FonsecaRevert "gallivm: fix lp_build_sample_offset() crash...
2010-07-29 Brian Paulgallivm: fix lp_build_sample_offset() crash when indexi...
2010-07-29 Keith Whitwellutil: add uint version of pack_z_stencil
2010-07-29 José Fonsecascons: Use the current python executable for code gener...
2010-07-29 José Fonsecadraw: Also emit EMMS on generated LLVM IR.
2010-07-29 José Fonsecallvmpipe: Avoid corrupting the FPU stack with MMX instr...
2010-07-29 José Fonsecautil: Don't include xmmintrin.h.
2010-07-29 Chia-I Wugallium: Use unified pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Implement draw_vbo and set_index_buffer for...
2010-07-28 Vinson Leedraw: Fix VMware spelling.
2010-07-27 José Fonsecagallivm: Add lp_build_select_bitwise() alternative...
2010-07-27 Brian Paulutil: fix unused function warning on non-x86
2010-07-26 nobledutil: fix CPU detection on OS X
2010-07-26 Marek Olšákutil: fix another mutex leak in mempool
2010-07-26 Marek Olšákutil: fix mutex leaks in mempool
2010-07-24 Vinson Leeutil: Add PIPE_OS_CYGWIN to u_network.
2010-07-23 Brian Pauldraw: add small ybias factor for drawing wide points
2010-07-23 Jakob Bornecrantztgsi: Fix error message on invalid swizzle parse
2010-07-22 Brian Pauldraw: re-order optimization passes depending on LLVM...
2010-07-22 Brian Pauldraw: added new assertions to clipping code
2010-07-21 Marek Olšákdraw: disable depth clipping if depth clamp is enabled
2010-07-21 Marek Olšákcso: handle depth clamp
2010-07-21 Brian Pauldraw: tweak aa line width threshold and sampling
2010-07-21 Brian Paulgallivm: replace has_indirect_addressing field with...
2010-07-21 Brian Paultgsi: added tgsi_shader_info::indirect_files field
2010-07-21 Brian Paulgallivm: refactor code into get_indirect_offsets()...
2010-07-21 Brian Paulgallivm: added comment
2010-07-21 Brian Paulgallivm: remove extraneous braces
2010-07-21 Brian Paulgallivm: no longer do indirect addressing in get_temp_ptr()
2010-07-21 Brian Paulgallivm: implement correct indirect addressing of temp...
2010-07-21 Brian Paulgallivm: re-org, comments for get_temp_ptr()
2010-07-21 Brian Pauldraw: whitespace clean-up
2010-07-21 Brian Paulgallivm: rename a var to avoid compiler warnings
2010-07-21 Brian Paulgallivm: fix indirect addressing of constant buffer
2010-07-21 Brian Paulgallivm: added lp_build_const_int32() helper
2010-07-20 Brian Pauldraw: correctly handle max_index=0xffffffff case in...
2010-07-20 Marek Olšákutil: mempool: initialize last block's magic number...
2010-07-20 Brian Pauldraw: fix incorrect instancing divisor in LLVM code
2010-07-19 Marek Olšákutil: remove the dummy field in mempool
2010-07-19 Brian Paulutil: add dummy field to empty structure types
2010-07-19 Marek Olšákutil: add a memory pool for equally sized memory alloca...
2010-07-16 Vinson Leescons: Fix Cygwin build.
2010-07-16 Brian Pauldraw: updated debug/dump code
2010-07-16 Brian Pauldraw: added array element debug / bounds checking code...
2010-07-16 Zack Rusindraw/llvm: adjust the instance id at run time
2010-07-16 Zack Rusindraw: use the instance id when fetching vertex data
2010-07-15 Brian Pauldraw: update comments for drawing functions
2010-07-15 Brian Pauldraw: move prototype, update comment
2010-07-15 Vinson Leetgsi: Remove dead assignment in uprcase function.
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-12 nobledos: remove gratuitous pipe_barrier placeholder code
2010-07-12 nobledos, rbug: remove PIPE_THREAD_HAVE_CONDVAR
2010-07-12 nobledos: Implement pipe_condvar on Windows Vista and later
2010-07-12 nobledos: Implement pipe_condvar on win32
2010-07-12 Marek Olšáku_blitter: add draw_rectangle callback which can be...
2010-07-12 Marek Olšáku_blitter: clean up the texcoord computations
2010-07-12 Marek Olšáku_blitter: simplify blitter_set_rectangle
2010-07-12 Marek Olšáku_blitter: rename blitter->base, add a way to get a...
2010-07-10 Zack Rusintgsi: make sure that we print out the adjacency prims...
2010-07-10 Zack Rusindraw: fix decomposition to work with adjacency primitives
2010-07-10 Zack Rusinmesa: get the translation from mesa 2d regs to tgsi...
2010-07-09 Vinson Leedraw: Fix off-by-one error in assert.
2010-07-07 Brian Paulgallivm: restore const qualifier
2010-07-07 Brian Paulgallivm: fix cube map LOD computation
2010-07-06 Vinson Leedraw: Remove unnecessary header.
2010-07-06 Vinson Leegallivm: Remove unnecessary header.
2010-07-06 Marek Olšákutil: print help for debug options on non-debug builds
2010-07-06 Brian Paulgallivm: use trunc, not round in lp_build_nearest_mip_l...
2010-07-06 Brian Paulgallivm: finish implementation of lp_build_iceil()
2010-07-06 Zack Rusindraw: make sure softpipe doesn't crash with vertex...
2010-07-06 Zack Rusindraw: implement vertex texture sampling using llvm
2010-07-06 José Fonsecagallivm: Use SSE4.1's BLENDV instructions for lp_build_...
2010-07-06 José Fonsecagallivm: Fix 8bit comparisons.
2010-07-05 Corbin Simpsonauxiliary/util: Add SM3 meta-cap list.
2010-07-03 Vinson Leegallivm: Remove unnecessary headers.
2010-07-02 José Fonsecagallivm: Do 4ubyte AoS texture filtering for any format...
2010-07-02 José Fonsecagallivm: Use util_format_description::fetch_rgba_8unorm...
2010-07-02 José Fonsecautil: Add a fetch_rgba_8unorm.
2010-07-02 José Fonsecagallivm: Support multiple pixels in lp_build_fetch_rgba...
2010-07-02 José Fonsecagallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_for...
2010-07-02 José Fonsecagallivm: Move gather functions to its own module.
2010-07-02 José Fonsecagallivm: Check inputs/outputs in lp_build_conv()
2010-07-02 José Fonsecautil: Expose util_format_fits_8unorm().
2010-07-02 Brian Paulgallium/cso: check for set_vertex_sampler_views !=...
2010-07-02 José Fonsecagallivm: Code generate YUV format unpacking.
2010-07-02 José Fonsecagallivm: Fix 4 x unorm8 -> 4 x float conversion.
2010-07-02 Dave Airlier600: use gallium list macros instead of making our...
2010-07-01 Brian Paulgallium/cso: unbind sampler views in cso_release_all()
2010-07-01 José Fonsecagallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().
2010-07-01 José Fonsecagallivm: Allow to conversions to/from registers of...
next