aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium drivers: report that user vertex buffers are supportedMarek Olšák2012-04-241-0/+2
* nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller2012-04-151-55/+119
* nvc0: prefix all macro methods with MACROChristoph Bumiller2012-04-141-8/+8
* nvc0: improve vertex state validationChristoph Bumiller2012-04-141-0/+1
* nv50,nvc0: use new scratch buffers codeChristoph Bumiller2012-04-141-7/+0
* nv50,nvc0: handle PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETSChristoph Bumiller2012-04-141-0/+2
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-256/+248
* gallium: remove PIPE_SHADER_CAP_OUTPUT_READMarek Olšák2012-02-271-2/+0
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-091-0/+1
* nvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVELChristoph Bumiller2012-01-291-0/+2
* st/mesa: do vertex and fragment color clamping in shadersMarek Olšák2012-01-251-1/+3
* nvc0: fix some limit cap valuesChristoph Bumiller2012-01-201-9/+15
* nvc0: enable shader watchdog timerChristoph Bumiller2012-01-101-0/+6
* nv50,nvc0: handle new PIPE_CAPsChristoph Bumiller2012-01-101-0/+5
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-1/+1
* gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBSMarek Olšák2011-12-251-2/+0
* nvc0: implement new stream output interfaceChristoph Bumiller2011-12-151-1/+7
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-1/+1
* nouveau: get rid of winsys objectMarcin Slusarz2011-12-131-2/+1
* nv50/nvc0: fix crash when channel allocation failsMarcin Slusarz2011-12-021-1/+2
* 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-1/+0
* 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
* nvc0: implement resource_resolveChristoph Bumiller2011-09-141-0/+6
* nv50,nvc0: handle PIPE_CAP_MIN/MAX_TEXEL_OFFSETChristoph Bumiller2011-09-141-0/+4
* nvc0: hook up to new shader code generatorChristoph Bumiller2011-09-141-3/+4
* gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák2011-09-101-2/+2
* nv50,nvc0: fix multisample format hackChristoph Bumiller2011-08-311-1/+1
* nv50,nvc0: reject R8G8B8A8/X8_UNORM for multisample surfacesChristoph Bumiller2011-08-301-1/+11
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-041-0/+2
|\
| * gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-011-0/+2
* | nouveau: hook up video decoding with nouveau_contextChristoph Bumiller2011-07-211-0/+5
* | nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-141-1/+1
* | nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller2011-07-141-1/+1
* | nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller2011-07-071-2/+6
|/
* nv50,nvc0: activate seamless cube map filteringChristoph Bumiller2011-05-061-0/+5
* gallium: include u_format.h for util_format_is_supportedMarcin Slusarz2011-04-171-0/+1
* nvc0: work around what looks like a code prefetch bugChristoph Bumiller2011-04-171-1/+4
* gallium: add and use generic function for querying patented format support (v2)Marek Olšák2011-04-151-11/+2
* nvc0: make the card permit separate colour outputsChristoph Bumiller2011-04-101-14/+2
* nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMONChristoph Bumiller2011-04-101-3/+4
* nv50,nvc0: identify some line rasterization stateChristoph Bumiller2011-04-101-2/+4
* 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-2/+2
* nvc0: identify VERTEX_QUARANTINEChristoph Bumiller2011-03-131-7/+7