Age | Commit message (Expand) | Author |
2010-07-28 | mesa: Remove unnecessary header. | Vinson Lee |
2010-07-28 | egl: Fix deref before NULL-check | Kristian Høgsberg |
2010-07-28 | intel: Implement EGL_KHR_surfaceless extension | Kristian Høgsberg |
2010-07-28 | egl_dri2: Implement EGL_KHR_surfaceless_* extensions | Kristian Høgsberg |
2010-07-28 | egl: EGL_KHR_surfaceless_* extensions | Kristian Høgsberg |
2010-07-28 | Untangle gallium/egl/glx source sharing mess and make it compile again | Kristian Høgsberg |
2010-07-28 | r600g: state context ptr in sampler_view & add I8/L8 buffer format | Jerome Glisse |
2010-07-28 | r600g: switch btw flat/linear interpolation | Jerome Glisse |
2010-07-28 | r600g: split pipe state creating/binding from hw state creation | Jerome Glisse |
2010-07-28 | glx: Split indirect and applegl implementations into different files | Kristian Høgsberg |
2010-07-28 | glx: Move bind and unbind to context vtable | Kristian Høgsberg |
2010-07-28 | glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. | Kristian Høgsberg |
2010-07-28 | glx: Rename __GLXscreenConfigs to struct glx_screen | Kristian Høgsberg |
2010-07-28 | glx: Use _X_EXPORT instead of our own PUBLIC macro | Kristian Høgsberg |
2010-07-28 | glx: Rename glcontextmodes.[ch] to glxconfig.[ch] | Kristian Høgsberg |
2010-07-28 | glx: Rename __GLcontextModes to struct glx_config | Kristian Høgsberg |
2010-07-28 | glx: Delete unused glcontextmodes.c functions | Kristian Høgsberg |
2010-07-28 | glx: Stop using glcore.h and glxint.h in glx | Kristian Høgsberg |
2010-07-28 | Avoid a compiler warning about a potentially unused variable. | Carl Worth |
2010-07-28 | Avoid compiler warning for unused glx_dpy variable. | Carl Worth |
2010-07-28 | r600g: cleanup resource buffer/texture mess | Jerome Glisse |
2010-07-28 | r600g: add lrp instruction support | Jerome Glisse |
2010-07-28 | r600g: actualy fix the literal emission | Jerome Glisse |
2010-07-28 | glapi: Fix VMware spelling. | Vinson Lee |
2010-07-28 | gallium/docs: Fix VMware spelling. | Vinson Lee |
2010-07-28 | draw: Fix VMware spelling. | Vinson Lee |
2010-07-28 | r600g: fix up segfault with variation between views and count. | Dave Airlie |
2010-07-27 | gallium/docs: Fix VMware spelling. | Corbin Simpson |
2010-07-28 | r600g: use gallium util for float->ui conversion | Dave Airlie |
2010-07-27 | scons: Fix sunos5 build. | Vinson Lee |
2010-07-27 | r600g: texture support | Jerome Glisse |
2010-07-27 | llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile() | Brian Paul |
2010-07-27 | r600g: Move declaration before code. | Vinson Lee |
2010-07-27 | swrastg: Add SWRAST_NO_PRESENT option to not send updates to X server | Jakob Bornecrantz |
2010-07-27 | intel: Remove unused intel/server files | Kristian Høgsberg |
2010-07-27 | r600g: always emit literal after emiting an alu instruction | Jerome Glisse |
2010-07-27 | llvmpipe: Use lp_build_select_bitwise() where appropriate. | José Fonseca |
2010-07-27 | gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwise | José Fonseca |
2010-07-26 | cell: comment-out unused fields, functions | Brian Paul |
2010-07-26 | cell: make functions static | Brian Paul |
2010-07-26 | cell: fix segfault when freeing samplers | Brian Paul |
2010-07-26 | cell: comment-out unneeded padding field | Brian Paul |
2010-07-26 | cell: added const qualifier | Brian Paul |
2010-07-26 | util: fix unused function warning on non-x86 | Brian Paul |
2010-07-26 | glx: Remove function prototypes no longer necessary | Kristian Høgsberg |
2010-07-26 | i965: Fix reversed naming of the operations in compute-to-mrf optimization. | Eric Anholt |
2010-07-26 | i965: Clean up a few magic numbers to use brw_defines.h defs. | Eric Anholt |
2010-07-26 | i965: Use MIN2, MAX2 instead of rolling our own. | Eric Anholt |
2010-07-26 | i965: Fold the "is arithmetic" bit of 965 opcodes into the opcode list. | Eric Anholt |
2010-07-26 | i965: Remove some duped register size/count definitions | Eric Anholt |