Age | Commit message (Expand) | Author |
2009-04-22 | gallium: Reinstate unconditional flushes. | Thomas Hellstrom |
2009-04-17 | gallium: Create OGL state tracker wrappers for various CPU access operations. | Thomas Hellstrom |
2009-04-15 | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom |
2009-04-07 | st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels() | Brian Paul |
2009-04-06 | mesa: Fix orientation adjustment for reading stencil pixels. | José Fonseca |
2009-04-03 | mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float() | Brian Paul |
2009-03-28 | mesa: add new signed rgba texture format | Roland Scheidegger |
2009-03-27 | mesa: Support Z24S8 wherever S8Z24 is supported. | José Fonseca |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-02-13 | gallium: Various coordinate fixups for texture transfers. | Michel Dänzer |
2009-02-05 | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer |
2008-12-12 | gallium: avoid mapping same vertex buffer in subsequent frames | Keith Whitwell |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-08-19 | gallium: implement a fast-path for glReadPixels for common cases | Brian Paul |
2008-07-13 | util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions. | José Fonseca |
2008-06-27 | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. | José Fonseca |
2008-06-24 | mesa: Use appropriate unsigned/signed, float/integer types. | José Fonseca |
2008-05-18 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul |
2008-05-17 | s/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/ | Brian Paul |
2008-05-07 | gallium: fix some render to texture bugs | Brian Paul |
2008-05-06 | gallium: create drawing surfaces as GPU_READ/WRITE only | Brian Paul |
2008-05-01 | gallium: tex surface checkpoint | Keith Whitwell |
2008-04-28 | gallium: check for PIPE_FORMAT_X8Z24_UNORM format | Brian Paul |
2008-04-10 | gallium: fix readback of z16 values | Brian Paul |
2008-04-09 | gallium: more elaborate tracking of front color buffer state | Brian Paul |
2008-04-03 | gallium: include st_cb_bitmap.h to silence warning | Brian Paul |
2008-04-03 | gallium: call st_flush_bitmap_cache() | Brian Paul |
2008-03-26 | gallium: Change pipe->flush() interface to optionally return a fence. | Michel Dänzer |
2008-03-21 | Refactor PBO validate/map code. | Brian |
2008-03-21 | gallium: implement PBO operations for glDraw/ReadPixels and glBitmap | Brian Paul |
2008-02-15 | Code reorganization: update build. | José Fonseca |
2008-02-12 | gallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT). | Brian |
2008-01-14 | Remove pipe->get/put_tile_rgba. | Michel Dänzer |
2008-01-14 | Remove mapping fields from struct pipe_surface. | Michel Dänzer |
2007-12-20 | gallium: make state tracker explictly ask for rendercache flushes | Keith Whitwell |
2007-12-07 | Replace "duplicate" formats | Brian |
2007-12-07 | Eliminate struct pipe_region. | Michel Dänzer |
2007-11-29 | Move dimensions from struct pipe_region to struct pipe_surface. | Michel Dänzer |
2007-11-20 | initial support for PIPE_FORMAT_Z24_S8 | Brian |
2007-10-25 | Move the get/put_tile() functions to pipe_context. | Brian |
2007-10-18 | fix function name | Brian |
2007-10-18 | make read_stencil_pixels() non-static | Brian |
2007-10-17 | fix addressing error in read_stencil_pixels() | Brian |
2007-10-13 | GL_STENCIL_INDEX support | Brian |
2007-10-13 | get_tile() of Z surfaces returns floats now | Brian |
2007-10-03 | basic support for reading GL_DEPTH_COMPONENT | Brian |
2007-08-13 | Added st_fb_orientation() function to determine the up/down orientation of th... | Brian |
2007-08-13 | flush pipe before reading image | Brian |
2007-08-10 | readpixels handles any format/type/packing/transfer ops now | Brian |
2007-08-10 | glReadPixels | Brian |