summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: move functions from u_resource.c to u_transfer.cBrian Paul2013-04-032-75/+74
* gallium: add interface for driver queries like performance counters, etc.Marek Olšák2013-03-261-1/+1
* gallium/util: attempt to fix blitting multisample texture arraysMarek Olšák2013-03-112-2/+2
* gallium/util: dump instance_divisorMarek Olšák2013-03-111-2/+1
* gallium/util: Correct shift value for TSC feature detection.Maxence Le Doré2013-03-081-1/+1
* u_blitter: don't create illegal shaders for 1D/3D/RECT/CUBE MSAADave Airlie2013-03-041-0/+5
* gallium/util: add helper code for 1D integer rangeMarek Olšák2013-03-011-0/+89
* util: fix issues with util_clear_render_target.Roland Scheidegger2013-02-281-9/+46
* gallium/util: add helper util_max_layer from r600gMarek Olšák2013-02-261-0/+16
* util/u_blitter: Set pipe_sampler_state::normalized_coords correctly.José Fonseca2013-02-231-4/+22