summaryrefslogtreecommitdiff
path: root/src/gallium/docs
AgeCommit message (Expand)AuthorFilesLines
2013-03-20gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller3-0/+42
2013-03-19tgsi: add ArrayID documentation v2Christian König1-0/+18
2013-03-12d3d1x: Remove.José Fonseca1-1/+1
2013-03-02llvmpipe: bump glsl version to 140Roland Scheidegger1-11/+4
2013-02-22gallium/docs: improve text about resources a bit.Roland Scheidegger1-29/+33
2013-02-16gallivm/tgsi: fix src modifier fetching with non-float types.Roland Scheidegger1-0/+15
2013-02-12gallium/docs: fix typos in sample opcode descriptionsRoland Scheidegger1-2/+3
2013-02-12gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lodRoland Scheidegger1-4/+3
2013-02-08gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger1-1/+1
2013-02-04gallium: add SQRT shader opcodeBrian Paul1-0/+9
2013-01-30gallium: add PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTChristoph Bumiller1-0/+3
2013-01-15gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2-4/+1
2012-12-20gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca1-1/+1
2012-10-31gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák1-0/+6
2012-10-24gallium/docs: fix sphinx warningAndreas Boll1-1/+1
2012-10-15gallium/docs: update some distro informationAndreas Boll2-8/+37
2012-10-11gallium: unify transfer functionsMarek Olšák1-13/+11
2012-09-30gallium: remove resource_resolveMarek Olšák2-15/+1
2012-09-30gallium: add blit into the interfaceMarek Olšák1-0/+9
2012-09-25gallium: Add PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE v2Tom Stellard1-0/+2
2012-09-17gallium: add new pipe_screen::can_create_resource() functionBrian Paul1-0/+10
2012-07-10gallium/docs: document interface changes for timestamp queryMarek Olšák1-0/+10
2012-06-19gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund1-1/+2
2012-06-01gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v4Francisco Jerez1-0/+5
2012-05-25gallium/docs: beef up the docs related to color clampingBrian Paul2-3/+18
2012-05-12clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCKChristoph Bumiller1-0/+5
2012-05-12gallium/docs: remove documentation of redefine_user_bufferMarek Olšák1-14/+0
2012-05-11Merge branch 'gallium-userbuf'Marek Olšák1-0/+9
2012-05-11gallium/compute: Drop TGSI dependency.Francisco Jerez1-0/+2
2012-05-11gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez1-0/+6
2012-05-11gallium/tgsi: Add support for atomic opcodes.Francisco Jerez1-0/+164
2012-05-11gallium/tgsi: Add support for barriers.Francisco Jerez1-0/+49
2012-05-11gallium/tgsi: Add resource write-back support.Francisco Jerez2-2/+29
2012-05-11gallium/tgsi: Add support for raw resources.Francisco Jerez1-1/+14
2012-05-11gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez1-9/+15
2012-05-11gallium: Add context hooks for binding shader resources.Francisco Jerez2-1/+23
2012-05-11gallium/tgsi: Split sampler views from shader resources.Francisco Jerez1-40/+81
2012-05-11gallium: Basic compute interface.Francisco Jerez2-1/+66
2012-04-30gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák1-0/+2
2012-04-30gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák1-0/+6
2012-04-24gallium/docs: document the new vertex fetch CAPsMarek Olšák1-0/+12
2012-04-13gallium: document dual source blending restrictions on galliumDave Airlie1-1/+5
2012-04-13gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETSDave Airlie1-1/+1
2012-04-06gallium/docs: fix typosBrian Paul1-2/+2
2012-03-06gallium: add llvm-related TODOs. (v2)Dave Airlie1-0/+21
2012-02-09gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2-3/+6
2012-01-29st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.cMarek Olšák1-0/+3
2012-01-25gallium/docs: document more CAPsMarek Olšák1-0/+20
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák2-0/+25
2012-01-07gallium: add an IABS opcode to TGSIBryan Cain1-0/+13