summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: protect against multi-#includeBrian2008-03-181-0/+8
* added u_simple_shaders.cBrian2008-03-182-0/+2
* gallium: make the gen_mipmap_state struct privateBrian2008-03-182-12/+14
* gallium: use new simple shader utility routinesBrian2008-03-181-248/+12
* gallium: utilities for creating simple vertex/fragment shadersBrian2008-03-182-0/+315
* d3d: Allow to iterate over the handle table.José Fonseca2008-03-182-0/+31
* d3d: Add function to walk through all items in the hash table.José Fonseca2008-03-182-1/+27
* gallium: Don't be pedantic about removing non exiting items from the table.José Fonseca2008-03-181-2/+6
* gallium: fix a mix-up in the uint[1] do_row() caseBrian2008-03-181-2/+2
* gallium: utility for packing color, z values according to pipe_formatBrian2008-03-181-0/+125
* gallium: Silencium warnings on Windows.Michal Krol2008-03-181-3/+3
* gallium: initial gen mipmap s/w fallback codeBrian2008-03-171-2/+607
* gallium: added new u_draw_quad.c and u_gen_mipmap.c files.Brian2008-03-172-0/+4
* gallium: new mipmap generation codeBrian2008-03-172-0/+558
* gallium: new util_draw_texquad() function.Brian2008-03-172-0/+149
* gallium: Ensure we don't add null objects to the table, as they mark empty ha...José Fonseca2008-03-151-0/+4
* gallium: make the windows config function more readable with 80-ish columnsKeith Whitwell2008-03-131-10/+20
* gallium: General purpose hash table, which is actually just a convenient fron...José Fonseca2008-03-134-0/+287
* gallium: Add a new handle_table_set that accepts an arbitrary handle.José Fonseca2008-03-132-21/+75
* gallium: Generic handle table.José Fonseca2008-03-124-0/+305
* gallium: Change assert behavior on runtime (Mark Mueller).José Fonseca2008-03-121-2/+36
* gallium: Silence MSVC warnings.José Fonseca2008-03-121-7/+3
* gallium: Conditional debugging output.José Fonseca2008-03-121-0/+34
* gallium: Use hardcoded breakpoints on x86 targets.José Fonseca2008-03-101-7/+10
* gallium: Import Dennis Smit cpu detection code.José Fonseca2008-03-102-0/+584
* gallium: WinCE portability fixes.José Fonseca2008-03-101-0/+8
* gallium: Document debug_printf usage.José Fonseca2008-03-081-1/+2
* gallium: Surround externs with extern "C".Michal Krol2008-03-061-6/+12
* gallium: Use custom vsnprintf in WINDDK.José Fonseca2008-03-053-1/+1502
* win32: don't prepend all debug with gallium3dKeith Whitwell2008-03-031-1/+1
* gallium: added pipe_get/put_tile_z() functionsBrian Paul2008-02-292-0/+138
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-192-0/+288
* Simplify makefile boilerplate code.José Fonseca2008-02-191-7/+1
* Move mm.c code into util module.José Fonseca2008-02-194-1/+377
* Update scons build for new code layout.José Fonseca2008-02-181-0/+11
* Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-181-0/+20
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-154-0/+929