| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) | Dave Airlie | 2013-12-13 | 1 | -1/+1 |
* | util: fix compile breakage | Brian Paul | 2013-12-12 | 1 | -1/+1 |
* | util: move variable declaration out of for-loop | Brian Paul | 2013-12-12 | 1 | -1/+3 |
* | gallium/util: implement new color clear API in u_blitter | Marek Olšák | 2013-12-12 | 1 | -3/+42 |
* | gallium: allow choosing which colorbuffers to clear | Marek Olšák | 2013-12-12 | 3 | -5/+6 |
* | draw: fix vbuf caching of vertices with inject front face | Zack Rusin | 2013-12-10 | 1 | -0/+1 |
* | llvmpipe: fix blending with half-float formats | Zack Rusin | 2013-12-10 | 2 | -0/+82 |
* | st/mesa: implement layered framebuffer clear for the clear_with_quad fallback | Marek Olšák | 2013-12-03 | 2 | -0/+25 |
* | gallium/util: implement layered framebuffer clear in u_blitter | Marek Olšák | 2013-12-03 | 6 | -25/+106 |
* | trace: Dump PIPE_QUERY_* enums. | José Fonseca | 2013-11-28 | 2 | -0/+36 |
* | gallium/cso: fix sampler / sampler_view counts | Roland Scheidegger | 2013-11-28 | 1 | -11/+16 |
* | gallium: new shader cap bit for the amount of sampler views | Roland Scheidegger | 2013-11-28 | 1 | -0/+2 |
* | tgsi: Prevent emission of instructions with empty writemask. | José Fonseca | 2013-11-22 | 2 | -0/+42 |
* | tgsi: Rework calls to ureg_emit_insn(). | José Fonseca | 2013-11-22 | 1 | -96/+104 |
* | gallium: Make TGSI_SEMANTIC_FOG register four-component wide. | José Fonseca | 2013-11-21 | 2 | -12/+1 |
* | tgsi_exec: Fix mask calculation for emit_kill_if. | José Fonseca | 2013-11-21 | 1 | -0/+3 |
* | gallivm: Ignore unknown file type in non-debug builds. | Vinson Lee | 2013-11-20 | 1 | -0/+1 |
* | u_gen_mipmap: Use untampered cubemap texture coords when generating mipmaps. | José Fonseca | 2013-11-20 | 5 | -6/+19 |
* | gallivm: Fix mask calculation for emit_kill_if. | Si Chen | 2013-11-19 | 1 | -5/+8 |
* | postprocess: document the pp_init() function. | Brian Paul | 2013-11-18 | 1 | -1/+8 |
* | postprocess: move #defines to filters.h | Brian Paul | 2013-11-18 | 2 | -3/+4 |
* | postprocess: refactor header files, etc | Brian Paul | 2013-11-18 | 8 | -47/+70 |
* | postprocess: rename program to pp_program | Brian Paul | 2013-11-18 | 8 | -23/+23 |
* | postprocess: simplify pp_free() code | Brian Paul | 2013-11-18 | 1 | -14/+13 |
* | indices: add comments, assertions in u_indices.c file | Brian Paul | 2013-11-15 | 1 | -0/+26 |
* | gallium/pipe_loader: un-reference udev resources when we're done with them. | Aaron Watry | 2013-11-15 | 1 | -0/+3 |
* | gallivm: Compile flag to debug TGSI execution through printfs. | José Fonseca | 2013-11-14 | 5 | -47/+222 |
* | gallivm,llvmpipe: fix float->srgb conversion to handle NaNs | Roland Scheidegger | 2013-11-14 | 4 | -26/+43 |
* | draw,llvmpipe: use exponent manipulation instead of exp2 for polygon offset | Roland Scheidegger | 2013-11-12 | 1 | -8/+13 |
* | gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detection | Cyril Brulebois | 2013-11-12 | 1 | -6/+6 |
* | util: set all unused cbufs to NULL in util_copy_framebuffer_state() | Brian Paul | 2013-11-11 | 1 | -1/+2 |
* | vl: use a separate context for shader based decode v2 | Christian König | 2013-11-08 | 2 | -61/+124 |
* | gallivm: deduplicate some indirect register address code | Roland Scheidegger | 2013-11-08 | 1 | -157/+96 |
* | draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_float | Matthew McClure | 2013-11-07 | 7 | -19/+80 |
* | gallium: fix build on GNU/kFreeBSD | Fabio Pedretti | 2013-11-06 | 1 | -1/+1 |
* | gallivm: fix indirect addressing of inputs | Roland Scheidegger | 2013-11-06 | 1 | -17/+28 |
* | gallivm: optimize lp_build_minify for sse | Roland Scheidegger | 2013-11-05 | 3 | -13/+54 |
* | util/u_format: take normalized flag in consideration in util_format_is_rgba8_... | José Fonseca | 2013-11-05 | 1 | -0/+3 |
* | gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4. | Vinson Lee | 2013-11-04 | 1 | -0/+2 |
* | tgsi/scan: set maximum index for each constant buffer | Marek Olšák | 2013-11-04 | 2 | -1/+13 |
* | draw: move type construction out of loop | Brian Paul | 2013-11-04 | 1 | -1/+3 |
* | gallium/auxiliary/indices: add u_primconvert | Rob Clark | 2013-10-29 | 3 | -0/+227 |
* | gallium/auxiliary/indices: add start param | Rob Clark | 2013-10-29 | 5 | -26/+54 |
* | util,llvmpipe: correctly set the minimum representable depth value | Matthew McClure | 2013-10-29 | 2 | -0/+52 |
* | gallivm: implement fully accurate corner filtering for seamless cube maps | Roland Scheidegger | 2013-10-25 | 1 | -13/+151 |
* | gallium: new, unified pipe_context::set_sampler_views() function | Brian Paul | 2013-10-23 | 11 | -76/+67 |
* | gallivm: implement seamless cube filtering | Roland Scheidegger | 2013-10-21 | 3 | -40/+368 |
* | translate_sse: Fix generated code argument handling for msabi on x86_64 | Jon TURNEY | 2013-10-18 | 1 | -3/+11 |
* | rtasm: Cygwin uses the msabi calling convention on x86_64 | Jon TURNEY | 2013-10-18 | 1 | -1/+1 |
* | rtasm: The heap is NX on 64-bit Cygwin, so use the rtasm_exec_malloc() implem... | Jon TURNEY | 2013-10-18 | 1 | -1/+1 |