Age | Commit message (Expand) | Author |
2011-03-01 | nv50: make mm available as common code | Ben Skeggs |
2011-03-01 | nv50: move onto shared fence code | Ben Skeggs |
2011-02-28 | nv50: replace most of it with nvc0 driver ported to nv50 | Christoph Bumiller |
2010-12-03 | nv50: silence some unknown get_param warnings | Ben Skeggs |
2010-11-22 | gallium: add PIPE_SHADER_CAP_SUBROUTINES | Marek Olšák |
2010-11-12 | nv50: fill out CAPs for indirect addressing | Marek Olšák |
2010-09-25 | nv50: fix/handle a few more PIPE_CAPs | Christoph Bumiller |
2010-09-25 | nv50: use CLEAR_BUFFERS for surface fills | Christoph Bumiller |
2010-09-18 | nv50: emit constbuf relocs before uploading constants | Christoph Bumiller |
2010-09-18 | nv50: add relocs for stack and local mem buffers | Christoph Bumiller |
2010-09-15 | Merge remote branch 'origin/nv50-compiler' | Christoph Bumiller |
2010-09-14 | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri |
2010-09-09 | nv50: use actual loads/stores if TEMPs are accessed indirectly | Christoph Bumiller |
2010-09-09 | nv50: prepare for having multiple functions | Christoph Bumiller |
2010-09-01 | nv50: handle TEXTURE_SWIZZLE and GEOMETRY_SHADER4 caps | Christoph Bumiller |
2010-08-15 | nv50: loops part 2 | Christoph Bumiller |
2010-07-24 | nv50: introduce the big formats table | Christoph Bumiller |
2010-07-23 | nv50: implement depth clamp | Christoph Bumiller |
2010-05-29 | nv50: adapt to clear interface changes | Roland Scheidegger |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-20 | nv50: fill in shader limits | Christoph Bumiller |
2010-05-17 | nouveau: adapt to interface changes | Roland Scheidegger |
2010-04-30 | nv50: raise constant buffers size to maximum | Christoph Bumiller |
2010-05-17 | gallium: EXT_timer_query support. | Mathias Fröhlich |
2010-05-12 | gallium: Make PIPE_CAP_xxx enums. | José Fonseca |
2010-05-05 | nouveau: only advertise PIPE_FORMAT_DXT* if s3tc available | Xavier Chantry |
2010-04-17 | nv50: Remove unused variable. | Vinson Lee |
2010-04-15 | nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ... | Luca Barbieri |
2010-04-12 | nouveau: bind the 3D engine to subchannel 7 and add RING_3D | Luca Barbieri |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-04-09 | nouveau: Import latest nouveau_class.h from renouveau | Ben Skeggs |
2010-03-30 | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger |
2010-03-21 | nv50: report driver as GLSL capable | Christoph Bumiller |
2010-03-21 | nv50: get rid of the static_init stateobj | Christoph Bumiller |
2010-03-13 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-13 | nv50: fixup after gallium-context-transfers merge | Xavier Chantry |
2010-03-10 | Merge branch 'master' into gallium-sampler-view | Michal Krol |
2010-03-10 | nv50: add option to force immediate-mode submission, disable by default | Ben Skeggs |
2010-03-10 | nv50: make use of scissor enable/disable method | Ben Skeggs |
2010-03-10 | nv50: remove pre_pipebuffer_map hack.... | Ben Skeggs |
2010-03-10 | nv50: rework state emission | Ben Skeggs |
2010-03-01 | nouveau: Rename pipe formats. | José Fonseca |
2010-02-25 | nv50: update to handle new sampler view state | Christoph Bumiller |
2010-02-16 | nv50: use hw idx buffers where we can | Ben Skeggs |
2010-02-08 | gallium: squash-merge of gallium screen context | Keith Whitwell |
2010-02-01 | nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroy | Marcin Slusarz |
2010-01-29 | tgsi: add caps for fragment coord conventions (v3) | Luca Barbieri |
2010-01-26 | nv50: supports independent blend enables | Christoph Bumiller |
2010-01-26 | gallium: add the new PIPE_CAP blend bits to more drivers | Roland Scheidegger |
2010-01-17 | nv50: implement instanced drawing | Christoph Bumiller |