| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: optionally apply texture swizzle to border color v2 | Christoph Bumiller | 2013-04-18 | 1 | -0/+2 |
* | softpipe/so: use the correct variable for reporting stream out | Zack Rusin | 2013-04-17 | 1 | -5/+15 |
* | draw: implement pipeline statistics in the draw module | Zack Rusin | 2013-04-16 | 7 | -2/+77 |
* | softpipe: misc updates to image dumping in softpipe_flush() | Brian Paul | 2013-04-09 | 1 | -3/+4 |
* | gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS | Christoph Bumiller | 2013-04-03 | 1 | -0/+2 |
* | gallium,st/mesa: don't use blit-based transfers with software rasterizers | Marek Olšák | 2013-03-23 | 1 | -0/+1 |
* | softpipe: silence some asst. MSVC type warnings in sp_tex_sample.c | Brian Paul | 2013-03-21 | 1 | -6/+6 |
* | softpipe: silence some MSVC signed/unsigned warnings | Brian Paul | 2013-03-21 | 2 | -2/+2 |
* | softpipe: silence some MSVC float/double warnings | Brian Paul | 2013-03-21 | 1 | -6/+6 |
* | gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3 | Christoph Bumiller | 2013-03-20 | 1 | -0/+2 |
* | softpipe: fix up NUM_ENTRIES confusion | Brian Paul | 2013-03-14 | 3 | -13/+13 |
* | softpipe: Shrink context size. | José Fonseca | 2013-03-14 | 1 | -1/+1 |
* | softpipe: don't assert when creating surfaces with multiple layers | Roland Scheidegger | 2013-03-14 | 2 | -16/+32 |
* | softpipe: don't use samplers with prebaked sampler and sampler_view state | Roland Scheidegger | 2013-03-11 | 6 | -866/+779 |
* | tgsi: add texel offsets and derivatives to sampler interface | Roland Scheidegger | 2013-03-02 | 1 | -1/+9 |
* | softpipe/draw/tgsi: simplify driver/tgsi sampler interface | Roland Scheidegger | 2013-02-28 | 8 | -117/+186 |
* | softpipe: clean up lod computation | Roland Scheidegger | 2013-02-08 | 2 | -70/+93 |
* | softpipe: get rid of tgsi_sampler_control param in img_filter | Roland Scheidegger | 2013-02-08 | 2 | -40/+37 |
* | softpipe: fix using optimized filter function | Roland Scheidegger | 2013-02-08 | 1 | -0/+1 |
* | gallium/util: remove duplicated function util_format_is_rgb_no_alpha | Marek Olšák | 2013-02-06 | 1 | -1/+1 |
* | gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT | Andreas Boll | 2013-02-04 | 1 | -0/+2 |
* | softpipe: add casts to silence MSVC warnings | Brian Paul | 2013-01-25 | 1 | -2/+2 |
* | gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE | Marek Olšák | 2013-01-15 | 1 | -2/+0 |
* | softpipe: implement separate depth-stencil clear | Marek Olšák | 2013-01-15 | 1 | -3/+12 |
* | Remove hacks for static Makefiles | Matt Turner | 2013-01-13 | 1 | -3/+0 |
* | Clean up .gitignore files | Matt Turner | 2013-01-10 | 1 | -1/+0 |
* | softpipe: Convert to automake | Matt Turner | 2013-01-10 | 3 | -37/+65 |
* | gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag | Marek Olšák | 2013-01-04 | 2 | -4/+6 |
* | gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/ | José Fonseca | 2012-12-20 | 1 | -1/+1 |
* | softpipe: fix up FS variant unbinding / deletion | Brian Paul | 2012-12-19 | 3 | -11/+9 |
* | softpipe: fix unreliable FS variant binding bug | Brian Paul | 2012-12-19 | 3 | -14/+10 |
* | draw: add support for later transform feedback extensions | Dave Airlie | 2012-12-14 | 1 | -1/+1 |
* | softpipe: remove unused corner0 variable | Brian Paul | 2012-12-12 | 1 | -1/+0 |
* | gallium: remove pipe_surface::usage | Marek Olšák | 2012-12-12 | 1 | -1/+0 |
* | softpipe: implement seamless cubemap support. (v1.1) | Dave Airlie | 2012-12-12 | 2 | -9/+139 |
* | softpipe: Use os_time_get_nano() everywhere. | José Fonseca | 2012-12-11 | 2 | -5/+5 |
* | softpipe: enable GLSL 1.40 | Dave Airlie | 2012-12-08 | 1 | -1/+1 |
* | softpipe: add texture buffer object support | Dave Airlie | 2012-12-08 | 2 | -1/+9 |
* | softpipe: fix unused variable warning. | Dave Airlie | 2012-11-10 | 1 | -1/+1 |
* | softpipe: Fix rgb_dst_factor == PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE. | José Fonseca | 2012-11-09 | 1 | -3/+3 |
* | softpipe: Handle adjacency primitives. | José Fonseca | 2012-11-09 | 1 | -0/+46 |
* | softpipe: add ARB_texture_cube_map_array support (v1.1) | Dave Airlie | 2012-11-09 | 4 | -14/+171 |
* | gallium: expose ARB_map_buffer_alignment on Radeon | Marek Olšák | 2012-10-31 | 1 | -0/+1 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 3 | -8/+12 |
* | softpipe: remove extraneous whitespace | Brian Paul | 2012-10-26 | 1 | -2/+0 |
* | gallium: unify transfer functions | Marek Olšák | 2012-10-11 | 8 | -183/+74 |
* | softpipe: remove unused functions | Marek Olšák | 2012-10-11 | 2 | -26/+0 |
* | softpipe: initialize quadColor2 to fix compile warnings | Marek Olšák | 2012-10-09 | 1 | -1/+1 |
* | softpipe: implement blit | Marek Olšák | 2012-09-30 | 3 | -0/+69 |
* | gallium: add PIPE_CAP_TEXTURE_MULTISAMPLE | Marek Olšák | 2012-09-30 | 1 | -0/+1 |