aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gallium/docs: Document draw_vbo and set_index_buffer.Chia-I Wu2010-07-292-58/+27
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-2925-1188/+6
* gallium: Use unified pipe_context::draw_vbo.Chia-I Wu2010-07-293-103/+71
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-2948-202/+1004
* gallium: Add pipe_context::draw_vbo and pipe_context::set_index_buffer.Chia-I Wu2010-07-292-0/+41
* mesa: Remove unnecessary header.Vinson Lee2010-07-281-1/+1
* egl: Fix deref before NULL-checkKristian Høgsberg2010-07-281-1/+2
* intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg2010-07-284-8/+28
* egl_dri2: Implement EGL_KHR_surfaceless_* extensionsKristian Høgsberg2010-07-281-25/+55
* egl: EGL_KHR_surfaceless_* extensionsKristian Høgsberg2010-07-284-36/+67
* Untangle gallium/egl/glx source sharing mess and make it compile againKristian Høgsberg2010-07-283-114/+58
* r600g: state context ptr in sampler_view & add I8/L8 buffer formatJerome Glisse2010-07-282-0/+3
* r600g: switch btw flat/linear interpolationJerome Glisse2010-07-283-3/+7
* r600g: split pipe state creating/binding from hw state creationJerome Glisse2010-07-289-612/+1077
* glx: Split indirect and applegl implementations into different filesKristian Høgsberg2010-07-287-547/+624
* glx: Move bind and unbind to context vtableKristian Høgsberg2010-07-2812-276/+206
* glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2010-07-2830-768/+781
* glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg2010-07-2810-101/+99
* glx: Use _X_EXPORT instead of our own PUBLIC macroKristian Høgsberg2010-07-287-101/+74
* glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg2010-07-287-7/+4
* glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg2010-07-2817-289/+258
* glx: Delete unused glcontextmodes.c functionsKristian Høgsberg2010-07-283-101/+0
* glx: Stop using glcore.h and glxint.h in glxKristian Høgsberg2010-07-283-93/+90
* Avoid a compiler warning about a potentially unused variable.Carl Worth2010-07-281-1/+1
* Avoid compiler warning for unused glx_dpy variable.Carl Worth2010-07-281-1/+1
* r600g: cleanup resource buffer/texture messJerome Glisse2010-07-2810-259/+217
* r600g: add lrp instruction supportJerome Glisse2010-07-281-3/+80
* r600g: actualy fix the literal emissionJerome Glisse2010-07-281-3/+3
* glapi: Fix VMware spelling.Vinson Lee2010-07-281-1/+1
* gallium/docs: Fix VMware spelling.Vinson Lee2010-07-281-2/+2
* draw: Fix VMware spelling.Vinson Lee2010-07-283-3/+3
* r600g: fix up segfault with variation between views and count.Dave Airlie2010-07-281-4/+18
* gallium/docs: Fix VMware spelling.Corbin Simpson2010-07-271-2/+2
* r600g: use gallium util for float->ui conversionDave Airlie2010-07-282-19/+6
* scons: Fix sunos5 build.Vinson Lee2010-07-272-0/+6
* r600g: texture supportJerome Glisse2010-07-277-9/+610
* llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()Brian Paul2010-07-271-2/+3
* r600g: Move declaration before code.Vinson Lee2010-07-271-2/+5
* swrastg: Add SWRAST_NO_PRESENT option to not send updates to X serverJakob Bornecrantz2010-07-271-1/+9
* intel: Remove unused intel/server filesKristian Høgsberg2010-07-275-397/+2
* r600g: always emit literal after emiting an alu instructionJerome Glisse2010-07-271-29/+32
* llvmpipe: Use lp_build_select_bitwise() where appropriate.José Fonseca2010-07-271-11/+11
* gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwiseJosé Fonseca2010-07-272-22/+50
* cell: comment-out unused fields, functionsBrian Paul2010-07-261-2/+4
* cell: make functions staticBrian Paul2010-07-261-3/+3
* cell: fix segfault when freeing samplersBrian Paul2010-07-261-1/+1
* cell: comment-out unneeded padding fieldBrian Paul2010-07-261-1/+1
* cell: added const qualifierBrian Paul2010-07-261-1/+1
* util: fix unused function warning on non-x86Brian Paul2010-07-261-0/+3
* glx: Remove function prototypes no longer necessaryKristian Høgsberg2010-07-261-7/+0