Age | Commit message (Expand) | Author |
2010-05-18 | util: fix some leftover util_surface_fill/copy calls | Roland Scheidegger |
2010-05-18 | st/mesa: fix wrong argument order | Roland Scheidegger |
2010-05-18 | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger |
2010-05-17 | st/egl: adapt to interface changes | Roland Scheidegger |
2010-05-17 | st/dri: adapt to interface changes | Roland Scheidegger |
2010-05-17 | st/glx: adapt to interface changes | Roland Scheidegger |
2010-05-17 | st/wgl: adapt to interface changes | Roland Scheidegger |
2010-05-17 | st/vega: adapt to interface changes | Roland Scheidegger |
2010-05-17 | st/xorg: adapt to interface changes | Roland Scheidegger |
2010-05-17 | st/python: adapt to interface changes | Roland Scheidegger |
2010-05-17 | svga: adapt to interface changes | Roland Scheidegger |
2010-05-17 | r300g: adapt to interface changes | Roland Scheidegger |
2010-05-17 | nouveau: adapt to interface changes | Roland Scheidegger |
2010-05-17 | fo: adapt to interface changes | Roland Scheidegger |
2010-05-17 | identity: adapt to interface changes | Roland Scheidegger |
2010-05-17 | trace: adapt to interface changes | Roland Scheidegger |
2010-05-17 | i965g: adapt to interface changes | Roland Scheidegger |
2010-05-17 | i915g: adapt to interface changes | Roland Scheidegger |
2010-05-17 | softpipe: adapt to interface changes | Roland Scheidegger |
2010-05-17 | llvmpipe: adapt to interface changes | Roland Scheidegger |
2010-05-17 | cell: adapt to interface changes | Roland Scheidegger |
2010-05-17 | mesa/st: adapt to interface changes | Roland Scheidegger |
2010-05-17 | gallium/util: adapt util code to interface changes | Roland Scheidegger |
2010-05-17 | gallium: clean up resource_copy_region function | Roland Scheidegger |
2010-05-17 | gallium: another interface change for multisampling | Roland Scheidegger |
2010-05-04 | Merge commit 'origin/master' into gallium-msaa | Roland Scheidegger |
2010-05-04 | intel: Enable GL_EXT_framebuffer_object for gles2 | Kristian Høgsberg |
2010-05-04 | gallivm: Proper implementation of TXL opcode. | José Fonseca |
2010-05-04 | gallivm: Fix several glitches introduced in the prev commit. | José Fonseca |
2010-05-04 | mesa: Forgot to add .pc.in files for gles | Kristian Høgsberg |
2010-05-04 | gallivm: Implement TXD. | José Fonseca |
2010-05-04 | gles: Add -I$(TOP)/include. | Chia-I Wu |
2010-05-03 | mesa: Only initialize TNL for OpenGL | Kristian Høgsberg |
2010-05-03 | mesa: Only initialize save dispatch table for OpenGL | Kristian Høgsberg |
2010-05-03 | mesa: increase MAX_DRAW_BUFFERS to 8 | Brian Paul |
2010-05-03 | gallium: move surface utility functions into u_surface.c | Brian Paul |
2010-05-04 | gallivm: Increase the TGSI translation limits and centralize them in a header. | José Fonseca |
2010-05-04 | gallicm: Newton-Raphson step to improve precision. | José Fonseca |
2010-05-03 | cso: use framebuffer utility functions | Brian Paul |
2010-05-03 | gallium: move framebuffer utility functions into a new file | Brian Paul |
2010-05-03 | st/mesa: remove dead code | Brian Paul |
2010-05-03 | st/mesa: remove unused needFlush parameter to st_finalize_texture() | Brian Paul |
2010-05-03 | st/mesa: updated comments and fix some formatting in texture storage code | Brian Paul |
2010-05-03 | st/mesa: rename srcImageStride -> srcRowStride and fix-up formatting | Brian Paul |
2010-05-03 | st/mesa: consolidate and clean-up texture memory allocation code | Brian Paul |
2010-05-03 | st/mesa: updated comments for st_texture_image_map() | Brian Paul |
2010-05-03 | st/mesa: move some texture size calculation code | Brian Paul |
2010-05-03 | st/mesa: remove old convolution-related vars and min pitch code | Brian Paul |
2010-05-03 | st/mesa: remove unsupported convolution code | Brian Paul |
2010-05-03 | st/mesa: updated comment | Brian Paul |