Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-06 | softpipe: clean up the buffer clear and tile cache code a little | Brian Paul | |
2009-02-05 | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer | |
Instead, a new pipe_transfer object has to be created and mapped for transferring data between the CPU and a texture. This gives the driver more flexibility for textures in address spaces that aren't CPU accessible. This is a first pass; softpipe/xlib builds and runs glxgears, but it only shows a black window. Looks like something's off related to the Z buffer, so the depth test always fails. | |||
2008-11-23 | softpipe: remove old/unneeded dependencies between TGSI exec and softpipe | Brian | |
Use tgsi_sampler struct as a base class. Softpipe subclasses it and adds the fields it needs. | |||
2008-05-01 | gallium: tex surface checkpoint | Keith Whitwell | |
2008-02-20 | gallium: use pipe_texture_reference() in sp_tile_cache_set_texture() | Brian | |
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |