Age | Commit message (Expand) | Author |
2010-10-23 | st/mesa: be smarter choosing texture format for glDrawPixels() | Brian Paul |
2010-10-23 | mesa: split up the image.c file | Brian Paul |
2010-10-15 | st/mesa: update function name, comments | Brian Paul |
2010-10-15 | st/mesa: reformatting in st_cb_drawpixels.c | Brian Paul |
2010-10-15 | st/mesa: fix regressions in glDrawPixels(GL_STENCIL_INDEX) | Brian Paul |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-13 | st/mesa: use shader stencil export to accelerate shader drawpixels. | Dave Airlie |
2010-10-13 | st/mesa: add option to choose a texture format that we won't render to. | Dave Airlie |
2010-09-24 | st/mesa: use the wrapped renderbuffer in CopyPixels() | Brian Paul |
2010-08-22 | mesa: Removed another unused variable. | José Fonseca |
2010-08-21 | mesa: Remove unsused local variable. | José Fonseca |
2010-08-20 | mesa/st: support using PIPE_TEXTURE_RECT internally | Luca Barbieri |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-17 | mesa/st: adapt to interface changes | Roland Scheidegger |
2010-05-12 | st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware. | Chia-I Wu |
2010-05-11 | mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens(). | José Fonseca |
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-18 | st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/ | Brian Paul |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-04-09 | Merge branch '7.8' | Brian Paul |
2010-04-08 | st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) regression | Brian Paul |
2010-03-30 | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger |
2010-03-22 | Merge branch '7.8' | Brian Paul |
2010-03-18 | st/mesa: s/unpack/pack/ to be more consistent | Brian Paul |
2010-03-17 | st/mesa: plug in default for pipe_context::surface_copy() if needed | Brian Paul |
2010-03-17 | Merge branch '7.8' | Brian Paul |
2010-03-17 | st/mesa: fix glCopyPixels bugs/crashes when src region need clipping | Brian Paul |
2010-03-13 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-12 | st/mesa: Associate a sampler view with an st texture object. | Michal Krol |
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: consolidate duplicated texture allocation code | Brian Paul |
2010-03-10 | Merge branch '7.8' | Brian Paul |
2010-03-10 | st/mesa: fix incorrect glCopyPixels between window/FBO | Brian Paul |
2010-03-10 | st/mesa: fix incorrect glDrawPixels into FBO | Brian Paul |
2010-03-10 | Merge branch 'master' into gallium-sampler-view | Michal Krol |
2010-03-09 | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger |
2010-03-09 | st/mesa: fix clear/drawpixels/bitmap for new cso vertex elements interface | Roland Scheidegger |
2010-03-01 | mesa: Rename pipe formats. | José Fonseca |
2010-02-24 | st/mesa: use util_format_get_blocksize() | Brian Paul |
2010-02-22 | st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixels | Brian Paul |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-14 | st/mesa: minor assorted clean-ups | Brian Paul |
2010-02-14 | st/mesa: change some function return types | Brian Paul |
2010-02-14 | st/mesa: use _mesa_clone_fragment_program() | Brian Paul |
2010-02-12 | st/mesa: remove unused var | Brian Paul |
2010-02-03 | Merge branch 'gallium-embedded' | José Fonseca |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |