summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-043-2/+22
|\
| * nvfx: nasty hack to make glFinish() actually finish..Ben Skeggs2011-06-213-2/+22
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-092-3/+3
|\|
| * gallium: s/bool/boolean/Brian Paul2011-06-082-3/+3
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-151-0/+6
|\|
| * nvfx: fill some PIPE_CAPsFrancesco Marella2011-05-131-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
|\|
| * gallium: add fallback for copying buffers to all driversMarek Olšák2011-04-211-0/+8
| * nvfx: comment-out unused varBrian Paul2011-04-181-1/+1
| * gallium: include u_format.h for util_format_is_supportedMarcin Slusarz2011-04-171-0/+1
| * gallium: add and use generic function for querying patented format support (v2)Marek Olšák2011-04-151-0/+3
| * gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some driversMarek Olšák2011-04-011-0/+2
* | [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
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-195-17/+9
|\|
| * gallium: remove flags from the flush functionMarek Olšák2011-03-112-4/+5
| * gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-112-4/+4
| * gallium: kill is_resource_referencedMarek Olšák2011-03-111-9/+0
* | [g3dvl] move mpeg12 context out of softpipeChristian König2011-03-171-5/+12
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-041-0/+1
|\|
| * nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs2011-03-011-0/+1
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-02-241-0/+3
|\|
| * gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+3
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-201-0/+1
|\|
| * nouveau: fix build against out of tree libdrmDave Airlie2011-01-171-0/+1
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-121-1/+1
|\|
| * nvfx,nv50: pipe_reference the constant buffersChristoph Bumiller2011-01-081-1/+1
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-0815-175/+186
|\|
| * gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-11/+3
| * nvfx: Remove unused variable.Vinson Lee2010-12-251-1/+0
| * nvfx: restore BEGIN_RING usageXavier Chantry2010-12-2515-164/+184
* | Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-223-5/+4
|\|
| * nouveau: fix includes for latest libdrmBen Skeggs2010-12-212-3/+2
| * nvfx: fix fragprog word swapping on big-endian machinesBen Skeggs2010-12-161-2/+2
* | Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-1112-77/+92
|\|
| * init ps->context with util_surfaces_get and do_getXavier Chantry2010-12-051-2/+1
| * nvfx: fixes after array textures mergeXavier Chantry2010-12-052-9/+10
| * gallium: support for array textures and related changesRoland Scheidegger2010-12-0211-70/+79
| * nvfx: reset nvfx->hw_zetaXavier Chantry2010-11-251-1/+3
| * nvfx: fb->nr_cbufs <= 1 on nv30Xavier Chantry2010-11-251-1/+1
| * gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák2010-11-221-0/+4
* | Merge remote branch 'origin/master' into pipe-videoChristian König2010-11-211-1/+12
|\|
| * nvfx: only expose one rt on nv30Xavier Chantry2010-11-201-1/+1
| * nvfx: fill out CAPs for indirect addressingMarek Olšák2010-11-121-0/+11
* | Merge remote branch 'origin/master' into pipe-videoChristian König2010-11-111-0/+4
|\|
| * nvfx: fill PIPE_CAP_PRIMITIVE_RESTART and PIPE_CAP_SHADER_STENCIL_EXPORTLucas Stach2010-11-111-0/+4
* | [g3dvl] remove empty block handling for nowChristian König2010-11-111-1/+0
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-1244-3805/+10527
|\|
| * nvfx: Pair os_malloc_aligned() with os_free_aligned().Krzysztof Smiechowicz2010-10-041-1/+1