Age | Commit message (Expand) | Author |
2009-09-29 | egl: Add a function to convert __GLcontextModes to _EGLConfig. | Chia-I Wu |
2009-09-29 | egl: Rework config lookup. | Chia-I Wu |
2009-09-29 | egl: Rework configuration management. | Chia-I Wu |
2009-09-29 | egl: Introduce config keys. | Chia-I Wu |
2009-09-29 | llvmpipe: Emit SSE intrinsics based on runtime cpu capability check. | José Fonseca |
2009-09-29 | util: Cleanup u_cpu_detect, build. Support X86_64 and detect SSE4.1 too. | José Fonseca |
2009-09-29 | gallium: New PIPE_OS_UNIX to simplify code that is portable to all unices. | José Fonseca |
2009-09-29 | i915: Fix MSVC build. | Vinson Lee |
2009-09-29 | python: Update for surface_buffer_create change. | José Fonseca |
2009-09-29 | g3dvl: assert.h -> util/u_debug.h | José Fonseca |
2009-09-29 | g3dvl: Define PIPE_VIDEO_CODEC_UNKNOWN for failures. | José Fonseca |
2009-09-29 | r600: use CB_TARGET_MASK instead of CB_SHADER_MASK for setting color mask | Andre Maasikas |
2009-09-29 | r600: user correct alpha blend factor | Andre Maasikas |
2009-09-29 | r600: clear position enable bit when when wpos is not used by FP | Andre Maasikas |
2009-09-28 | st/xorg: Add debug for fallbacks | Jakob Bornecrantz |
2009-09-28 | st/xorg: Make debug printing optional | Jakob Bornecrantz |
2009-09-28 | meta: Fix invalid PBO access from DrawPixels when trying to just alloc. | Eric Anholt |
2009-09-28 | intel: Drop my generatemipmap code in favor of the new shared code. | Eric Anholt |
2009-09-28 | intel: Remove some dead metaops code. | Eric Anholt |
2009-09-28 | Merge branch 'mesa_7_6_branch' | Ian Romanick |
2009-09-28 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Ian Romanick |
2009-09-28 | docs: 7.5.2 md5 sums | Ian Romanick |
2009-09-28 | Prep for 7.5.2 release | Ian Romanick |
2009-09-28 | docs: 7.6 md5 sums | Ian Romanick |
2009-09-28 | Prep for 7.6 release | Ian Romanick |
2009-09-28 | st/mesa: check gl_texture_object::GenerateMipmap field when allocating texmem | Brian Paul |
2009-09-28 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-09-28 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul |
2009-09-28 | Fix build on non GLIBC platforms (FreeBSD at least) | Robert Noland |
2009-09-28 | docs: list additional 7.5.2 bug fixes | Brian Paul |
2009-09-28 | docs: document gallium mipmap generation fix | Brian Paul |
2009-09-28 | st/mesa: fix st_generate_mipmap() issues | Brian Paul |
2009-09-28 | st/mesa: fix/simplify st_texture_object::lastLevel calculation | Brian Paul |
2009-09-28 | gallium/util: add sanity check assertions | Brian Paul |
2009-09-28 | mesa: use _mesa_get_current_tex_unit() helper | Brian Paul |
2009-09-28 | progs/perf: Include local headers before installed headers. | Vinson Lee |
2009-09-28 | progs/tests: print usage info upon SPACE/u | Brian Paul |
2009-09-28 | progs/tests: re-indent mipmap_limits.c | Brian Paul |
2009-09-28 | llvmpipe: Grab a ref when the fb is set. | Younes Manton |
2009-09-28 | softpipe: Fix MSVC build. | José Fonseca |
2009-09-28 | g3dvl: Fix MSVC build. | José Fonseca |
2009-09-28 | r300g: fix r300g cause GPU hang issue. | Cooper Yuan |
2009-09-28 | xvmc: Fail on unsupported formats, operations. | Younes Manton |
2009-09-27 | g3dvl: Missing semicolon. | Younes Manton |
2009-09-27 | g3dvl: Formatting and cleanups. | Younes Manton |
2009-09-27 | g3dvl: Move XvMC under the Xorg state tracker. | Younes Manton |
2009-09-27 | g3dvl: Implement XvMC using pipe_video_context. | Younes Manton |
2009-09-27 | g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs | Younes Manton |
2009-09-27 | util: Add util_next_power_of_two() for rounding a uint up to a POT. | Younes Manton |
2009-09-27 | r300g: fix erroneous condition | Maciej Cencora |