Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | | Gallium: fix indentation in u_blitter.c | Stéphane Marchesin | 2011-06-06 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | util: add \n to debug_checkpoint_full | Marcin Slusarz | 2011-06-06 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | u_prim: convert u_trim_pipe_prim to table driven. | Dave Airlie | 2011-06-03 | 1 | -47/+24 | |
* | | | | | | | | | | | | | | | | | | | util: faster logbase2 | Brian Paul | 2011-06-02 | 1 | -4/+7 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | u_vbuf_mgr: fix max_index computation when src_offset is abused as buffer_offset | Marek Olšák | 2011-05-17 | 1 | -1/+6 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | u_vbuf_mgr: fix max_index computation once again | Marek Olšák | 2011-05-14 | 1 | -15/+47 | |
* | | | | | | | | | | | | | | | | | Remove redundant util_unsigned_logbase2 | Matt Turner | 2011-05-12 | 1 | -12/+0 | |
* | | | | | | | | | | | | | | | | | u_math.h: Remove redundant mingw32 ffs definition | Matt Turner | 2011-05-12 | 1 | -4/+0 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | util: implement R11G11B10_FLOAT pack/unpack functions | Marek Olšák | 2011-04-29 | 4 | -1/+336 | |
* | | | | | | | | | | | | | | | | mesa, util: move RGB9E5 conversion functions to gallium/util | Marek Olšák | 2011-04-29 | 2 | -1/+165 | |
* | | | | | | | | | | | | | | | | util: implement R9G9B9E5 pack and unpack functions | Marek Olšák | 2011-04-29 | 1 | -5/+82 | |
* | | | | | | | | | | | | | | | | util: make macros MIN3, MAX3, MIN4, MAX4 little more efficient | Marek Olšák | 2011-04-27 | 1 | -4/+4 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | galahad,util: warn on resource target mismatch in copy_region | Marek Olšák | 2011-04-21 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | | util: add a simple memcpy path for copying buffers in util_resource_copy_region | Marek Olšák | 2011-04-21 | 1 | -9/+13 | |
* | | | | | | | | | | | | | | | gallium: add and use generic function for querying patented format support (v2) | Marek Olšák | 2011-04-15 | 2 | -0/+59 | |
* | | | | | | | | | | | | | | | gallium: add A/L/LA/I floating point formats | Luca Barbieri | 2011-04-15 | 1 | -0/+8 | |
* | | | | | | | | | | | | | | | u_vbuf_mgr: fixed vbo max_index calculation | pepp | 2011-04-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | u_vbuf_mgr: fix crash with unsupported vertex format in hw VBOs | Marek Olšák | 2011-04-08 | 2 | -2/+6 | |
* | | | | | | | | | | | | | | | util: add cpu detection for sse 4.2 and avx | Brian Paul | 2011-04-07 | 2 | -0/+6 | |
* | | | | | | | | | | | | | | | util: simplify bit shifting in util_cpu_detect() | Brian Paul | 2011-04-07 | 1 | -11/+11 | |
* | | | | | | | | | | | | | | | draw: Prevent out-of-bounds vertex buffer access. | José Fonseca | 2011-04-01 | 2 | -0/+118 | |
* | | | | | | | | | | | | | | | gallium: list use inline function to avoid macro shot coming | Jerome Glisse | 2011-03-30 | 1 | -43/+67 | |
* | | | | | | | | | | | | | | | gallium: add EXT_texture_snorm support | Marek Olšák | 2011-03-29 | 1 | -0/+8 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write. | Mathias Fröhlich | 2011-03-15 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | util: Silence gcc unitialized member warning | José Fonseca | 2011-03-13 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | gallium: Delay the creation of simple helper shaders | Jakob Bornecrantz | 2011-03-12 | 2 | -80/+116 | |
* | | | | | | | | | | | | | | u_blitter: Do blits in linear color space. | Henri Verbeet | 2011-03-12 | 2 | -22/+38 | |
* | | | | | | | | | | | | | | gallium: remove the geom_flags param from is_format_supported | Marek Olšák | 2011-03-11 | 6 | -17/+15 | |
* | | | | | | | | | | | | | | gallium: kill is_resource_referenced | Marek Olšák | 2011-03-11 | 3 | -27/+0 | |
* | | | | | | | | | | | | | | util: Fix typo in u_upload_flush(). | José Fonseca | 2011-03-11 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | st/mesa: remove unnecessary flushes | Marek Olšák | 2011-03-11 | 1 | -2/+0 | |
* | | | | | | | | | | | | | | gallium/util: new polygon stipple utility helper | Brian Paul | 2011-03-10 | 2 | -0/+490 | |
* | | | | | | | | | | | | | | util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write. | José Fonseca | 2011-03-09 | 1 | -1/+6 | |
* | | | | | | | | | | | | | | util: add ensure_sanity checks, fix a bug | Keith Whitwell | 2011-03-09 | 1 | -2/+56 | |
* | | | | | | | | | | | | | | util: improve cache collision behaviour | Keith Whitwell | 2011-03-09 | 1 | -18/+76 | |
* | | | | | | | | | | | | | | util: Add remove to util_cache | Alex Corscadden | 2011-03-09 | 2 | -0/+26 | |
* | | | | | | | | | | | | | | util: Allow util_draw_texquad to draw quads with non-integer coordinates. | Alex Corscadden | 2011-03-09 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | gallium: add timeout parameter to fence_finish | Marek Olšák | 2011-03-08 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | gallium/util: add LATC support | Marek Olšák | 2011-03-08 | 6 | -4/+465 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | gallium: add RGTC UNORM support to u_format. | Dave Airlie | 2011-03-02 | 5 | -2/+574 | |
* | | | | | | | | | | | | | u_vbuf_mgr: compute user buffer size for instance data from instance_count | Marek Olšák | 2011-03-01 | 1 | -3/+7 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | st/mesa & v_bug_mgr: two small instanced drawing fixes | Christian König | 2011-02-28 | 1 | -1/+4 | |
* | | | | | | | | | | | | util: Don't destroy shaders null shaders | Jakob Bornecrantz | 2011-02-26 | 1 | -2/+4 | |
* | | | | | | | | | | | | util: Don't create array texture shaders if the driver doesn't support it | Jakob Bornecrantz | 2011-02-26 | 1 | -4/+6 | |
* | | | | | | | | | | | | gallium/util: add 1d/2d mipmap generation support | Dave Airlie | 2011-02-25 | 1 | -6/+37 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | gallium/utils: Fix vertex element setup | Fabian Bieler | 2011-02-24 | 1 | -2/+3 | |
* | | | | | | | | | | | util: Make refcnt and symbol debuggers work on windows | Jakob Bornecrantz | 2011-02-18 | 2 | -2/+21 | |
* | | | | | | | | | | | u_vbuf_mgr: initialize flag indicating that buffers have been updated | Marek Olšák | 2011-02-18 | 1 | -1/+1 | |
* | | | | | | | | | | | util: Fix typo in last commit. | José Fonseca | 2011-02-17 | 1 | -1/+1 | |
* | | | | | | | | | | | util: Cleanup symbol name resolution on Windows. | José Fonseca | 2011-02-17 | 2 | -39/+1310 |