Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-25 | tgsi: Fix token builder. | Michal Krol | |
2009-11-25 | tgsi: Update raw token dumper after token definition changes. | Michal Krol | |
2009-11-25 | radeon: fix context destroy needing lock for flushing. | Dave Airlie | |
Thanks to Intel code which I've just stolen pretty much as usual. This fixes fdo bug 22851 which is a dri1 regression since rewrite. Tested by: fpiobaf (Fabio) on #radeon Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-11-25 | r600: add ARB_texture_non_power_of_two support. | Dave Airlie | |
This makes the miptree rounds up to the near POT for each level for all radeons, however since mipmaps aren't support with NPOT on previous radeons this calculation shouldn't cause any problems. If it does we can just make it r600 only. I tested a few mipmap demos on r500 and they all seem to work. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-11-25 | vmware/xorg: Remove gem include | Jakob Bornecrantz | |
2009-11-26 | st/xorg: Use pipe clear hook for solid fills of whole pixmaps. | Michel Dänzer | |
Can give a little boost e.g. for anti-aliased text rendering. | |||
2009-11-26 | svga: hash the whole key, not just the first four bytes | Keith Whitwell | |
2009-11-26 | st/xorg: Make sure DRI2 blits use GPU copy contents even for software fallback. | Michel Dänzer | |
Fixes 3D apps not updating with a non-GL compositing manager and Option "2DAccel" "off". Also clean up a little pixmap vs. drawable mess. | |||
2009-11-26 | st/xorg: fix refcounting bugs introduced in earlier commit | Keith Whitwell | |
2009-11-26 | st/xorg: formatting | Keith Whitwell | |
This directory needs indent run over it. | |||
2009-11-26 | st/xorg: remove debugging flush | Keith Whitwell | |
Accidentally committed in 7fbdbad5c02e3d5bfbf0e641e2aec224e39fa974 ('st/xorg: consolidate some dest surface state setting') | |||
2009-11-26 | svga: Remove spurious argument to SVGA_DBG. | José Fonseca | |
2009-11-26 | st/xorg: render throttling in block handler | Keith Whitwell | |
Similar to the classic swapbuffer throttling in GL drivers, put an upper bound on the number of outstanding chunks of rendering the state tracker can generate -- where calling the block handler denotes a chunk. Currently that number is set at around 4 "chunks", but could be tweaked up or down. If a better measure for the amount of outstanding rendering is found, that would be fine too. As it stands, this improves interactivity by preventing the X server from queueing up arbitary amounts of rendering. | |||
2009-11-26 | st/xorg: split copy operation into prepare/copy/done phases | Keith Whitwell | |
Any high-overhead one-off tasks are moved into the prepare hook. | |||
2009-11-26 | st/xorg: don't set up constant buffer for non-xv fragment shaders | Keith Whitwell | |
These currently don't reference any constants. Can add this back if newer shaders need them, but in the meantime don't create a new constant buffer every time we do a blit. | |||
2009-11-26 | st/xorg: split up shared Done call | Keith Whitwell | |
The two users of composite (Composite and Solid) now call a new xorg_composite_done() from their Done functions, while CopyDone is directly implemented on top of xorg_renderer.c. | |||
2009-11-26 | st/xorg: set up rasterizer state in init | Keith Whitwell | |
2009-11-26 | st/xorg: remove redundant clipping code | Keith Whitwell | |
2009-11-26 | st/xorg: don't bother with cso save and restore in copy func | Keith Whitwell | |
2009-11-26 | st/xorg: consolidate some dest surface state setting | Keith Whitwell | |
2009-11-26 | glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore. | Vinson Lee | |
2009-11-24 | r600 : reset stack flag with one channel only. | Richard Li | |
2009-11-24 | vmware/xorg: Link against libkms | Jakob Bornecrantz | |
If the system doesn't have libkms installed it wont try to link against it. | |||
2009-11-24 | vmware/xorg: Clean Makefile a bit | Jakob Bornecrantz | |
2009-11-24 | vmware/xorg: Don't link against libdrm_intel | Jakob Bornecrantz | |
2009-11-24 | vmware/xorg: Stage driver in lib/gallium | Jakob Bornecrantz | |
2009-11-24 | r600 : fix stack depth setting bug. | Richard Li | |
2009-11-24 | llvmpipe: Update instructions. | José Fonseca | |
2009-11-24 | tgsi: rename fields of tgsi_full_src_register to reduce verbosity | Keith Whitwell | |
SrcRegister -> Register SrcRegisterInd -> Indirect SrcRegisterDim -> Dimension SrcRegisterDimInd -> DimIndirect | |||
2009-11-24 | tgsi: rename fields of tgsi_full_dst_register to reduce verbosity | Keith Whitwell | |
DstRegister -> Register DstRegisterInd -> Indirect | |||
2009-11-24 | tgsi: rename fields of tgsi_full_declaration to reduce verbosity | Keith Whitwell | |
DeclarationRange -> Range | |||
2009-11-24 | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity | Keith Whitwell | |
InstructionPredicate -> Predicate InstructionLabel -> Label InstructionTexture -> Texture FullSrcRegisters -> Src FullDstRegisters -> Dst | |||
2009-11-24 | tgsi: reduce repetition of structure name in its members | Keith Whitwell | |
Rename Semantic.SemanticName to Semantic.Name. Similar for SemanticIndex, and the members of the tgsi_version struct. | |||
2009-11-24 | svga: Handle comment tokens when dumping. | José Fonseca | |
2009-11-24 | tgsi: remove unnecessary full_token init and free functions | Keith Whitwell | |
2009-11-24 | tgsi: remove unused Flags member from full_instruction | Keith Whitwell | |
2009-11-24 | svga: Use consistent names for public symbol names of shader dumping facilities. | José Fonseca | |
2009-11-24 | svga: Use consistent file names for dumping facilities. | José Fonseca | |
2009-11-24 | util: Describe a few more formats. | José Fonseca | |
2009-11-24 | llvmpipe: Use assert instead of abort. Only verify functions on debug builds. | José Fonseca | |
2009-11-24 | llvmpipe: Fix memory leak. | José Fonseca | |
2009-11-24 | llvmpipe: Use the generic conversion routine for depths. | José Fonseca | |
This allows for z32f depth format to work correctly. | |||
2009-11-24 | llvmpipe: Be more conservative with the supported formats. | José Fonseca | |
We'll likely support much more formats, but doing this allows to run more testsuites without immediately hit assertion failures. | |||
2009-11-24 | wgl: Fix copy'n'paste typo in comment. | José Fonseca | |
2009-11-24 | llvmpipe: Fix typo in comparison operator. | José Fonseca | |
2009-11-24 | gallium: try and update r300 and nv drivers for tgsi changes | Keith Whitwell | |
It would be nice if these drivers built under the linux-debug header so that these types of interface changes can be minimally propogated into those drivers by people without the hardware. They don't have to generate a working driver -- though a command-dumping winsys would be an excellent for regression checking. | |||
2009-11-24 | st/xorg: Pass mode types from the kernel to X | Jakob Bornecrantz | |
2009-11-24 | gallium: simplify tgsi tokens further | Keith Whitwell | |
Drop anonymous 'Extended' fields, have every optional token named explicitly in its parent. Eg. there is now an Instruction.Label flag, etc. Drop destination modifiers and other functionality which cannot be generated by tgsi_ureg.c, which is now the primary way of creating shaders. Pull source modifiers into the source register token, drop the second negate flag. The source register token is now full - if we need to expand it, probably best to move all of the modifiers to a new token and have a single flag for it. | |||
2009-11-24 | st/xorg: Add libkms integration | Jakob Bornecrantz | |
2009-11-24 | st/xorg: Touch up xorg_crtc.c | Jakob Bornecrantz | |