Age | Commit message (Expand) | Author |
2009-11-04 | r300g: add polygon mode | Marek Olšák |
2009-11-04 | r300g: fix the size of CS when emitting the fragprog constant buffer | Marek Olšák |
2009-11-04 | r300g: set the correct offset in a colorbuffer surface | Marek Olšák |
2009-11-04 | r300g: add color channel masking | Marek Olšák |
2009-11-04 | mesa: added cast to silence warning | Brian Paul |
2009-11-04 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-11-04 | vbo: fix out-of-bounds array access | Brian Paul |
2009-11-04 | mesa: fix broken pack_histogram() case for GLhalf | Brian Paul |
2009-11-04 | mesa: silence warning from gcc 4.4.1 | Brian Paul |
2009-11-04 | ARB prog parser: include variable name in error text | Brian Paul |
2009-11-04 | st/xorg: these flushes shouldn't be necessary | Zack Rusin |
2009-11-04 | progs/tests: Fix MSVC build. | Vinson Lee |
2009-11-04 | r600: rework draw functions | Alex Deucher |
2009-11-04 | r600: fix count prediction for IB case | Alex Deucher |
2009-11-04 | Fix YTILE spantmp functions | Alan Hourihane |
2009-11-04 | Fix YTILE spantmp functions | Alan Hourihane |
2009-11-04 | glslcompiler: Fix Mac OS build. | Vinson Lee |
2009-11-04 | util: Remove homegrown Windows KM profiler. | José Fonseca |
2009-11-04 | tgsi/ureg: Allow for multiple extended instruction tokens. | Michal Krol |
2009-11-04 | nv50: fix shader emit_tex for cube textures | Christoph Bumiller |
2009-11-04 | nv50: add abs-modifier for emit_minmax | Christoph Bumiller |
2009-11-04 | nv50: add 3d texture tiling and mip-mapping | Christoph Bumiller |
2009-11-03 | mesa: (GLint64) casts in get.c to silence Visual Studio warnings | Brian Paul |
2009-11-03 | docs: fix 7.6 build with Visual Studio | Brian Paul |
2009-11-03 | windows: updated VC8 project file | Karl Schultz |
2009-11-03 | windows: remove old entrypoints from mesa.def file | Karl Schultz |
2009-11-03 | mesa: added GLAPIENTRY keywords for sync object functions | Karl Schultz |
2009-11-03 | progs/util: Fix memory leak if fail to load/compile shader | Vinson Lee |
2009-11-03 | llvmpipe: Sanitise shader semantic and interpolator handling. | Michal Krol |
2009-11-03 | llvmpipe: remove old prim_setup draw stage | Keith Whitwell |
2009-11-03 | llvmpipe: Respect gl_rasterization_rules in primitive setup. | José Fonseca |
2009-11-03 | python/retrace: Cope with null constant buffers. | José Fonseca |
2009-11-03 | python/retrace: Add missing colon. | José Fonseca |
2009-11-03 | progs/tests: debug code for getting texture component sizes | Brian Paul |
2009-11-03 | tgsi: Up tgsi_exec's control flow nesting to 32. | Michal Krol |
2009-11-03 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-11-03 | mesa: clean-up, remove some flushing in FBO functions | Brian Paul |
2009-11-03 | mesa: fix indentation | Brian Paul |
2009-11-03 | mesa: clean-up formatting | Brian Paul |
2009-11-03 | mesa: avoid extraneous _NEW_BUFFER changes in _mesa_BindFramebufferEXT() | Brian Paul |
2009-11-03 | mesa: use FLUSH_VERTICES() in _mesa_drawbuffers() | Brian Paul |
2009-11-03 | mesa: avoid extraneous _NEW_BUFFER state in _mesa_drawbuffers() | Brian Paul |
2009-11-03 | mesa: use ffs() to shorten loop in _mesa_drawbuffers() | Brian Paul |
2009-11-03 | mesa: added assertion, another comment | Brian Paul |
2009-11-03 | intel: avoid unnecessary front buffer flushing/updating | Brian Paul |
2009-11-03 | st/mesa: clip pixels in draw_stencil_pixels to avoid crash | Marek Olšák |
2009-11-03 | st/mesa: don't use util_blit_pixels_writemask() for depth or depth/stencil | Brian Paul |
2009-11-03 | st/mesa: fix tests for depth and depth/stencil texture formats | Brian Paul |
2009-11-02 | mesa: added comment | Brian Paul |
2009-11-02 | mesa: use _mesa_get_current_tex_object() | Brian Paul |