summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)Author
2008-03-24gallium: tweak coords in u_gen_mipmap codeMichal Krol
2008-03-23gallium: Add util_gen_mipmap_filter().Michal Krol
2008-03-23gallium: Remove the debug_mask_* stuff.José Fonseca
2008-03-23gallium: Fix typo.José Fonseca
2008-03-23gallium: Memory debugging utilities.José Fonseca
2008-03-22gallium: Remove pedantic asserts.José Fonseca
2008-03-20gallium: set fb.width/heightBrian
2008-03-20gallium: enable vp input semantic infoBrian
2008-03-20gallium: create one vertex buffer and re-useBrian
2008-03-20gallium: use sizeof(vertex buffer)Brian
2008-03-20gallium: Give some chance for the table to actually grow.José Fonseca
2008-03-20gallium: Fix build on Windows.Michal Krol
2008-03-20gallium: Fix build on Windows.Michal Krol
2008-03-20gallium: remove unused local varKeith Whitwell
2008-03-20gallium: create vertex buffer once and re-use.Brian
2008-03-20gallium: added util_draw_vertex_buffer()Brian
2008-03-20gallium: added util_make_fragment_passthrough_shader()Brian
2008-03-20gallium: add debug facility to dump random blobs as hexKeith Whitwell
2008-03-19gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul
2008-03-19gallium: Fix broken logic.José Fonseca
2008-03-19gallium: explict float castsKeith Whitwell
2008-03-19gallium: implement CSO save/restore functions for use by meta operations (bli...Brian
2008-03-19gallium: Add generic enum and flags dumping utility functions.José Fonseca
2008-03-18gallium: s/copy_pixels_state/blit_stateBrian
2008-03-18gallium: new pixel blit codeBrian
2008-03-18gallium: protect against multi-#includeBrian
2008-03-18added u_simple_shaders.cBrian
2008-03-18gallium: make the gen_mipmap_state struct privateBrian
2008-03-18gallium: use new simple shader utility routinesBrian
2008-03-18gallium: utilities for creating simple vertex/fragment shadersBrian
2008-03-18d3d: Allow to iterate over the handle table.José Fonseca
2008-03-18d3d: Add function to walk through all items in the hash table.José Fonseca
2008-03-18gallium: Don't be pedantic about removing non exiting items from the table.José Fonseca
2008-03-18gallium: fix a mix-up in the uint[1] do_row() caseBrian
2008-03-18gallium: utility for packing color, z values according to pipe_formatBrian
2008-03-18gallium: Silencium warnings on Windows.Michal Krol
2008-03-17gallium: initial gen mipmap s/w fallback codeBrian
2008-03-17gallium: added new u_draw_quad.c and u_gen_mipmap.c files.Brian
2008-03-17gallium: new mipmap generation codeBrian
2008-03-17gallium: new util_draw_texquad() function.Brian
2008-03-15gallium: Ensure we don't add null objects to the table, as they mark empty ha...José Fonseca
2008-03-13gallium: make the windows config function more readable with 80-ish columnsKeith Whitwell
2008-03-13gallium: General purpose hash table, which is actually just a convenient fron...José Fonseca
2008-03-13gallium: Add a new handle_table_set that accepts an arbitrary handle.José Fonseca
2008-03-12gallium: Generic handle table.José Fonseca
2008-03-12gallium: Change assert behavior on runtime (Mark Mueller).José Fonseca
2008-03-12gallium: Silence MSVC warnings.José Fonseca
2008-03-12gallium: Conditional debugging output.José Fonseca
2008-03-10gallium: Use hardcoded breakpoints on x86 targets.José Fonseca
2008-03-10gallium: Import Dennis Smit cpu detection code.José Fonseca