summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0
Commit message (Expand)AuthorAgeFilesLines
* nvc0/ir: Initialize NVC0LegalizePostRA member variables.Vinson Lee2013-08-291-1/+3
* nouveau/video: avoid overwriting base codec init with templateIlia Mirkin2013-08-251-1/+1
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-193-6/+6
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-194-17/+17
* vl: use a template for create_video_decoderChristian König2013-08-192-34/+18
* nvc0: move video param and format support functions to nouveauIlia Mirkin2013-08-153-70/+4
* nvc0: move firmware loading functions to nouveauIlia Mirkin2013-08-151-90/+2
* nvc0: move some of the simpler decoder functions into nouveauIlia Mirkin2013-08-151-62/+3
* nvc0: move vp param filling logic into nouveauIlia Mirkin2013-08-153-475/+6
* nvc0: move bsp param-filling logic into nouveauIlia Mirkin2013-08-151-273/+4
* nvc0: move nvc0_decoder into nouveau, rename to nouveau_vp3_decoderIlia Mirkin2013-08-155-224/+67
* nvc0: standardize on using #if for NVC0_DEBUG_FENCEIlia Mirkin2013-08-155-8/+8
* nvc0: refactor video buffer management logic into nouveau_vp3Ilia Mirkin2013-08-155-174/+38
* vl: Add support for max level query v2Rico Schüller2013-08-141-0/+25
* nvc0: don't access array out of bounds on unexpected sample countChristoph Bumiller2013-08-061-2/+1
* nvc0: implement MP performance counters for nvc0:nvd9Samuel Pitoiset2013-08-062-93/+370
* nvc0: implement compute support for nvc0Samuel Pitoiset2013-08-069-32/+706
* nvc0: add more MP counters for nve4Samuel Pitoiset2013-08-063-14/+47
* nvc0: Initialize ptr for unexpected sample_count on release builds.Vinson Lee2013-08-051-0/+1
* nvc0: properly align NVE4_COMPUTE_MP_TEMP_SIZESamuel Pitoiset2013-07-312-2/+3
* nvc0: force use of correct firmware fileMaarten Lankhorst2013-07-281-1/+1
* nv50,nvc0: s/uint16/uint32 for constant buffer offsetChristoph Bumiller2013-07-241-1/+1
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* nvc0: enable very initial support for nvf0 (GK110)Ben Skeggs2013-07-053-5/+73
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* draw/translate: fix instancingZack Rusin2013-06-282-8/+8
* nvc0: allow frame dropping in h264Maarten Lankhorst2013-07-011-3/+0
* nvc0: set rsvd_kick correctlyMaarten Lankhorst2013-06-261-0/+1
* nvc0: fix push_space checks for video decodingMaarten Lankhorst2013-06-264-9/+10
* nvc0: do not set tiled mode on gart bo when fence debugging is usedMaarten Lankhorst2013-06-254-9/+15
* gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINTRoland Scheidegger2013-06-191-4/+2
* nvc0: kill assert in ppp codeMaarten Lankhorst2013-06-191-2/+0
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-183-2/+5
* nvc0: fix up video buffer alignment requirementsMaarten Lankhorst2013-06-081-5/+3
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-6/+10
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+2
* nvc0: fixup video decoding with 2D_ARRAYMaarten Lankhorst2013-05-042-5/+4
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* scons: remove nouveau buildAndreas Boll2013-05-031-11/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-2323-92/+92
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2323-23/+23
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+1
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+2
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-1/+1
* nvc0: set ret variable if launch desc allocation failedEmil Velikov2013-04-121-1/+3
* nvc0: bail out early during nve4_compute_setup()Emil Velikov2013-04-121-1/+1
* nvc0: compile nve4_cache_split_name() only in debug buildEmil Velikov2013-04-121-1/+1
* nvc0: implement multisample texturesChristoph Bumiller2013-04-126-19/+73
* nvc0: patch up TEX cases with 5 or 6 sources on nve4Christoph Bumiller2013-04-121-1/+19
* nvc0: fix 2D engine MS2 resolveChristoph Bumiller2013-04-121-2/+2