summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2012-06-19gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund1-1/+2
2012-06-18gallium: Add support for Solaris Studio C++ compiler.Vinson Lee1-1/+5
2012-06-01gallium: Add struct pipe_llvm_program_header v3Tom Stellard1-0/+8
2012-06-01gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v4Francisco Jerez1-0/+1
2012-06-01gallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2Tom Stellard1-1/+2
2012-05-29gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller1-0/+16
2012-05-12gallium: remove user_buffer_create from the interfaceMarek Olšák1-26/+0
2012-05-12clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCKChristoph Bumiller1-0/+1
2012-05-11Merge branch 'gallium-userbuf'Marek Olšák3-14/+20
2012-05-11gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/José Fonseca1-1/+1
2012-05-11gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.José Fonseca1-1/+2
2012-05-11gallium/compute: Drop TGSI dependency.Francisco Jerez2-2/+11
2012-05-11gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez1-1/+2
2012-05-11gallium/tgsi: Add support for atomic opcodes.Francisco Jerez1-1/+12
2012-05-11gallium/tgsi: Add support for barriers.Francisco Jerez1-1/+6
2012-05-11gallium/tgsi: Define system values used to query the compute grid parameters.Francisco Jerez1-1/+5
2012-05-11gallium/tgsi: Add resource write-back support.Francisco Jerez2-2/+5
2012-05-11gallium/tgsi: Add support for raw resources.Francisco Jerez1-1/+2
2012-05-11gallium/tgsi: Define the TGSI_BUFFER texture target.Francisco Jerez1-1/+1
2012-05-11gallium/tgsi: Introduce the compute processor.Francisco Jerez1-0/+1
2012-05-11gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez1-3/+10
2012-05-11gallium: Add context hooks for binding shader resources.Francisco Jerez3-0/+35
2012-05-11gallium/tgsi: Split sampler views from shader resources.Francisco Jerez1-5/+13
2012-05-11gallium: Basic compute interface.Francisco Jerez5-1/+119
2012-04-30gallium: remove pipe_resource::user_ptrMarek Olšák1-3/+0
2012-04-30gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák1-0/+1
2012-04-30gallium: add void *user_buffer in pipe_index_bufferMarek Olšák1-0/+1
2012-04-30gallium: remove pipe_context::redefine_user_bufferMarek Olšák1-9/+0
2012-04-30gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák1-0/+1
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2-1/+13
2012-04-30gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák1-1/+2
2012-04-30gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák1-0/+2
2012-04-24gallium: add CAPs for vertex fetcherMarek Olšák1-1/+5
2012-04-24gallium: add user_ptr in pipe_resourceMarek Olšák1-0/+3
2012-04-18gallium: remove PIPE_TRANSFER_NOOVERWRITE, use equivalent UNSYNCHRONIZEDMarek Olšák1-1/+0
2012-04-13gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETSDave Airlie1-1/+1
2012-03-30gallium: make get_query_result return union* and not void*Marek Olšák2-1/+55
2012-03-09gallium: add R8G8_R8B8 and G8R8_B8R8 formatsChristian König1-0/+3
2012-03-08gallium: remove format aliasesChristian König1-4/+0
2012-03-05Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák1-16/+0
2012-03-02vl/compositor: replace pipe_video_rect with u_rectChristian König1-5/+0
2012-02-28gallium: remove trailing comma to silence warningBrian Paul1-1/+1
2012-02-27gallium: remove PIPE_SHADER_CAP_OUTPUT_READMarek Olšák1-1/+0
2012-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák3-5/+0
2012-02-15gallium: fix some comments in p_state.hBrian Paul1-3/+3
2012-02-09gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller1-1/+2
2012-02-06vl: add interlacing capabilitiesChristian König1-1/+4
2012-02-01st-api: fix typos, whitespace, line wrappingBrian Paul1-6/+6
2012-01-29gallium: remove trailing comma to silence warningBrian Paul1-1/+1
2012-01-29st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.cMarek Olšák1-1/+2