| Commit message (Expand) | Author | Age | Files | Lines |
* | tgsi: add ArrayID to declarations | Christian König | 2013-03-19 | 1 | -1/+7 |
* | tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY | Christian König | 2013-03-19 | 1 | -4/+2 |
* | mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all. | José Fonseca | 2013-03-12 | 1 | -69/+5 |
* | gallium: add red-alpha texture formats and a couple of util functions | Marek Olšák | 2013-02-13 | 1 | -0/+12 |
* | gallium: add RGBX formats for existing GL RGB texture formats | Marek Olšák | 2013-02-07 | 1 | -0/+14 |
* | gallium: add SQRT shader opcode | Brian Paul | 2013-02-04 | 2 | -2/+3 |
* | gallium: add PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT | Christoph Bumiller | 2013-01-30 | 1 | -1/+2 |
* | gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE | Marek Olšák | 2013-01-15 | 1 | -1/+0 |
* | gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag | Marek Olšák | 2013-01-04 | 2 | -2/+10 |
* | gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/ | José Fonseca | 2012-12-20 | 1 | -1/+1 |
* | gallium: remove pipe_surface::usage | Marek Olšák | 2012-12-12 | 1 | -1/+0 |
* | gallium: add new texture buffer object capability | Dave Airlie | 2012-12-08 | 1 | -1/+2 |
* | gallium: fix some function comments in p_context.h | Dmitry Cherkassov | 2012-11-15 | 1 | -3/+2 |
* | gallium: add defines/shader opcode for texture cube map array | Dave Airlie | 2012-11-09 | 2 | -4/+13 |
* | gallium: expose ARB_map_buffer_alignment on Radeon | Marek Olšák | 2012-10-31 | 1 | -1/+2 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 1 | -0/+1 |
* | mesa: bump MAX_VARYING to 32 | Marek Olšák | 2012-10-29 | 1 | -2/+2 |
* | gallium: remove unused data pointer from pipe_transfer | Marek Olšák | 2012-10-18 | 1 | -1/+0 |
* | gallium: unify transfer functions | Marek Olšák | 2012-10-11 | 2 | -19/+18 |
* | gallium: remove resource_resolve | Marek Olšák | 2012-09-30 | 2 | -34/+1 |
* | gallium: add blit into the interface | Marek Olšák | 2012-09-30 | 2 | -0/+28 |
* | gallium: add PIPE_CAP_TEXTURE_MULTISAMPLE | Marek Olšák | 2012-09-30 | 1 | -1/+2 |
* | gallium: Add PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE v2 | Tom Stellard | 2012-09-25 | 1 | -1/+2 |
* | clover: Handle multiple kernels in the same program v2 | Blaž Tomažič | 2012-09-25 | 1 | -0/+4 |
* | gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() comment | Brian Paul | 2012-09-20 | 1 | -1/+1 |
* | gallium: add new pipe_screen::can_create_resource() function | Brian Paul | 2012-09-17 | 1 | -0/+8 |
* | util: Add cpuid for Solaris Studio. | Vinson Lee | 2012-09-03 | 1 | -0/+4 |
* | gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define | Brian Paul | 2012-08-16 | 1 | -2/+0 |
* | gallium: add TGSI support for multisample textures | Marek Olšák | 2012-08-15 | 1 | -2/+5 |
* | gallium: make pipe_box signed in order to represent flipped blits | Marek Olšák | 2012-08-15 | 1 | -6/+6 |
* | gallium: define PIPE_MASK_RGBAZS | Marek Olšák | 2012-08-04 | 1 | -0/+1 |
* | 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: 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 |