summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
AgeCommit message (Expand)AuthorFilesLines
2013-12-12nv50: report 15 max inputs for fragment programsIlia Mirkin1-1/+1
2013-12-12nouveau: Fix compiler warning regressionMaarten Lankhorst1-4/+0
2013-12-09nouveau/video: update a few more h264 picparm field namesIlia Mirkin1-16/+17
2013-12-09nouveau/video: update h264 picparm field names based on usageIlia Mirkin1-15/+13
2013-12-09nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)Ilia Mirkin2-7/+2
2013-12-06nv50: wait on the buf's fence before sticking it into pushbufIlia Mirkin2-0/+12
2013-12-06nouveau: avoid leaking fences while waitingIlia Mirkin1-6/+5
2013-12-06nv50: Fix GPU_READING/WRITING bit removalIlia Mirkin2-3/+3
2013-11-15nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin1-2/+2
2013-11-15nouveau/video: don't try on nv3xIlia Mirkin1-2/+2
2013-10-28vl/h264: split fields into SPS/PPSChristian König4-50/+50
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin3-0/+3
2013-10-23nv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to PIPE_MAX_SAMPLERSBrian Paul1-1/+1
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul5-59/+73
2013-10-03nouveau: remove old bind_*_sampler_states() functionsBrian Paul4-36/+0
2013-10-03nouveau: implement pipe_context::bind_sampler_states()Brian Paul6-2/+76
2013-09-20gallium: add flush_resource context functionMarek Olšák5-0/+25
2013-09-16nouveau: fix regression since float comparison instructions (v2)Dave Airlie6-14/+14
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr150-9/+74368
2013-09-01nouveau: initialise the nouveau_transfer mapsEmil Velikov1-0/+2
2013-08-28nouveau: Copy m4x4 and m8x8 separately.Vinson Lee1-1/+2
2013-08-19vl: add entrypoint to is_video_format_supportedChristian König2-3/+5
2013-08-19vl: add entrypoint to get_video_paramChristian König3-1/+4
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König4-18/+18
2013-08-19vl: rename enum pipe_video_codec to pipe_video_formatChristian König5-28/+28
2013-08-19vl: use a template for create_video_decoderChristian König1-25/+11
2013-08-16nv50: add vp3/vp4 support for mpeg2/vc1Ilia Mirkin1-3/+36
2013-08-15nvc0: move video param and format support functions to nouveauIlia Mirkin2-0/+72
2013-08-15nvc0: move firmware loading functions to nouveauIlia Mirkin2-0/+106
2013-08-15nvc0: move some of the simpler decoder functions into nouveauIlia Mirkin2-0/+66
2013-08-15nvc0: move vp param filling logic into nouveauIlia Mirkin3-1/+493
2013-08-15nvc0: move bsp param-filling logic into nouveauIlia Mirkin3-3/+320
2013-08-15nvc0: move nvc0_decoder into nouveau, rename to nouveau_vp3_decoderIlia Mirkin1-0/+160
2013-08-15nvc0: refactor video buffer management logic into nouveau_vp3Ilia Mirkin3-1/+205
2013-08-15nv30: hook up PMPEG support via nouveau_video, enables XvMC to workIlia Mirkin1-15/+12
2013-08-15nouveau: set buffer format of video bufferIlia Mirkin1-0/+1
2013-08-15nouveau: fix number of surfaces in video buffer, use definesIlia Mirkin1-4/+4
2013-08-14nouveau: Fix variable name.Vinson Lee1-1/+1
2013-08-14vl: Add support for max level query v2Rico Schüller1-0/+2
2013-07-05nvc0: enable very initial support for nvf0 (GK110)Ben Skeggs1-0/+2
2013-05-03scons: remove nouveau buildAndreas Boll1-10/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke4-16/+16
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke4-4/+4
2013-04-03nouveau: accelerate buffer copies in resource_copy_regionChristoph Bumiller2-3/+38
2013-04-03nvc0: add some driver statistics queriesChristoph Bumiller3-0/+87
2013-03-12nvc0: implement compute support for nve4Christoph Bumiller2-0/+2
2013-03-12nouveau: align PIPE_BIND_SHADER,COMPUTE_RESOURCEs to 256 bytesChristoph Bumiller1-1/+3
2013-03-12nouveau: Bail out from nouveau_fence_wait if flushing the pushbuf fails.Francisco Jerez1-2/+4
2013-01-27nouveau: don't try to use push_data if it's not implementedChristoph Bumiller1-0/+3
2013-01-13Remove hacks for static MakefilesMatt Turner1-3/+0