summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2013-04-22gallium: Add a new clip_halfz rasterizer state.José Fonseca1-0/+6
2013-04-19gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin1-0/+1
2013-04-18st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller1-1/+6
2013-04-17gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca1-1/+1
2013-04-17gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca1-1/+1
2013-04-11gallium: add get_sample_position interfaceDave Airlie1-0/+13
2013-04-04Avoid spurious GCC warnings in STATIC_ASSERT() macro.Paul Berry1-1/+1
2013-04-03gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller1-1/+2
2013-03-26gallium: add interface for driver queries like performance counters, etc.Marek Olšák2-0/+23
2013-03-23gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák1-1/+2
2013-03-20gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller3-3/+6
2013-03-19tgsi: use separate structure for indirect address v2Christian König1-6/+18
2013-03-19tgsi: add ArrayID to declarationsChristian König1-1/+7
2013-03-19tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König1-4/+2
2013-03-12mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca1-69/+5
2013-02-13gallium: add red-alpha texture formats and a couple of util functionsMarek Olšák1-0/+12
2013-02-07gallium: add RGBX formats for existing GL RGB texture formatsMarek Olšák1-0/+14
2013-02-04gallium: add SQRT shader opcodeBrian Paul2-2/+3
2013-01-30gallium: add PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTChristoph Bumiller1-1/+2
2013-01-15gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák1-1/+0
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