summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-30llvmpipe: delete function bodies after generating machine codeZack Rusin4-0/+13
2010-07-30r600g: fix typo in tex instruction + shader semantic id fixJerome Glisse1-8/+9
2010-07-30configure: fix wrong variable name GLESv1_LIB_DEPSLi Peng2-2/+2
2010-07-30util: more helpers for old draw codeKeith Whitwell2-25/+141
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee11-0/+11
2010-07-30mesa: Include macros.h in attrib.c for COPY_4FV symbol.Vinson Lee1-0/+1
2010-07-30intel: Add missing header to intel_context.c.Vinson Lee1-0/+1
2010-07-30mesa: Reduce clip.h header file inclusion.Vinson Lee1-1/+1
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