summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx
Commit message (Expand)AuthorAgeFilesLines
* nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs2012-04-1439-14844/+0
* util: fix uninitialized tableDylan Noblesmith2012-04-131-1/+2
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-3/+3
* gallium/drivers: Use automake to generate makefileTom Stellard2012-03-141-0/+3
* Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák2012-03-051-3/+0
* gallium/util: remove u_simple_screenMarek Olšák2012-02-211-1/+0
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-091-0/+1
* vl: add interlacing capabilitiesChristian König2012-02-061-0/+6
* nvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVELChristoph Bumiller2012-01-291-0/+2
* nvfx: fix nv3x fallout from state validation changesLucas Stach2012-01-261-1/+5
* st/mesa: do vertex and fragment color clamping in shadersMarek Olšák2012-01-251-1/+3
* vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König2012-01-151-0/+2
* nvfx: random cleanups of the state validation codeLucas Stach2012-01-151-27/+22
* nvfx: drop render temporaries codeLucas Stach2012-01-154-172/+18
* nvfx: rework state_fb code to get rid of render tempsLucas Stach2012-01-154-146/+72
* nvfx: say no to stream output capsLucas Stach2012-01-151-1/+5
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-103-20/+32
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-091-2/+0
* nvfx: remove unused-but-set variablesMarek Olšák2012-01-082-5/+0
* gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák2012-01-051-0/+3
* nouveau: get rid of winsys objectMarcin Slusarz2011-12-134-9/+1
* nouveau/nvfx: Add more unsupported PIPE_CAP valuesPatrice Mandin2011-12-061-1/+5
* android: pass -std=c99 by defaultChia-I Wu2011-11-261-1/+0
* 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-2/+0
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-113-3/+3
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-4/+4
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-301-2/+0
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-183-6/+7
* nouveau: Fix typos of ParseSourceList in SConscript files.Vinson Lee2011-09-161-1/+1
* nouveau: Add support for XvMC accelerationMaarten Lankhorst2011-09-102-3/+3
* gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák2011-09-101-1/+1
* nvfx: use common NOUVEAU_RESOURCE_FLAG_LINEAR defineChristoph Bumiller2011-08-307-14/+14
* android: add support for nouveauChia-I Wu2011-08-271-0/+38
* nouveau: share the source listsChia-I Wu2011-08-273-45/+26
* g3dvl: Rework the decoder interface part 2/5Christian König2011-08-261-0/+2
* u_blitter: rename util_blitter_copy_region -> util_blitter_copy_textureMarek Olšák2011-08-161-1/+1
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-041-0/+2
|\
| * gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-011-0/+2
* | Merge branch 'pipe-video'Christian König2011-07-133-0/+28
|\ \
| * | [g3dvl] add some more PIPE_VIDEO_CAPsChristian König2011-07-121-0/+6
| * | [g3dvl] remove pipe_video_context from nouveauChristian König2011-07-115-84/+22
| * | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-043-2/+22
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-092-3/+3
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-151-0/+6
| |\ \ \
| * | | | [g3dvl] Fix compile error.Johannes Obermayr2011-04-281-1/+1
| * | | | Merge remote branch 'origin/master' into pipe-videoChristian König2011-04-233-1/+15
| |\ \ \ \
| * | | | | [g3dvl] and finally split the decoder part out of the contextChristian König2011-04-062-16/+4
| * | | | | [g3dvl] remove PIPE_CAP_DECODE_TARGET_PREFERRED_FORMATChristian König2011-04-021-2/+1