summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* util: add casts to silence MSVC warnings in u_blit.cBrian Paul2013-07-121-14/+14
* util/u_math: Use xmmintrin.h whenever possible.José Fonseca2013-07-101-9/+17
* util: treat denorm'ed floats like zeroZack Rusin2013-07-092-0/+63
* draw/translate: fix instancingZack Rusin2013-06-281-4/+4
* st/mesa: handle SNORM formats in generic CopyPixels pathMarek Olšák2013-06-302-0/+23
* util: int/unsigned changes to silence some MSVC warningsBrian Paul2013-06-262-3/+3
* util: add some casts to silence some MSVC warningsBrian Paul2013-06-261-2/+2
* util: s/int/unsigned/ to silence some MSVC warningsBrian Paul2013-06-261-2/+2
* util/debug: Cleanup/improve debug_symbol_name_dbghelp.José Fonseca2013-06-251-78/+161
* util/debug: Make debug_backtrace_capture work for 64bit windows.José Fonseca2013-06-252-2/+61
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-245-48/+56
* util: (trivial) add has_popcnt fieldRoland Scheidegger2013-06-192-0/+2
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-184-3/+7
* mesa: Fix bug in unclamped float to ubyte conversion.Manfred Ernst2013-06-121-2/+1
* gallium/u_format: add a new helper for initializing pipe_blit_info::maskMarek Olšák2013-06-132-25/+29
* gallium/u_blitter: make clearing independent of the colorbuffer formatMarek Olšák2013-06-132-43/+4
* gallium/u_blitter: make clearing independent of the number of bound colorbuffersMarek Olšák2013-06-134-56/+41
* gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shaderMarek Olšák2013-06-132-4/+8
* util: new util_fill_box helperRoland Scheidegger2013-06-132-10/+37
* util: Use sizeof(void *) rather than 0 as the fallback cache line sizeRichard Sandiford2013-06-101-0/+5
* util: add comment about bogus transfer flagsRoland Scheidegger2013-06-071-0/+1
* util: fix util_clear_render_target and util_clear_depth_stencil layer handlingRoland Scheidegger2013-06-071-87/+103
* util: add util_resource_is_array_texture()Chia-I Wu2013-06-081-1/+19
* u_vbuf: fix index buffer leakChia-I Wu2013-06-071-0/+3
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-4/+4
* gallium: fix build on uclibc systemAnthony G. Basile2013-05-291-4/+2
* util/prim: add u_reduced_prims_for_vertices()Chia-I Wu2013-05-031-0/+20
* util/prim: assorted fixes for u_decomposed_prims_for_vertices()Chia-I Wu2013-05-031-11/+11
* util/prim: use vertex count info in u_validate_pipe_prim()Chia-I Wu2013-05-031-32/+2
* util/prim: fix the name of the include guardChia-I Wu2013-05-031-2/+2
* draw: use u_assembled_prim() instead of u_assembled_primitive()Chia-I Wu2013-05-031-8/+0
* util/prim: clean up and add commentsChia-I Wu2013-05-031-60/+107
* util/prim: fix primitive trimming for triangles with adjacencyChia-I Wu2013-05-031-2/+2
* util/u_sse: Fix _mm_shuffle_epi8 prototype for clang.José Fonseca2013-04-251-1/+6
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-234-12/+16
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-234-4/+4
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-234-4/+4
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-235-6/+9
* gallium/u_blitter: implement buffer clearingMarek Olšák2013-04-232-8/+97
* draw: implement primitive assemblerZack Rusin2013-04-181-0/+21
* util/prim: fix decomposed counts for adjacency primitivesZack Rusin2013-04-181-4/+4
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-182-0/+46
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-161-15/+20
* gallium/util: add const to a parameter of util_max_layerMarek Olšák2013-04-061-1/+1
* util: add ETC as compressed formatWladimir2013-04-051-0/+1
* gallium/u_blitter: fix is_blit_generic_supported() stencil checkingBrian Paul2013-04-051-12/+14
* util: add debug_memory_check_block(), debug_memory_tag()Brian Paul2013-04-041-0/+55
* gallivm: use f16c hw support for float->half and half->float conversionRoland Scheidegger2013-04-042-0/+2
* util: add new util_resource_size() function in u_resource.[ch]Brian Paul2013-04-032-1/+98