Age | Commit message (Expand) | Author |
2009-02-03 | mesa: fix offset problem with interleaved arrays | Alan Hourihane |
2009-02-02 | gallium: remove pipe_buffer from surfaces | Zack Rusin |
2009-02-02 | Merge branch 'gallium-wgl-rework' into gallium-0.2 | Keith Whitwell |
2009-01-30 | stw: Remove pipe_winsys references. | José Fonseca |
2009-01-30 | gallium: Don't ask winsys name -- let pipe screen do that if it wants. | José Fonseca |
2009-01-30 | stw: Don't use the winsys. | José Fonseca |
2009-01-30 | gallium: make p_winsys internal | Zack Rusin |
2009-01-29 | i965: fix bug in pass0_precalc_mov() | Brian Paul |
2009-01-29 | i965: widen per-texture bitfields for 16 texture image units | Brian Paul |
2009-01-29 | intel: check if stencil test is enabled in intel_stencil_drawpixels() | Brian Paul |
2009-01-29 | intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(),... | Brian Paul |
2009-01-29 | mesa: set version to 7.4 for mesa_7_4_branch | Brian Paul |
2009-01-29 | mesa: set version to 7.3 | Brian Paul |
2009-01-27 | gallium: remove redundant size from the constant buffer | Zack Rusin |
2009-01-27 | gallium: it's a reference value, not a reference number | Zack Rusin |
2009-01-27 | gallium: standardize api on the prefix "nr" | Zack Rusin |
2009-01-27 | gallium: standardize naming of masks | Zack Rusin |
2009-01-27 | gallium: standardize on stride instead of pitch in the interface | Zack Rusin |
2009-01-27 | wgl: relocate wgl code to state_trackers/wgl | Keith Whitwell |
2009-01-26 | gallium: updated comments in st_extensions.c | Brian Paul |
2009-01-24 | mesa: declare pipe_texture in st_public.h | Pekka Paalanen |
2009-01-23 | wgl: Adapt for st_get_framebuffer_surface call change. | José Fonseca |
2009-01-23 | gallium: change the st_get_framebuffer_surface/texture functions | Alan Hourihane |
2009-01-22 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2009-01-21 | i915: Add decode for PS in batchbuffers. | Eric Anholt |
2009-01-21 | i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output. | Eric Anholt |
2009-01-21 | i965: Use _mesa_num_inst_src_regs() instead of keeping a copy of its contents. | Eric Anholt |
2009-01-21 | [intel] Remove remaining references to intel_wait_flips(). | Kristian Høgsberg |
2009-01-21 | swrast: fix redundant texture application in affine_textured_triangle(). | Brian Paul |
2009-01-21 | mesa: add some debug assertions to detect null current texture object pointers | Brian Paul |
2009-01-20 | [intel] Go back to using the typedef for the sarea struct | Timo Aaltonen |
2009-01-20 | Remove intel pageflipping support in its entirety. | Owain G. Ainsworth |
2009-01-20 | glsl: silence unused var warnings | Brian Paul |
2009-01-20 | mesa: silence uninitialized var warnings | Brian Paul |
2009-01-20 | mesa: silence compiler warning at -O2 | Brian Paul |
2009-01-20 | mesa: bump version to 7.3-rc3 | Brian Paul |
2009-01-20 | Add a comment about _tnl_emit_indexed_vertices_to_buffer. | Thomas Hellstrom |
2009-01-20 | tnl: Add a utility to emit indexed vertices to a DMA buffer. | Thomas Hellstrom |
2009-01-20 | Fix store texel for argb4444. | Thomas Hellstrom |
2009-01-20 | Fix store texel for argb8888_rev. | Thomas Hellstrom |
2009-01-20 | Add RGBA4444 and RGBA5551 texture formats. | Thomas Hellstrom |
2009-01-20 | dri1: Add a macro to validate two dri drawables in one go. | Thomas Hellstrom |
2009-01-19 | mesa: fix build of stand-alone glslcompiler driver | Brian Paul |
2009-01-19 | statetracker: copy back color buffer to front buffer when needed | Brian Paul |
2009-01-16 | i965: fix polygon culling bug when rendering to a texture/FBO | Brian Paul |
2009-01-16 | intel: added intel_rendering_to_texture() helper function. | Brian Paul |
2009-01-16 | mesa: remove GL_DEPTH_TEST + no depth buffer test | Brian Paul |
2009-01-16 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2009-01-16 | glsl: fix broken sampler assignments | Brian Paul |
2009-01-16 | stw: Dispatch to our stw_winsys::flush_front_buffer | José Fonseca |