aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_screen.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: hide some debugging messages behind environment variableMarcin Slusarz2011-10-091-2/+3
* nv50,nvc0: avoid unnecessary flushesMarcin Slusarz2011-10-091-1/+1
* nouveau: fix fence hangMarcin Slusarz2011-10-091-2/+6
* gallium: add PIPE_CAP_TEXTURE_BARRIERMarek Olšák2011-09-301-0/+1
* gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák2011-09-301-0/+1
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-3/+2
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-301-1/+0
* nv50,nvc0: handle PIPE_CAP_MIN/MAX_TEXEL_OFFSETChristoph Bumiller2011-09-141-0/+4
* gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák2011-09-101-1/+1
* nv50: fix screen->blitctx memory leakMarcin Slusarz2011-09-081-0/+2
* nv50,nvc0: fix multisample format hackChristoph Bumiller2011-08-311-1/+1
* nouveau: use PRIu64 for printing uint64_tChristoph Bumiller2011-08-301-1/+1
* nv50,nvc0: reject R8G8B8A8/X8_UNORM for multisample surfacesChristoph Bumiller2011-08-301-1/+6
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-041-0/+2
|\
| * gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-011-0/+2
* | nv50: implement resource_resolve with custom blitChristoph Bumiller2011-08-041-0/+4
* | nouveau: hook up video decoding with nouveau_contextChristoph Bumiller2011-07-211-0/+2
* | nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-141-1/+3
* | nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller2011-07-071-0/+2
|/
* Remove redundant util_unsigned_logbase2Matt Turner2011-05-121-1/+1
* nv50: fix mistake in pipe caps for pre-NVA0 cardsMaxim Levitsky2011-05-101-0/+1
* nv50,nvc0: activate seamless cube map filteringChristoph Bumiller2011-05-061-1/+9
* gallium/nouveau: fix printf warningsMarek Olšák2011-04-271-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-11/+2
* nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMONChristoph Bumiller2011-04-101-0/+2
* nv50,nvc0: identify some line rasterization stateChristoph Bumiller2011-04-101-0/+2
* gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some driversMarek Olšák2011-04-011-0/+1
* nv50,nvc0: implement colour clamping controlsChristoph Bumiller2011-03-291-0/+2
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-1/+1
* gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák2011-03-051-1/+2
* nv50: check grclass instead of chipset for 3D capsChristoph Bumiller2011-03-031-2/+2
* nv50: increase size of shader code boChristoph Bumiller2011-03-031-11/+14
* nouveau: allow pipe driver to define which buffers should start in sysmemBen Skeggs2011-03-031-3/+2
* nv50: implement independent blend functions for nva3+ and fix capChristoph Bumiller2011-03-021-1/+2
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-2/+0
* nv50: move onto common linear buffer managerBen Skeggs2011-03-011-0/+2
* nouveau: create linear gart/vram mman in common screen initBen Skeggs2011-03-011-5/+0
* nv50: make mm available as common codeBen Skeggs2011-03-011-7/+7
* nv50: move onto shared fence codeBen Skeggs2011-03-011-24/+24
* nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller2011-02-281-545/+575
* nv50: silence some unknown get_param warningsBen Skeggs2010-12-031-0/+4
* gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák2010-11-221-0/+2
* nv50: fill out CAPs for indirect addressingMarek Olšák2010-11-121-0/+5
* nv50: fix/handle a few more PIPE_CAPsChristoph Bumiller2010-09-251-1/+6
* nv50: use CLEAR_BUFFERS for surface fillsChristoph Bumiller2010-09-251-0/+3
* nv50: emit constbuf relocs before uploading constantsChristoph Bumiller2010-09-181-14/+33
* nv50: add relocs for stack and local mem buffersChristoph Bumiller2010-09-181-0/+13
* Merge remote branch 'origin/nv50-compiler'Christoph Bumiller2010-09-151-64/+74
|\
| * nv50: use actual loads/stores if TEMPs are accessed indirectlyChristoph Bumiller2010-09-091-4/+21