summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_screen.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák
2011-03-03nv50: check grclass instead of chipset for 3D capsChristoph Bumiller
2011-03-03nv50: increase size of shader code boChristoph Bumiller
2011-03-03nouveau: allow pipe driver to define which buffers should start in sysmemBen Skeggs
2011-03-02nv50: implement independent blend functions for nva3+ and fix capChristoph Bumiller
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs
2011-03-01nv50: move onto common linear buffer managerBen Skeggs
2011-03-01nouveau: create linear gart/vram mman in common screen initBen Skeggs
2011-03-01nv50: make mm available as common codeBen Skeggs
2011-03-01nv50: move onto shared fence codeBen Skeggs
2011-02-28nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller
2010-12-03nv50: silence some unknown get_param warningsBen Skeggs
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-12nv50: fill out CAPs for indirect addressingMarek Olšák
2010-09-25nv50: fix/handle a few more PIPE_CAPsChristoph Bumiller
2010-09-25nv50: use CLEAR_BUFFERS for surface fillsChristoph Bumiller
2010-09-18nv50: emit constbuf relocs before uploading constantsChristoph Bumiller
2010-09-18nv50: add relocs for stack and local mem buffersChristoph Bumiller
2010-09-15Merge remote branch 'origin/nv50-compiler'Christoph Bumiller
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-09-09nv50: use actual loads/stores if TEMPs are accessed indirectlyChristoph Bumiller
2010-09-09nv50: prepare for having multiple functionsChristoph Bumiller
2010-09-01nv50: handle TEXTURE_SWIZZLE and GEOMETRY_SHADER4 capsChristoph Bumiller
2010-08-15nv50: loops part 2Christoph Bumiller
2010-07-24nv50: introduce the big formats tableChristoph Bumiller
2010-07-23nv50: implement depth clampChristoph Bumiller
2010-05-29nv50: adapt to clear interface changesRoland Scheidegger
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-20nv50: fill in shader limitsChristoph Bumiller
2010-05-17nouveau: adapt to interface changesRoland Scheidegger
2010-04-30nv50: raise constant buffers size to maximumChristoph Bumiller
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-05-05nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry
2010-04-17nv50: Remove unused variable.Vinson Lee
2010-04-15nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri
2010-04-12nouveau: bind the 3D engine to subchannel 7 and add RING_3DLuca Barbieri
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-09nouveau: Import latest nouveau_class.h from renouveauBen Skeggs
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-21nv50: report driver as GLSL capableChristoph Bumiller
2010-03-21nv50: get rid of the static_init stateobjChristoph Bumiller
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-13nv50: fixup after gallium-context-transfers mergeXavier Chantry
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-10nv50: add option to force immediate-mode submission, disable by defaultBen Skeggs
2010-03-10nv50: make use of scissor enable/disable methodBen Skeggs
2010-03-10nv50: remove pre_pipebuffer_map hack....Ben Skeggs
2010-03-10nv50: rework state emissionBen Skeggs