summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Use unified pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-29gallium: Add pipe_context::draw_vbo and pipe_context::set_index_buffer.Chia-I Wu
2010-07-28mesa: Remove unnecessary header.Vinson Lee
2010-07-28egl: Fix deref before NULL-checkKristian Høgsberg
2010-07-28intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg
2010-07-28egl_dri2: Implement EGL_KHR_surfaceless_* extensionsKristian Høgsberg
2010-07-28egl: EGL_KHR_surfaceless_* extensionsKristian Høgsberg
2010-07-28Untangle gallium/egl/glx source sharing mess and make it compile againKristian Høgsberg
2010-07-28r600g: state context ptr in sampler_view & add I8/L8 buffer formatJerome Glisse
2010-07-28r600g: switch btw flat/linear interpolationJerome Glisse
2010-07-28r600g: split pipe state creating/binding from hw state creationJerome Glisse
2010-07-28glx: Split indirect and applegl implementations into different filesKristian Høgsberg
2010-07-28glx: Move bind and unbind to context vtableKristian Høgsberg
2010-07-28glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg
2010-07-28glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg
2010-07-28glx: Use _X_EXPORT instead of our own PUBLIC macroKristian Høgsberg
2010-07-28glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg
2010-07-28glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg
2010-07-28glx: Delete unused glcontextmodes.c functionsKristian Høgsberg
2010-07-28glx: Stop using glcore.h and glxint.h in glxKristian Høgsberg
2010-07-28Avoid a compiler warning about a potentially unused variable.Carl Worth
2010-07-28Avoid compiler warning for unused glx_dpy variable.Carl Worth
2010-07-28r600g: cleanup resource buffer/texture messJerome Glisse
2010-07-28r600g: add lrp instruction supportJerome Glisse
2010-07-28r600g: actualy fix the literal emissionJerome Glisse
2010-07-28glapi: Fix VMware spelling.Vinson Lee
2010-07-28gallium/docs: Fix VMware spelling.Vinson Lee
2010-07-28draw: Fix VMware spelling.Vinson Lee
2010-07-28r600g: fix up segfault with variation between views and count.Dave Airlie
2010-07-27gallium/docs: Fix VMware spelling.Corbin Simpson
2010-07-28r600g: use gallium util for float->ui conversionDave Airlie
2010-07-27scons: Fix sunos5 build.Vinson Lee
2010-07-27r600g: texture supportJerome Glisse
2010-07-27llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()Brian Paul
2010-07-27r600g: Move declaration before code.Vinson Lee
2010-07-27swrastg: Add SWRAST_NO_PRESENT option to not send updates to X serverJakob Bornecrantz
2010-07-27intel: Remove unused intel/server filesKristian Høgsberg
2010-07-27r600g: always emit literal after emiting an alu instructionJerome Glisse
2010-07-27llvmpipe: Use lp_build_select_bitwise() where appropriate.José Fonseca
2010-07-27gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwiseJosé Fonseca
2010-07-26cell: comment-out unused fields, functionsBrian Paul
2010-07-26cell: make functions staticBrian Paul
2010-07-26cell: fix segfault when freeing samplersBrian Paul
2010-07-26cell: comment-out unneeded padding fieldBrian Paul
2010-07-26cell: added const qualifierBrian Paul
2010-07-26util: fix unused function warning on non-x86Brian Paul
2010-07-26glx: Remove function prototypes no longer necessaryKristian Høgsberg
2010-07-26i965: Fix reversed naming of the operations in compute-to-mrf optimization.Eric Anholt