aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* util: Add cpuid for Solaris Studio.Vinson Lee2012-09-031-0/+4
* st/mesa: accept and handle configuration options from st/driVadim Girlin2012-08-231-0/+14
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-2/+0
* gallium: add TGSI support for multisample texturesMarek Olšák2012-08-151-2/+5
* gallium: make pipe_box signed in order to represent flipped blitsMarek Olšák2012-08-151-6/+6
* gallium: define PIPE_MASK_RGBAZSMarek Olšák2012-08-041-0/+1
* Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller2012-08-011-2/+4
* gallium: specify resource_resolve destination via a pipe_surfaceChristoph Bumiller2012-07-281-4/+2
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-102-1/+9
* gallium: minor whitespace, comment changesBrian Paul2012-06-271-3/+1
* gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund2012-06-191-1/+2
* gallium: Add support for Solaris Studio C++ compiler.Vinson Lee2012-06-181-1/+5
* gallium: Add struct pipe_llvm_program_header v3Tom Stellard2012-06-011-0/+8
* gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v4Francisco Jerez2012-06-011-0/+1
* gallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2Tom Stellard2012-06-011-1/+2
* gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller2012-05-291-0/+16
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-26/+0
* clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCKChristoph Bumiller2012-05-121-0/+1
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-113-14/+20
|\
| * gallium: remove pipe_resource::user_ptrMarek Olšák2012-04-301-3/+0
| * gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-301-0/+1
| * gallium: add void *user_buffer in pipe_index_bufferMarek Olšák2012-04-301-0/+1
| * gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-9/+0
| * gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-301-0/+1
| * gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-302-1/+13
| * gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák2012-04-301-1/+2
| * gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2012-04-301-0/+2
* | gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/José Fonseca2012-05-111-1/+1
* | gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.José Fonseca2012-05-111-1/+2
* | gallium/compute: Drop TGSI dependency.Francisco Jerez2012-05-112-2/+11
* | gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez2012-05-111-1/+2
* | gallium/tgsi: Add support for atomic opcodes.Francisco Jerez2012-05-111-1/+12
* | gallium/tgsi: Add support for barriers.Francisco Jerez2012-05-111-1/+6
* | gallium/tgsi: Define system values used to query the compute grid parameters.Francisco Jerez2012-05-111-1/+5
* | gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-112-2/+5
* | gallium/tgsi: Add support for raw resources.Francisco Jerez2012-05-111-1/+2
* | gallium/tgsi: Define the TGSI_BUFFER texture target.Francisco Jerez2012-05-111-1/+1
* | gallium/tgsi: Introduce the compute processor.Francisco Jerez2012-05-111-0/+1
* | gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-3/+10
* | gallium: Add context hooks for binding shader resources.Francisco Jerez2012-05-113-0/+35
* | gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-5/+13
* | gallium: Basic compute interface.Francisco Jerez2012-05-115-1/+119
|/
* gallium: add CAPs for vertex fetcherMarek Olšák2012-04-241-1/+5
* gallium: add user_ptr in pipe_resourceMarek Olšák2012-04-241-0/+3
* gallium: remove PIPE_TRANSFER_NOOVERWRITE, use equivalent UNSYNCHRONIZEDMarek Olšák2012-04-181-1/+0
* gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETSDave Airlie2012-04-131-1/+1
* gallium: make get_query_result return union* and not void*Marek Olšák2012-03-302-1/+55
* gallium: add R8G8_R8B8 and G8R8_B8R8 formatsChristian König2012-03-091-0/+3
* gallium: remove format aliasesChristian König2012-03-081-4/+0
* Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák2012-03-051-16/+0