summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-07-29mesa: Add missing header to framebuffer.h.Vinson Lee1-0/+1
2010-07-29mesa: Add missing header to fboject.h.Vinson Lee1-0/+1
2010-07-29mesa: Add missing header to texgetimage.h.Vinson Lee1-0/+1
2010-07-29mesa: Add missing header to texrender.h.Vinson Lee1-0/+1
2010-07-29mesa: Add missing header and forward declarations to uniforms.h.Vinson Lee1-0/+4
2010-07-29mesa: Add missing headers to viewport.h.Vinson Lee1-0/+2
2010-07-29mesa: Add missing header to depthstencil.h.Vinson Lee1-0/+1
2010-07-29mesa: Add missing headers to debug.h.Vinson Lee1-0/+3
2010-07-29intel: Add missing header.Vinson Lee1-0/+1
2010-07-29dri: Add missing header to dri_metaops.c.Vinson Lee1-0/+1
2010-07-29mesa: Reduce clear.h header file inclusion.Vinson Lee1-1/+1
2010-07-29mesa: Reduce bufferobj.h header file inclusion.Vinson Lee1-1/+1
2010-07-29mesa: Remove unnecessary headers.Vinson Lee2-2/+0
2010-07-29llvmpipe: fix on-debug build breakageBrian Paul1-1/+1
2010-07-29llvmpipe: added some jit debug codeBrian Paul2-0/+40
2010-07-29draw: do bounds checking of array elements (debug only)Brian Paul1-9/+26
2010-07-29draw: assorted clean-ups in clipper codeBrian Paul1-20/+20
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul16-27/+117
2010-07-29draw: add vertex buffer offset in draw_print_arrays()Brian Paul1-0/+1
2010-07-29llvmpipe: silence warnings in lp_test_sincos.cBrian Paul1-2/+3
2010-07-29r600g: mipmap early support + EX2/ABS instruction + cullingJerome Glisse6-34/+108
2010-07-29glx: Fix copy/paste bug in glXWaitX and glXWaitGLKristian Høgsberg1-2/+2
2010-07-29glx: Compare old ctx against dummyCtx, not NULLKristian Høgsberg3-2/+4
2010-07-29glx: Fix linked list deletion in __glXCloseDisplay()Kristian Høgsberg1-1/+1
2010-07-29intel: Declare the various tracked state variables using "extern"Kristian Høgsberg1-62/+62
2010-07-29intel: Don't depend on context config values when picking texture formatsKristian Høgsberg1-24/+12
2010-07-29egl_dri2: Set API version for DRM displayKristian Høgsberg1-0/+4
2010-07-29r300g/swtcl: fix crash in ETQW and minor fixupsMarek Olšák3-26/+14
2010-07-29r300g/swtcl: fix crash after the draw_vbo mergeMarek Olšák1-1/+1
2010-07-29llvmpipe: also test the new lp_build_assert() functionBrian Paul1-0/+4
2010-07-29llvmpipe: don't call LLVMCreateJITCompiler() twiceBrian Paul5-45/+14
2010-07-29gallivm: added lp_build_assert() function to make assertions in LLVM codeBrian Paul4-0/+144
2010-07-29Revert "gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture"José Fonseca1-3/+0
2010-07-29gallivm: fix lp_build_sample_offset() crash when indexing a 1-D textureBrian Paul1-0/+3
2010-07-29util: add uint version of pack_z_stencilKeith Whitwell1-0/+47
2010-07-29scons: Use the current python executable for code generation.José Fonseca2-3/+4
2010-07-29draw: Also emit EMMS on generated LLVM IR.José Fonseca1-0/+11
2010-07-29llvmpipe: Avoid corrupting the FPU stack with MMX instructions on 32bit OSes.José Fonseca2-0/+29
2010-07-29util: Don't include xmmintrin.h.José Fonseca1-1/+0
2010-07-29mesa: implement RCC opcodeBrian Paul1-0/+54
2010-07-29mesa: update table of opcodes used by GLSLBrian Paul1-8/+8
2010-07-29r600: since 8744c36e added asserts - use another random register for shader w...Andre Maasikas1-1/+1
2010-07-29st/python: Adapt to interface change.Chia-I Wu1-21/+18
2010-07-29graw/tests: Use pipe_context::draw_vbo.Chia-I Wu7-17/+28
2010-07-29gallium: Avoid void pointer arithmetic.Chia-I Wu4-7/+7
2010-07-28mesa: Reduce arrayobj.h header file inclusion.Vinson Lee1-1/+1
2010-07-28mesa: Remove unnecessary header.Vinson Lee1-1/+0
2010-07-29gallium/docs: Document draw_vbo and set_index_buffer.Chia-I Wu2-58/+27
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu25-1188/+6
2010-07-29gallium: Use unified pipe_context::draw_vbo.Chia-I Wu3-103/+71