summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)Author
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-20r300g: Guard R500 register writes by is_r500 check.Michel Dänzer
2009-07-13r300g: Small compile warning fixes.Nicolai Hähnle
2009-07-13r300g, radeon: Whitespace fixes.Nicolai Hähnle
2009-07-13r300g: Use align() instead of inline maths.Corbin Simpson
2009-07-08r300g: Remove VAP_CNTL_STATUS from invariant state.Corbin Simpson
2009-07-08r300g: Disable MSPOS registers for glisse's CS security checker.Corbin Simpson
2009-07-08r300-gallium: Unify sampler and texture emit.Corbin Simpson
2009-07-08r300-gallium: Mipmap setup.Corbin Simpson
2009-07-08r300g: Add endian fix to vertex fetcher setup.Corbin Simpson
2009-07-01r300g: Fix recursive Draw flush.Corbin Simpson
2009-07-01r300g: Use floats for surface_copy texcoords, use correct src and dest.Corbin Simpson
2009-06-27r300g: YCbCr and sRGB textures.Corbin Simpson
2009-06-27r300g: Fix EXT_packed_depth_stencil functionality.Corbin Simpson
2009-06-26r300g: EXT_provoking_vertex.Corbin Simpson
2009-06-26r300g: S3TC.Corbin Simpson
2009-06-26r300g: Use real texture formats.Corbin Simpson
2009-06-26r300g: Definitively forbid unusable Z buffer/stencil formats.Corbin Simpson
2009-06-26r300g: Comment out assert for now.Corbin Simpson
2009-06-26r300g: Be more specific on surface_copy fallbacks.Corbin Simpson
2009-06-26r300g: PIPE_CAP_TGSI_CONT_SUPPORTED.Corbin Simpson
2009-06-26r300-gallium: Ensure that no dirty state goes unemitted.Corbin Simpson
2009-06-26r300-gallium: organize fragment/vertex shadersJoakim Sindholt
2009-06-08r300-gallium: HW TCL glxgears. (Read the rest of the log.)Corbin Simpson
2009-06-08r300-gallium: Make UCP and clip work again for SW TCL.Corbin Simpson
2009-06-08r300-gallium: Don't emit UCP planes for SW TCL.Corbin Simpson
2009-06-05r300-gallium: Use VAP_CLIP_CNTL.Corbin Simpson
2009-06-05r300-gallium: Emit UCP.Corbin Simpson
2009-06-05r300-gallium: Improve vs emit.Corbin Simpson
2009-06-05r300-gallium: Mute some debug info.Corbin Simpson
2009-06-04r300-gallium: vs: Fix negation calculation.Corbin Simpson
2009-06-04r300-gallium: Fix pasta.Corbin Simpson
2009-06-04r300-gallium: Improve vs debug more.Corbin Simpson
2009-06-04r300-gallium: vs: Add negation, SUB.Corbin Simpson
2009-06-04r300: Moar vs debug.Corbin Simpson
2009-06-02r300-gallium: strip swtcl to the bare minimumJoakim Sindholt
2009-06-01r300-gallium: Slightly hacky fix for glxgears-style TCL.Corbin Simpson
2009-05-28r300-gallium, radeon-gallium: Make add_buffer indicate when a flush is needed.Corbin Simpson
2009-05-20r300-gallium: r500-fs: POW.Corbin Simpson
2009-05-20r300-gallium: r500-fs: LRP.Corbin Simpson
2009-05-20r300-gallium: r500-fs: Combine function.Corbin Simpson
2009-05-20r300-gallium: Prevent assert when fogcoords are present.Corbin Simpson
2009-05-20r300-gallium: Another constantbuf shader recompile test.Corbin Simpson
2009-05-20r300-gallium: Raise constantbuf limits.Corbin Simpson
2009-05-20r300-gallium: fs: Remove cruft from way back when.Corbin Simpson
2009-05-20r300-gallium: Make surface_copy actually load the texture in shader.Corbin Simpson
2009-05-20r300-gallium: Add missing R481 PCI ID.Corbin Simpson
2009-05-20r300-gallium: Make surface_copy work, and refactor buffer validation.Corbin Simpson
2009-05-20radeon-gallium: Don't permit reading and writing a BO in one CS.Corbin Simpson
2009-05-18r300-gallium: Fix (another) wrong value in MSPOS.Corbin Simpson