Age | Commit message (Expand) | Author |
2011-02-28 | mesa: move PBO-related functions into a new file | Brian Paul |
2011-01-22 | st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGB | Brian Paul |
2010-12-02 | st/mesa: avoid large stack allocations in readpixels code | Brian Paul |
2010-12-02 | gallium: support for array textures and related changes | Roland Scheidegger |
2010-10-23 | mesa: split up the image.c file | Brian Paul |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-09-23 | mesa: Remove EXT_convolution. | Eric Anholt |
2010-08-22 | st/mesa: fix ReadPixels crashes when reading depth/stencil from a FBO | Brian Paul |
2010-08-22 | st/mesa: clean-up pipe_get_transfer() calls | Brian Paul |
2010-05-17 | st/mesa: call st_flush_bitmap_cache() from st_readpixels() | Brian Paul |
2010-05-11 | st/mesa: Remove unnecessary header. | Vinson Lee |
2010-05-11 | mesa/st: Remove internal flushes from Mesa state tracker. | José Fonseca |
2010-04-23 | st/mesa: clean-up: use st_context() everywhere | Brian Paul |
2010-04-13 | st/mesa: Drop st_public support. | Chia-I Wu |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-30 | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger |
2010-03-16 | Merge remote branch 'origin/gallium-st-api' | Chia-I Wu |
2010-03-13 | st/mesa: Validate the state in st_readpixels. | Chia-I Wu |
2010-03-11 | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell |
2010-03-11 | Squashed commit of gallium-context-transfers: | Keith Whitwell |
2010-03-10 | st/mesa: add some comments in glReadPixels code | Brian Paul |
2010-03-01 | mesa: Rename pipe formats. | José Fonseca |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-14 | st/mesa: Remove unnecessary headers from st_cb_readpixels.c. | Vinson Lee |
2009-11-30 | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger |
2009-11-19 | gallium: don't use arrays for texture width,height,depth | Keith Whitwell |
2009-10-05 | mesa/st: add ST_DEBUG environment variable | Keith Whitwell |
2009-09-03 | mesa: consolidate PBO map/unmap helpers | Brian Paul |
2009-06-10 | mesa: Reverse s8z24 into z24s8 as required by EXT_packed_depth_stencil. | José Fonseca |
2009-06-10 | mesa: Single precision constants. | José Fonseca |
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 |