svga: sort #includes
[mesa.git] / src / gallium / auxiliary /
2012-07-31 Vinson Leegallium/util: Use GCC built-in functions for NaN and...
2012-07-24 Anthony G. BasileFix compile time errors when building against uclibc
2012-07-23 José Fonsecagallivm: Prefer the standard JIT engine whenever possible.
2012-07-23 Tom Stellardpipe_loader: Try to connect with the X server before...
2012-07-17 Brian Paulgallivm: silence uninitialized variable warnings
2012-07-17 Marek Olšákgallium/util: add util_bit_last - finds the last bit...
2012-07-17 Roland Scheideggergallivm: (trivial) remove unnecessary bogus include
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-07-17 José Fonsecagallivm: Allow to force nearest filtering on a per...
2012-07-16 Chad Versacegallium/util, mesa: Refactor etc1 unpack function
2012-07-13 José Fonsecadraw,gallivm: Fix draw_get_shader_param.
2012-07-12 José Fonsecagallivm: Use %.9g to print floats.
2012-07-12 Marek Olšákst/mesa: implement accelerated stencil blitting using...
2012-07-12 Marek Olšákst/mesa: set colormask to zero when blitting depth
2012-07-12 Marek Olšákgallium/u_blit: remove useless memset calls
2012-07-12 Marek Olšákgallium/u_blit: drop not-very-useful wrapper around...
2012-07-12 Marek Olšákgallium/u_blit: don't do two copies for non-2D textures
2012-07-12 Marek Olšákgallium/util: move pipe_tex_to_tgsi_tex helper function...
2012-07-12 Marek Olšákgallium/u_blitter: accelerate stencil-only copying
2012-07-12 Marek Olšákgallium/u_blitter: accelerate depth-stencil copying...
2012-07-12 Marek Olšákgallium: add util_format_stencil_only helper function
2012-07-12 Marek Olšákgallium/u_blitter: minify depth0 when initializing...
2012-07-12 Marek Olšákgallium/u_gen_mipmap: accelerate depth texture mipmap...
2012-07-09 Marek Olšákgallium/u_blitter: consolidate some state changes
2012-07-06 José Fonsecatarget-helpers: Enable debug helpers only on debug...
2012-07-04 Stuart Abercrombiegallium/util: Save and restore vertex buffer state...
2012-07-02 José Fonsecagallium/tgsi: Don't declare temps individually when...
2012-07-02 José Fonsecagallivm: Cleanup the 4 x float -> 16 ub special path...
2012-07-02 José Fonsecagallium/util: Add ULL suffix to large constants.
2012-06-29 José Fonsecagallium/util: Truly disable INF/NAN tests on MSVC.
2012-06-29 José Fonsecagallium/util: Disable INF/NAN tests on MSVC.
2012-06-29 José Fonsecatranslate: Free elt8_func/elt16_func too.
2012-06-29 James Bentonutil: Reimplement half <-> float conversions.
2012-06-29 James Bentontests: Updated tests to properly handle NaN for half...
2012-06-29 James Bentonutil: Updated u_format_tests to rigidly test half-float...
2012-06-29 James Bentonutil: Added functions for checking NaN / Inf for double...
2012-06-29 James Bentonutil: Added util_format_is_array.
2012-06-28 José Fonsecagallivm: Refactor lp_build_broadcast(_scalar) to share...
2012-06-28 Johannes Obermayrgallivm: Fix potential buffer overflowing in strncat.
2012-06-27 José Fonsecagallium/util: Fix parsing of options with underscore.
2012-06-27 James Bentongallivm: Added a generic lp_build_print_value which...
2012-06-26 Olivier Galibertu2f_emit: Fix type parameter in LLVM call.
2012-06-26 Marek Olšáku_blitter: disable streamout before rendering
2012-06-22 Olivier Galibertdraw: Handle the case when there isn't a fragment shader.
2012-06-19 Olivier Galibertllvmpipe: Add vertex id support.
2012-06-19 Olivier Galibertllvmpipe: Simplify and fix system variables fetch.
2012-06-19 Olivier Galibertdraw: fix flat shading and screen-space linear interpol...
2012-06-18 José Fonsecadraw: Ensure that the vertex_header type size matches...
2012-06-15 Paul Berrygallium: Add TGSI_OPCODE_F2U to gallivm backend.
2012-06-14 Aaron Watryrbug: fix make process on Linux Mint 13 x64.
2012-06-13 Brian Paulutil: add some comments, fix indentation
2012-06-08 Roland Scheideggergallivm: Fix calculating rho for 3d textures for the...
2012-05-31 Brian Pauldraw: simplify index buffer specification
2012-05-25 Brian Pauldraw: fix primitive restart bug by using the index...
2012-05-25 Brian Paulutil: add GALLIUM_LOG_FILE option for logging output...
2012-05-24 Vinson Leetgsi: Initialize Padding struct fields.
2012-05-21 James Bentongallivm: Fixed erroneous optimisation in lp_build_min...
2012-05-21 James Bentongallivm: Compensate for lp_const_offset in lp_build_conv.
2012-05-21 James Bentongallivm: Fixed overflow in lp_build_clamped_float_to_un...
2012-05-18 Vinson Leegallium/tgsi/text: Ensure ret is initialized in parse_i...
2012-05-17 José FonsecaFix fetching integer inputs.
2012-05-17 Olivier Galibertllvmpipe: Implement TXQ.
2012-05-16 Francisco Jerezgallium/auxiliary/pipe-loader: Fix usage of anonymous...
2012-05-16 José Fonsecadraw,llvmpipe: Avoid named struct types on LLVM 3.0...
2012-05-15 José Fonsecagallivm: Add MCRegisterInfo.h to silence benign warning...
2012-05-15 José Fonsecagallivm: Fix lp_build_sgn for normalized/fixed-point...
2012-05-15 José Fonsecagallivm: Fix lp_build_const_xxx for negative integers.
2012-05-15 Paul BerryAdd .gitignore files for recently-added gallium projects
2012-05-14 Vinson Leevl: Initialize pipe_vertex_buffer.user_buffer fields.
2012-05-12 Marek Olšákgallium: remove user_buffer_create from the interface
2012-05-12 Marek Olšákgallium/graw: stop using user_buffer_create
2012-05-12 Marek Olšákgallium/util: remove unused parameter nr_vertex_buffers...
2012-05-12 José Fonsecaauxiliary/util: Ensure pipe_constant_buffer::user_buffe...
2012-05-11 José Fonsecagallivm: Fix copy'n'paste typo bug translating CEIL...
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 José Fonsecagallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
2012-05-11 José Fonsecagallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture...
2012-05-11 Francisco Jerezgallium: Add pipe loader for device enumeration and...
2012-05-11 Francisco Jerezgallium/tgsi/text: Replace open-coded integer parsing...
2012-05-11 Francisco Jerezgallium/tgsi/text: Parse immediates of non-float data...
2012-05-11 Francisco Jerezgallium/tgsi: Fix tgsi_build_full_immediate() for non...
2012-05-11 Francisco Jerezgallium/tgsi/text: Make label parsing optional for...
2012-05-11 Francisco Jerezgallium/tgsi/ureg: Support local temporary emission.
2012-05-11 Francisco Jerezgallium/tgsi/ureg: Lift the restriction on releasing...
2012-05-11 Francisco Jerezgallium/util: Define util_strchrnul.
2012-05-11 Francisco Jerezgallium/tgsi: Introduce the "LOCAL" register declaratio...
2012-05-11 Francisco Jerezgallium/tgsi: Add support for atomic opcodes.
2012-05-11 Francisco Jerezgallium/tgsi: Add support for barriers.
2012-05-11 Francisco Jerezgallium/tgsi: Define system values used to query the...
2012-05-11 Francisco Jerezgallium/tgsi: Add resource write-back support.
2012-05-11 Francisco Jerezgallium/tgsi: Add support for raw resources.
2012-05-11 Francisco Jerezgallium/tgsi: Define the TGSI_BUFFER texture target.
2012-05-11 Francisco Jerezgallium/tgsi: Introduce the compute processor.
2012-05-11 Francisco Jerezgallium/tgsi: Move interpolation info from tgsi_declara...
2012-05-11 Francisco Jerezgallium/tgsi: Split sampler views from shader resources.
2012-05-09 Dave Airliegallivm: implement iabs/issg opcode.
2012-05-07 Vadim Girlinradeon/llvm: add support for TXQ/TXF/DDX/DDY instructions
2012-05-05 Baldo Davideauxiliary/os: Add missing signal.h include.
2012-05-04 Brian Paulgallivm: fix comment typo
next