summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* egl_dri2: Set API version for DRM displayKristian Høgsberg2010-07-291-0/+4
* r300g/swtcl: fix crash in ETQW and minor fixupsMarek Olšák2010-07-293-26/+14
* r300g/swtcl: fix crash after the draw_vbo mergeMarek Olšák2010-07-291-1/+1
* llvmpipe: also test the new lp_build_assert() functionBrian Paul2010-07-291-0/+4
* llvmpipe: don't call LLVMCreateJITCompiler() twiceBrian Paul2010-07-295-45/+14
* gallivm: added lp_build_assert() function to make assertions in LLVM codeBrian Paul2010-07-294-0/+144
* Revert "gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture"José Fonseca2010-07-291-3/+0
* gallivm: fix lp_build_sample_offset() crash when indexing a 1-D textureBrian Paul2010-07-291-0/+3
* util: add uint version of pack_z_stencilKeith Whitwell2010-07-291-0/+47
* scons: Use the current python executable for code generation.José Fonseca2010-07-292-3/+4
* draw: Also emit EMMS on generated LLVM IR.José Fonseca2010-07-291-0/+11
* llvmpipe: Avoid corrupting the FPU stack with MMX instructions on 32bit OSes.José Fonseca2010-07-292-0/+29
* util: Don't include xmmintrin.h.José Fonseca2010-07-291-1/+0
* mesa: implement RCC opcodeBrian Paul2010-07-291-0/+54
* mesa: update table of opcodes used by GLSLBrian Paul2010-07-291-8/+8
* r600: since 8744c36e added asserts - use another random register for shader w...Andre Maasikas2010-07-291-1/+1
* st/python: Adapt to interface change.Chia-I Wu2010-07-291-21/+18
* graw/tests: Use pipe_context::draw_vbo.Chia-I Wu2010-07-297-17/+28
* gallium: Avoid void pointer arithmetic.Chia-I Wu2010-07-294-7/+7
* mesa: Reduce arrayobj.h header file inclusion.Vinson Lee2010-07-281-1/+1
* mesa: Remove unnecessary header.Vinson Lee2010-07-281-1/+0
* 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