summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
Commit message (Expand)AuthorAgeFilesLines
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-031-0/+2
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-281-1/+3
* gallium: Make TGSI_SEMANTIC_FOG register four-component wide.José Fonseca2013-11-211-7/+4
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-261-0/+3
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-232-12/+6
* gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2013-10-091-0/+30
* gallium/docs: update bind_sampler_states() documentationBrian Paul2013-10-031-5/+6
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+13
* draw: clean up setting stream out information a bitRoland Scheidegger2013-08-271-0/+2
* gallium: add new float comparison instructions returning integer masksRoland Scheidegger2013-08-131-16/+76
* gallium: clarify SVIEWINFO opcodeRoland Scheidegger2013-08-081-1/+9
* gallium: clarify shift behavior with shift count >= 32Roland Scheidegger2013-08-021-12/+18
* gallium/docs: clarify definition of PIPE_CAP_USER_CONSTANT_BUFFERS, etcBrian Paul2013-07-311-5/+8
* gallivm: handle texel swizzles correctly for d3d10-style sample opcodesRoland Scheidegger2013-07-271-0/+2
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* gallium: fixup definitions of the rsq and sqrtZack Rusin2013-07-111-3/+3
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-2/+4
* tgsi: fix-up KILP commentsBrian Paul2013-07-121-5/+5
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-0/+61
* gallium/docs: more documentation for pipe_resource::array_sizeBrian Paul2013-06-221-0/+6
* gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINTRoland Scheidegger2013-06-191-4/+6
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-5/+9
* gallium/draw: add limits to the clip and cull distancesZack Rusin2013-06-131-0/+23
* 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