| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "gallium: specify resource_resolve destination via a pipe_surface" | Christoph Bumiller | 2012-08-01 | 1 | -2/+4 |
* | gallium: specify resource_resolve destination via a pipe_surface | Christoph Bumiller | 2012-07-28 | 1 | -4/+2 |
* | gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function | Marek Olšák | 2012-07-10 | 2 | -1/+9 |
* | gallium: minor whitespace, comment changes | Brian Paul | 2012-06-27 | 1 | -3/+1 |
* | gallium: Add PIPE_CAP_START_INSTANCE | Fredrik Höglund | 2012-06-19 | 1 | -1/+2 |
* | gallium: Add support for Solaris Studio C++ compiler. | Vinson Lee | 2012-06-18 | 1 | -1/+5 |
* | gallium: Add struct pipe_llvm_program_header v3 | Tom Stellard | 2012-06-01 | 1 | -0/+8 |
* | gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v4 | Francisco Jerez | 2012-06-01 | 1 | -0/+1 |
* | gallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2 | Tom Stellard | 2012-06-01 | 1 | -1/+2 |
* | gallium: add st_api feature mask to prevent advertising MS visuals | Christoph Bumiller | 2012-05-29 | 1 | -0/+16 |
* | gallium: remove user_buffer_create from the interface | Marek Olšák | 2012-05-12 | 1 | -26/+0 |
* | clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK | Christoph Bumiller | 2012-05-12 | 1 | -0/+1 |
* | Merge branch 'gallium-userbuf' | Marek Olšák | 2012-05-11 | 3 | -14/+20 |
|\ |
|
| * | gallium: remove pipe_resource::user_ptr | Marek Olšák | 2012-04-30 | 1 | -3/+0 |
| * | gallium: add void *user_buffer to pipe_constant_buffer | Marek Olšák | 2012-04-30 | 1 | -0/+1 |
| * | gallium: add void *user_buffer in pipe_index_buffer | Marek Olšák | 2012-04-30 | 1 | -0/+1 |
| * | gallium: remove pipe_context::redefine_user_buffer | Marek Olšák | 2012-04-30 | 1 | -9/+0 |
| * | gallium: add void *user_buffer in pipe_vertex_buffer | Marek Olšák | 2012-04-30 | 1 | -0/+1 |
| * | gallium: change set_constant_buffer to be UBO-friendly | Marek Olšák | 2012-04-30 | 2 | -1/+13 |
| * | gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT | Marek Olšák | 2012-04-30 | 1 | -1/+2 |
| * | gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERS | Marek Olšák | 2012-04-30 | 1 | -0/+2 |
* | | gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/ | José Fonseca | 2012-05-11 | 1 | -1/+1 |
* | | gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target. | José Fonseca | 2012-05-11 | 1 | -1/+2 |
* | | gallium/compute: Drop TGSI dependency. | Francisco Jerez | 2012-05-11 | 2 | -2/+11 |
* | | gallium/tgsi: Introduce the "LOCAL" register declaration modifier. | Francisco Jerez | 2012-05-11 | 1 | -1/+2 |
* | | gallium/tgsi: Add support for atomic opcodes. | Francisco Jerez | 2012-05-11 | 1 | -1/+12 |
* | | gallium/tgsi: Add support for barriers. | Francisco Jerez | 2012-05-11 | 1 | -1/+6 |
* | | gallium/tgsi: Define system values used to query the compute grid parameters. | Francisco Jerez | 2012-05-11 | 1 | -1/+5 |
* | | gallium/tgsi: Add resource write-back support. | Francisco Jerez | 2012-05-11 | 2 | -2/+5 |
* | | gallium/tgsi: Add support for raw resources. | Francisco Jerez | 2012-05-11 | 1 | -1/+2 |
* | | gallium/tgsi: Define the TGSI_BUFFER texture target. | Francisco Jerez | 2012-05-11 | 1 | -1/+1 |
* | | gallium/tgsi: Introduce the compute processor. | Francisco Jerez | 2012-05-11 | 1 | -0/+1 |
* | | gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token. | Francisco Jerez | 2012-05-11 | 1 | -3/+10 |
* | | gallium: Add context hooks for binding shader resources. | Francisco Jerez | 2012-05-11 | 3 | -0/+35 |
* | | gallium/tgsi: Split sampler views from shader resources. | Francisco Jerez | 2012-05-11 | 1 | -5/+13 |
* | | gallium: Basic compute interface. | Francisco Jerez | 2012-05-11 | 5 | -1/+119 |
|/ |
|
* | gallium: add CAPs for vertex fetcher | Marek Olšák | 2012-04-24 | 1 | -1/+5 |
* | gallium: add user_ptr in pipe_resource | Marek Olšák | 2012-04-24 | 1 | -0/+3 |
* | gallium: remove PIPE_TRANSFER_NOOVERWRITE, use equivalent UNSYNCHRONIZED | Marek Olšák | 2012-04-18 | 1 | -1/+0 |
* | gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETS | Dave Airlie | 2012-04-13 | 1 | -1/+1 |
* | gallium: make get_query_result return union* and not void* | Marek Olšák | 2012-03-30 | 2 | -1/+55 |
* | gallium: add R8G8_R8B8 and G8R8_B8R8 formats | Christian König | 2012-03-09 | 1 | -0/+3 |
* | gallium: remove format aliases | Christian König | 2012-03-08 | 1 | -4/+0 |
* | Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY" | Marek Olšák | 2012-03-05 | 1 | -16/+0 |
* | vl/compositor: replace pipe_video_rect with u_rect | Christian König | 2012-03-02 | 1 | -5/+0 |
* | gallium: remove trailing comma to silence warning | Brian Paul | 2012-02-28 | 1 | -1/+1 |
* | gallium: remove PIPE_SHADER_CAP_OUTPUT_READ | Marek Olšák | 2012-02-27 | 1 | -1/+0 |
* | gallium: remove unused winsys pointers in pipe_screen and pipe_context | Marek Olšák | 2012-02-21 | 3 | -5/+0 |
* | gallium: fix some comments in p_state.h | Brian Paul | 2012-02-15 | 1 | -3/+3 |
* | gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION | Christoph Bumiller | 2012-02-09 | 1 | -1/+2 |