summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák3-2/+11
2012-12-20gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca1-1/+1
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-1/+0
2012-12-08gallium: add new texture buffer object capabilityDave Airlie1-1/+2
2012-12-07gallium: pass the current context to the flush_front state tracker functionMarek Olšák1-1/+4
2012-11-29gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák1-0/+11
2012-11-29st/mesa: allow forward-compatible contexts and set Const.ContextFlagsMarek Olšák1-2/+1
2012-11-15gallium: fix some function comments in p_context.hDmitry Cherkassov1-3/+2
2012-11-09gallium: add defines/shader opcode for texture cube map arrayDave Airlie2-4/+13
2012-10-31gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák1-1/+2
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-0/+1
2012-10-29mesa: bump MAX_VARYING to 32Marek Olšák1-2/+2
2012-10-18gallium: remove unused data pointer from pipe_transferMarek Olšák1-1/+0
2012-10-11gallium: unify transfer functionsMarek Olšák2-19/+18
2012-09-30gallium: remove resource_resolveMarek Olšák2-34/+1
2012-09-30gallium: add blit into the interfaceMarek Olšák2-0/+28
2012-09-30gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák1-1/+2
2012-09-25gallium: Add PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE v2Tom Stellard1-1/+2
2012-09-25clover: Handle multiple kernels in the same program v2Blaž Tomažič1-0/+4
2012-09-20gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() commentBrian Paul1-1/+1
2012-09-17gallium: add new pipe_screen::can_create_resource() functionBrian Paul1-0/+8
2012-09-03util: Add cpuid for Solaris Studio.Vinson Lee1-0/+4
2012-08-23st/mesa: accept and handle configuration options from st/driVadim Girlin1-0/+14
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul1-2/+0
2012-08-15gallium: add TGSI support for multisample texturesMarek Olšák1-2/+5
2012-08-15gallium: make pipe_box signed in order to represent flipped blitsMarek Olšák1-6/+6
2012-08-04gallium: define PIPE_MASK_RGBAZSMarek Olšák1-0/+1
2012-08-01Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller1-2/+4
2012-07-28gallium: specify resource_resolve destination via a pipe_surfaceChristoph Bumiller1-4/+2
2012-07-10gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2-1/+9
2012-06-27gallium: minor whitespace, comment changesBrian Paul1-3/+1
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