summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0
Commit message (Expand)AuthorAgeFilesLines
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-302-5/+5
* gallium/drivers: Use automake to generate makefileTom Stellard2012-03-141-0/+3
* nv50,nvc0: share the format table codeChristoph Bumiller2012-03-091-337/+2
* Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák2012-03-051-1/+1
* gallium: remove PIPE_SHADER_CAP_OUTPUT_READMarek Olšák2012-02-271-2/+0
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-091-0/+1
* nvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVELChristoph Bumiller2012-01-291-0/+2
* st/mesa: do vertex and fragment color clamping in shadersMarek Olšák2012-01-251-1/+3
* nvc0: fix some limit cap valuesChristoph Bumiller2012-01-201-9/+15
* nvc0: handle discontiguous outputs in stream_output_infoChristoph Bumiller2012-01-203-28/+25
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-151-7/+4
* nv50/ir: make use of TGSI_INTERPOLATE_COLORChristoph Bumiller2012-01-121-5/+0
* nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller2012-01-126-21/+75
* nv50,nvc0: zero out program struct on program_destroyChristoph Bumiller2012-01-111-2/+6
* nvc0: fix FP header clip distance maskChristoph Bumiller2012-01-101-5/+5
* nvc0/ir: TXF array index already is an integerChristoph Bumiller2012-01-101-3/+6
* nv50/ir: handle TGSI_SEMANTIC_VERTEXIDChristoph Bumiller2012-01-101-3/+3
* nvc0: enable shader watchdog timerChristoph Bumiller2012-01-102-0/+8
* nv50/ir,nvc0: make ClipDistance and ClipVertex workChristoph Bumiller2012-01-103-14/+19
* nv50,nvc0: handle new PIPE_CAPsChristoph Bumiller2012-01-101-0/+5
* nvc0/ir/emit: fix modifiers of f32 add with long immediateChristoph Bumiller2012-01-101-5/+11
* nvc0/ir: fix default insertion position in pre-SSA lowering passChristoph Bumiller2012-01-101-7/+1
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-106-78/+78
* gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák2012-01-051-1/+1
* gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBSMarek Olšák2011-12-251-2/+0
* nvc0: add NVC0_RESOURCE_FLAG_VIDEOChristoph Bumiller2011-12-182-0/+30
* nvc0: implement new stream output interfaceChristoph Bumiller2011-12-1514-184/+364
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-152-5/+5
* gallium: disable stream output in drivers that support itMarek Olšák2011-12-151-0/+7
* nouveau: get rid of winsys objectMarcin Slusarz2011-12-133-5/+1
* nv50/nvc0: fix crash when channel allocation failsMarcin Slusarz2011-12-021-1/+2
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-7/+7
* gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák2011-11-221-1/+0
* scons: add CPP_SOURCES for nv50/nvc0Chia-I Wu2011-11-061-1/+2
* android: add CPP_SOURCES for nv50/nvc0Chia-I Wu2011-11-061-2/+2
* nouveau,nvc0: fix/improve handling of multiple constant buffersChristoph Bumiller2011-10-214-31/+53
* nvc0: add support for linear and buffer textures and RTsChristoph Bumiller2011-10-215-68/+148
* nvc0: add support for clip distance shader outputsChristoph Bumiller2011-10-216-16/+88
* nvc0: handle more query typesChristoph Bumiller2011-10-213-49/+204
* nvc0: fix location of the PrimitiveID outputChristoph Bumiller2011-10-211-4/+6
* nvc0: prevent VERTEXID/INSTANCEID from consuming input slotsChristoph Bumiller2011-10-211-3/+15
* nvc0: fixes for program tessellation parametersChristoph Bumiller2011-10-211-17/+28
* nv50,nvc0: reset per-instance state for inactive vertex elementsChristoph Bumiller2011-10-211-0/+2
* nv50,nvc0: reset base element in draw_arraysChristoph Bumiller2011-10-211-0/+5
* nvc0: apply first_layer offset to all resources with array_sizeChristoph Bumiller2011-10-211-3/+1
* nvc0: emit state to allow GP to select the RT layerChristoph Bumiller2011-10-211-1/+4
* nvc0: validate GP samplers, texturesChristoph Bumiller2011-10-211-0/+2
* nvc0: fix clear_render_target/depth_stencil regionChristoph Bumiller2011-10-211-19/+21
* nvc0: fix assertion that immediate array buffer fitsChristoph Bumiller2011-10-211-1/+1
* nv50/ir: use RDSV to fetch FrontFacing before loweringChristoph Bumiller2011-10-211-13/+11