| Commit message (Expand) | Author | Age | Files | Lines |
* | util: update and fix u_upload_mgr.h comments | Brian Paul | 2012-08-18 | 1 | -4/+3 |
* | gallium/draw: move misplaced brace | Brian Paul | 2012-08-16 | 1 | -1/+1 |
* | gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define | Brian Paul | 2012-08-16 | 4 | -9/+7 |
* | draw: index samplers and sampler_view state by shader type | Brian Paul | 2012-08-16 | 3 | -29/+34 |
* | draw: move tgsi-related state into a tgsi sub-struct | Brian Paul | 2012-08-16 | 5 | -30/+35 |
* | gallium: add a shader stage/type param to some draw functions | Brian Paul | 2012-08-16 | 2 | -19/+31 |
* | gallium/u_blitter: document custom meta helpers | Marek Olšák | 2012-08-15 | 2 | -7/+16 |
* | r600g: implement MSAA color resolve | Marek Olšák | 2012-08-15 | 2 | -0/+69 |
* | r600g: implement MSAA depth-stencil decompression and resolve | Marek Olšák | 2012-08-15 | 2 | -0/+3 |
* | gallium/u_blitter: implement X and Y texture flipping | Marek Olšák | 2012-08-15 | 1 | -11/+26 |
* | gallium/u_blitter: implement blitting multisample resources | Marek Olšák | 2012-08-15 | 6 | -99/+342 |
* | gallium: add TGSI support for multisample textures | Marek Olšák | 2012-08-15 | 3 | -1/+6 |
* | gallium/tgsi: fix TGSI text parser | Marek Olšák | 2012-08-15 | 1 | -77/+97 |
* | gallium/u_blit: set dst format from pipe_resource, not pipe_surface | Marek Olšák | 2012-08-15 | 1 | -1/+1 |
* | cso: rearrange some structure fields for consistency | Brian Paul | 2012-08-10 | 1 | -2/+3 |
* | gallivm: fix crash in lp_sampler_static_state() | Brian Paul | 2012-08-10 | 1 | -4/+3 |
* | gallivm: remove unused src_elem_type variable | Brian Paul | 2012-08-08 | 1 | -2/+1 |
* | translate: Fix typo in is_legal_int_format_combo. | Vinson Lee | 2012-08-07 | 1 | -1/+1 |
* | gallivm: Add constructor for raw_debug_ostream. | Vinson Lee | 2012-08-06 | 1 | -0/+4 |
* | util: Move dereference after null check in util_resource_copy_region. | Vinson Lee | 2012-08-04 | 1 | -3/+3 |
* | gallium/u_blitter: add a query for checking whether copying is supported | Marek Olšák | 2012-08-04 | 2 | -32/+68 |
* | gallium/u_blitter: remove fallback for stencil copy that all drivers skipped | Marek Olšák | 2012-08-04 | 2 | -13/+3 |
* | gallium/u_blitter: add ability to blit only depth or only stencil | Marek Olšák | 2012-08-04 | 2 | -13/+16 |
* | gallium/u_blitter: minor cleanup | Marek Olšák | 2012-08-04 | 2 | -8/+8 |
* | gallium/tgsi: fixup texture name strings | Marek Olšák | 2012-08-04 | 1 | -4/+4 |
* | gallium/u_blitter: set sample mask to ~0 | Marek Olšák | 2012-08-04 | 2 | -0/+20 |
* | gallium/u_blit: bail out if src is a multisample texture | Marek Olšák | 2012-08-04 | 1 | -0/+6 |
* | gallium/u_blit: check nr_samples before using resource_copy_region | Marek Olšák | 2012-08-04 | 1 | -1/+2 |
* | gallium: set sample mask to ~0 for clear, blit and gen_mipmap | Marek Olšák | 2012-08-04 | 4 | -1/+23 |
* | draw: Ensure channel in convert_to_soa is initialized. | Vinson Lee | 2012-08-03 | 1 | -1/+1 |
* | u_blitter: Move a pointer dereference after null check. | Vinson Lee | 2012-08-03 | 1 | -2/+3 |
* | Use C99 NAN and INFINITY macros | Matt Turner | 2012-08-03 | 1 | -10/+3 |
* | cso: remove unreachable break statements | Brian Paul | 2012-08-03 | 1 | -5/+0 |
* | cso: 80-column wrapping, remove trailing whitespace, etc | Brian Paul | 2012-08-03 | 1 | -33/+54 |
* | gallium: consolidate CSO sampler and sampler_view functions | Brian Paul | 2012-08-03 | 7 | -254/+150 |
* | gallium/util: Use GCC built-in functions for NaN and infinity. | Vinson Lee | 2012-07-30 | 1 | -0/+5 |
* | Fix compile time errors when building against uclibc | Anthony G. Basile | 2012-07-24 | 1 | -0/+2 |
* | gallivm: Prefer the standard JIT engine whenever possible. | José Fonseca | 2012-07-23 | 1 | -4/+4 |
* | pipe_loader: Try to connect with the X server before probing pciids v2 | Tom Stellard | 2012-07-23 | 1 | -0/+61 |
* | gallivm: silence uninitialized variable warnings | Brian Paul | 2012-07-17 | 3 | -3/+6 |
* | gallium/util: add util_bit_last - finds the last bit set in a word | Marek Olšák | 2012-07-17 | 1 | -0/+14 |
* | gallivm: (trivial) remove unnecessary bogus include | Roland Scheidegger | 2012-07-17 | 1 | -1/+0 |
* | gallivm,draw,llvmpipe: Support wider native registers. | José Fonseca | 2012-07-17 | 46 | -2247/+4156 |
* | gallivm: Allow to force nearest filtering on a per-axis basis. | José Fonseca | 2012-07-17 | 2 | -47/+79 |
* | gallium/util, mesa: Refactor etc1 unpack function | Chad Versace | 2012-07-16 | 1 | -24/+1 |
* | draw,gallivm: Fix draw_get_shader_param. | José Fonseca | 2012-07-13 | 3 | -12/+103 |
* | gallivm: Use %.9g to print floats. | José Fonseca | 2012-07-12 | 1 | -3/+6 |
* | st/mesa: implement accelerated stencil blitting using shader stencil export | Marek Olšák | 2012-07-12 | 4 | -38/+176 |
* | st/mesa: set colormask to zero when blitting depth | Marek Olšák | 2012-07-12 | 1 | -4/+8 |
* | gallium/u_blit: remove useless memset calls | Marek Olšák | 2012-07-12 | 1 | -6/+0 |