summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* util: Add option to not dump cpu capsJakob Bornecrantz2010-08-051-17/+22
* r300g: implement hyper-z support. (v4)Dave Airlie2010-08-052-0/+46
* gallium/draw: forgot about PIPE_PRIM_LINE_STRIP_ADJACENCYZack Rusin2010-08-031-0/+1
* gallium/util: add extra primitives to the trimmerZack Rusin2010-08-031-0/+13
* util: Fix unpacking of R8G8Bx_SNORM format.Michal Krol2010-08-021-3/+12
* util: Fix the range of util_draw_elements_instanced.Chia-I Wu2010-07-301-2/+0
* util: more helpers for old draw codeKeith Whitwell2010-07-302-25/+141
* util: add uint version of pack_z_stencilKeith Whitwell2010-07-291-0/+47
* util: Don't include xmmintrin.h.José Fonseca2010-07-291-1/+0
* gallium: Use unified pipe_context::draw_vbo.Chia-I Wu2010-07-291-1/+1
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+30
* util: fix unused function warning on non-x86Brian Paul2010-07-261-0/+3
* util: fix CPU detection on OS Xnobled2010-07-261-6/+6
* util: fix another mutex leak in mempoolMarek Olšák2010-07-261-2/+1
* util: fix mutex leaks in mempoolMarek Olšák2010-07-261-1/+2
* util: Add PIPE_OS_CYGWIN to u_network.Vinson Lee2010-07-231-1/+1
* util: mempool: initialize last block's magic number in a pageMarek Olšák2010-07-201-0/+1
* util: remove the dummy field in mempoolMarek Olšák2010-07-192-14/+4
* util: add dummy field to empty structure typesBrian Paul2010-07-192-2/+2
* util: add a memory pool for equally sized memory allocationsMarek Olšák2010-07-192-0/+265
* u_blitter: add draw_rectangle callback which can be overridden by a driverMarek Olšák2010-07-122-19/+104
* u_blitter: clean up the texcoord computationsMarek Olšák2010-07-121-28/+35
* u_blitter: simplify blitter_set_rectangleMarek Olšák2010-07-121-19/+32
* u_blitter: rename blitter->base, add a way to get a pipe context from blitterMarek Olšák2010-07-122-70/+80
* util: print help for debug options on non-debug buildsMarek Olšák2010-07-071-2/+2
* auxiliary/util: Add SM3 meta-cap list.Corbin Simpson2010-07-051-0/+17
* util: Add a fetch_rgba_8unorm.José Fonseca2010-07-022-0/+15
* util: Expose util_format_fits_8unorm().José Fonseca2010-07-022-1/+4
* r600: use gallium list macros instead of making our own.Dave Airlie2010-07-021-1/+16
* util: reference surfaces and sampler views in blitter when saving themMarek Olšák2010-06-292-5/+46
* util: fix a memory leak in blitterMarek Olšák2010-06-271-6/+1
* gallium/util: fix pipe_sampler_view_reference() callsBrian Paul2010-06-251-7/+2
* u_math: Add align function npot alignmentsJakob Bornecrantz2010-06-221-0/+14
* util: add alloc checkAlan Hourihane2010-06-161-0/+2
* util: Use int type for format field width.José Fonseca2010-06-141-1/+1
* util: Add a func_to_pointer util function too.José Fonseca2010-06-141-0/+11
* draw: geometry shader fixesZack Rusin2010-06-101-0/+46
* util: reference vertex buffers in blitterMarek Olšák2010-06-092-0/+18
* util: implement util_clear_depth_stencil fallbackRoland Scheidegger2010-06-072-1/+115
* util: new file u_dirty_flags.hKeith Whitwell2010-06-071-0/+28
* util: add u_box_3dKeith Whitwell2010-06-071-0/+19
* util: add util_framebuffer_min_sizeKeith Whitwell2010-06-072-0/+40
* util: allocate larger tmp_row in util_format_translateKeith Whitwell2010-06-071-3/+4
* util: Remove unnecessary header.Vinson Lee2010-06-031-1/+0
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-035-95/+151
|\
| * gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-035-41/+41
| * util: adapt to clear interface changesRoland Scheidegger2010-05-295-95/+151
* | gallium: add interpolation parameter to simple shader functionsBrian Paul2010-06-035-47/+56
* | util/u_debug: use MAX2 macroBrian Paul2010-06-031-7/+1
* | util/u_debug: add description field to debug_named_valueJoakim Sindholt2010-06-032-6/+20