summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
Commit message (Expand)AuthorAgeFilesLines
* gallium: add a cull distance semanticZack Rusin2013-06-101-0/+11
* gallium/docs: fix up transfer description for 1d arrays, add cube map arraysRoland Scheidegger2013-06-071-5/+4
* gallium: add support for layered renderingRoland Scheidegger2013-06-011-2/+20
* gallium/docs: adds documentation for multi viewport capZack Rusin2013-05-251-0/+4
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-3/+5
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+2
* gallium: more tgsi documentation updatesRoland Scheidegger2013-05-071-131/+250
* gallium: tgsi documentation updates and clarification for integer opcodes.Roland Scheidegger2013-05-031-73/+289
* tgsi: allow negation of all integer typesZack Rusin2013-05-021-5/+2
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-232-4/+71
* gallium: Add a new clip_halfz rasterizer state.José Fonseca2013-04-221-0/+4
* gallium: document breakc and switch/case/default/endswitchRoland Scheidegger2013-04-201-6/+51
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-182-2/+15
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-4/+17
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-171-5/+0
* gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard2013-04-051-4/+4
* freedreno: document debug flagErik Faye-Lund2013-04-041-0/+4
* gallium/docs: fix definition of PIPE_QUERY_SO_STATISTICSChristoph Bumiller2013-04-031-3/+5
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+2
* gallium/docs: document get_driver_query_infoMarek Olšák2013-03-261-0/+12
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+4
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-203-0/+42
* tgsi: add ArrayID documentation v2Christian König2013-03-191-0/+18
* d3d1x: Remove.José Fonseca2013-03-121-1/+1
* llvmpipe: bump glsl version to 140Roland Scheidegger2013-03-021-11/+4
* gallium/docs: improve text about resources a bit.Roland Scheidegger2013-02-221-29/+33
* gallivm/tgsi: fix src modifier fetching with non-float types.Roland Scheidegger2013-02-161-0/+15
* gallium/docs: fix typos in sample opcode descriptionsRoland Scheidegger2013-02-121-2/+3
* gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lodRoland Scheidegger2013-02-121-4/+3
* gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger2013-02-081-1/+1
* gallium: add SQRT shader opcodeBrian Paul2013-02-041-0/+9
* gallium: add PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTChristoph Bumiller2013-01-301-0/+3
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-152-4/+1
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-311-0/+6
* gallium/docs: fix sphinx warningAndreas Boll2012-10-241-1/+1
* gallium/docs: update some distro informationAndreas Boll2012-10-152-8/+37
* gallium: unify transfer functionsMarek Olšák2012-10-111-13/+11
* gallium: remove resource_resolveMarek Olšák2012-09-302-15/+1
* gallium: add blit into the interfaceMarek Olšák2012-09-301-0/+9
* gallium: Add PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE v2Tom Stellard2012-09-251-0/+2
* gallium: add new pipe_screen::can_create_resource() functionBrian Paul2012-09-171-0/+10
* gallium/docs: document interface changes for timestamp queryMarek Olšák2012-07-101-0/+10
* gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund2012-06-191-1/+2
* gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v4Francisco Jerez2012-06-011-0/+5
* gallium/docs: beef up the docs related to color clampingBrian Paul2012-05-252-3/+18
* clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCKChristoph Bumiller2012-05-121-0/+5
* gallium/docs: remove documentation of redefine_user_bufferMarek Olšák2012-05-121-14/+0
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-111-0/+9
|\
| * gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák2012-04-301-0/+2