| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add condition parameter to render_condition | Roland Scheidegger | 2013-06-18 | 1 | -1/+2 |
* | gallium: Add support for multiple viewports | Zack Rusin | 2013-05-25 | 1 | -8/+12 |
* | gallium: fix type of flags in pipe_context::flush() | Chia-I Wu | 2013-05-04 | 1 | -1/+1 |
* | gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag | Marek Olšák | 2013-01-04 | 1 | -3/+3 |
* | gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/ | José Fonseca | 2012-12-20 | 1 | -1/+1 |
* | galahad: Support geometry shader / stream-output methods. | José Fonseca | 2012-11-09 | 1 | -82/+110 |
* | galahad: Prevent segfault when passing NULL to set_vertex_buffers. | José Fonseca | 2012-11-05 | 1 | -1/+1 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 1 | -2/+2 |
* | galahad: galahad_context_blit | José Fonseca | 2012-10-12 | 1 | -11/+15 |
* | gallium: unify transfer functions | Marek Olšák | 2012-10-11 | 2 | -47/+22 |
* | gallium: remove resource_resolve | Marek Olšák | 2012-09-30 | 1 | -1/+0 |
* | gallium: implement blit in driver wrappers | Marek Olšák | 2012-09-30 | 1 | -0/+26 |
* | galahad: add 'start' parameter to bind_sampler_states/views() | Brian Paul | 2012-08-16 | 1 | -41/+57 |
* | gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define | Brian Paul | 2012-08-16 | 1 | -4/+4 |
* | galahad: implement get_timestamp | Marek Olšák | 2012-07-10 | 1 | -0/+10 |
* | galahad: Check that texture format is supported. | José Fonseca | 2012-07-06 | 1 | -0/+7 |
* | galahad: More detailed resource checks. | José Fonseca | 2012-07-06 | 2 | -19/+64 |
* | galahad: Fix zealous warnings. | José Fonseca | 2012-07-06 | 1 | -6/+10 |
* | galahad: Enumerate all methods that are missing. | José Fonseca | 2012-07-06 | 2 | -24/+49 |
* | galahad: Implement render_condition. | José Fonseca | 2012-07-06 | 1 | -1/+13 |
* | galahad: Don't implement context methods that are not implemented by the unde... | José Fonseca | 2012-07-06 | 1 | -104/+115 |
* | galahad: Use debug_printf. | José Fonseca | 2012-07-06 | 1 | -3/+5 |
* | galahad: Silence creation messages. | José Fonseca | 2012-07-06 | 2 | -4/+0 |
* | galahad: Use reference counting when destroying the wraped objects. | José Fonseca | 2012-07-06 | 1 | -3/+2 |
* | galahad: Point to the galahad objects from the galahad sampler view. | José Fonseca | 2012-07-06 | 1 | -2/+2 |
* | galahad: Don't defer index buffer when it's NULL. | José Fonseca | 2012-07-06 | 1 | -16/+16 |
* | gallium: remove user_buffer_create from the interface | Marek Olšák | 2012-05-12 | 1 | -23/+0 |
* | gallium: remove pipe_context::redefine_user_buffer | Marek Olšák | 2012-04-30 | 1 | -14/+0 |
* | gallium: change set_constant_buffer to be UBO-friendly | Marek Olšák | 2012-04-30 | 1 | -7/+6 |
* | gallium: adapt to get_query_result interface change | Marek Olšák | 2012-03-30 | 1 | -1/+1 |
* | galahad: Use non-recursive automake | Tom Stellard | 2012-03-14 | 1 | -14/+0 |
* | gallium/drivers: Use automake to generate makefile | Tom Stellard | 2012-03-14 | 1 | -0/+3 |
* | gallium: remove unused winsys pointers in pipe_screen and pipe_context | Marek Olšák | 2012-02-21 | 2 | -3/+0 |
* | gallium: separate out floating-point CAPs into its own enum | Marek Olšák | 2011-11-22 | 1 | -1/+1 |
* | gallium: move clear paths from rgba to a pointer to a color union (v2) | Dave Airlie | 2011-09-18 | 1 | -4/+4 |
* | galahad,util: warn on resource target mismatch in copy_region | Marek Olšák | 2011-04-21 | 1 | -0/+6 |
* | gallium: remove flags from the flush function | Marek Olšák | 2011-03-11 | 1 | -2/+0 |
* | gallium: remove the geom_flags param from is_format_supported | Marek Olšák | 2011-03-11 | 1 | -4/+2 |
* | gallium: cleanup fence_signalled and fence_finish | Marek Olšák | 2011-03-11 | 1 | -8/+4 |
* | gallium: kill is_resource_referenced | Marek Olšák | 2011-03-11 | 1 | -18/+0 |
* | gallium: add timeout parameter to fence_finish | Marek Olšák | 2011-03-08 | 1 | -2/+4 |
* | gallium: notify drivers about possible changes in user buffer contents | Marek Olšák | 2011-02-14 | 1 | -0/+14 |
* | svga, glhd: Remove incorrect assert and add note | Jakob Bornecrantz | 2010-12-16 | 1 | -0/+2 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 4 | -66/+61 |
* | galahad: Correct the name of the scons library | Jakob Bornecrantz | 2010-11-10 | 1 | -1/+1 |
* | scons: Add aliases for several pipe drivers. | José Fonseca | 2010-11-02 | 1 | -0/+2 |
* | galahad: silence warnings | Brian Paul | 2010-10-22 | 2 | -3/+3 |
* | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri | 2010-09-14 | 2 | -2/+14 |
* | galahad: do map/unmap counting for resources | Brian Paul | 2010-09-03 | 2 | -0/+18 |
* | util: remove util_is_pot in favor of util_is_power_of_two | Marek Olšák | 2010-08-29 | 1 | -1/+1 |