summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: add util_bit_last - finds the last bit set in a wordMarek Olšák2012-07-171-0/+14
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-0/+12
* gallium/util, mesa: Refactor etc1 unpack functionChad Versace2012-07-161-24/+1
* st/mesa: implement accelerated stencil blitting using shader stencil exportMarek Olšák2012-07-122-36/+174
* st/mesa: set colormask to zero when blitting depthMarek Olšák2012-07-121-4/+8
* gallium/u_blit: remove useless memset callsMarek Olšák2012-07-121-6/+0
* gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemaskMarek Olšák2012-07-122-50/+15
* gallium/u_blit: don't do two copies for non-2D texturesMarek Olšák2012-07-121-33/+39
* gallium/util: move pipe_tex_to_tgsi_tex helper function into u_inlinesMarek Olšák2012-07-122-30/+30
* gallium/u_blitter: accelerate stencil-only copyingMarek Olšák2012-07-123-1/+79
* gallium/u_blitter: accelerate depth-stencil copying using shader stencil exportMarek Olšák2012-07-124-12/+147
* gallium: add util_format_stencil_only helper functionMarek Olšák2012-07-121-0/+29
* gallium/u_blitter: minify depth0 when initializing last_layerMarek Olšák2012-07-121-1/+1
* gallium/u_gen_mipmap: accelerate depth texture mipmap generationMarek Olšák2012-07-121-26/+58
* gallium/u_blitter: consolidate some state changesMarek Olšák2012-07-091-32/+17
* gallium/util: Save and restore vertex buffer state in util_gen_mipmap.Stuart Abercrombie2012-07-041-0/+2
* gallium/util: Add ULL suffix to large constants.José Fonseca2012-07-021-3/+3
* gallium/util: Truly disable INF/NAN tests on MSVC.José Fonseca2012-06-291-1/+1
* gallium/util: Disable INF/NAN tests on MSVC.José Fonseca2012-06-291-1/+7
* util: Reimplement half <-> float conversions.James Benton2012-06-293-214/+67
* tests: Updated tests to properly handle NaN for half floats.James Benton2012-06-291-2/+4
* util: Updated u_format_tests to rigidly test half-float boundary values.James Benton2012-06-291-0/+30
* util: Added functions for checking NaN / Inf for double and half-floats.James Benton2012-06-291-2/+102
* util: Added util_format_is_array.James Benton2012-06-292-0/+39
* gallium/util: Fix parsing of options with underscore.José Fonseca2012-06-271-1/+1
* u_blitter: disable streamout before renderingMarek Olšák2012-06-261-0/+10
* util: add some comments, fix indentationBrian Paul2012-06-131-1/+5
* util: add GALLIUM_LOG_FILE option for logging output to a fileBrian Paul2012-05-251-3/+3
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-122-9/+1
* gallium/graw: stop using user_buffer_createMarek Olšák2012-05-121-0/+13
* gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_indexMarek Olšák2012-05-122-2/+0
* auxiliary/util: Ensure pipe_constant_buffer::user_buffer is initialized.José Fonseca2012-05-121-0/+1
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-119-69/+125
|\
| * u_vbuf: set user buffer pointer for drivers which support user buffersMarek Olšák2012-05-011-0/+2
| * st/vega: don't use user_buffer_createMarek Olšák2012-04-302-0/+24
| * gallium/util: stop using user buffers in util_draw_texquadMarek Olšák2012-04-301-2/+3
| * gallium: add void *user_buffer in pipe_index_bufferMarek Olšák2012-04-303-45/+69
| * gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-302-13/+0
| * gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-302-9/+12
| * gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-0/+15
* | gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.José Fonseca2012-05-111-1/+1
* | gallium/util: Define util_strchrnul.Francisco Jerez2012-05-111-6/+18
* | gallium/tgsi: Define the TGSI_BUFFER texture target.Francisco Jerez2012-05-111-1/+1
* | gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-1/+2
* | llvmpipe: Added support for color masks in AoS blending.James Benton2012-05-021-0/+13
|/
* u_vbuf: unbind vertex buffers on destroyMarek Olšák2012-04-291-0/+2
* u_blitter: fix resource leakMarek Olšák2012-04-291-0/+1
* u_vbuf: don't call u_vbuf_upload_buffers if there's nothing to uploadMarek Olšák2012-04-241-2/+8
* u_vbuf: don't upload user buffers if the driver supports themMarek Olšák2012-04-241-1/+1
* u_vbuf: optimize u_vbuf_translate_find_free_vb_slotsMarek Olšák2012-04-241-27/+15