summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-07-30mesa: Include missing headers in nvprogram.h.Vinson Lee1-0/+2
2010-07-30r600g: add KIL opcode supportJerome Glisse1-1/+25
2010-07-30st/dri: move backend hooks to appropriate objectGeorge Sapountzis7-29/+78
2010-07-30st/dri: drop dri1_helperGeorge Sapountzis13-229/+23
2010-07-30st/dri: mv driDriverAPI to backendsGeorge Sapountzis6-130/+49
2010-07-30st/mesa: better handling of indirect addressing of temp/const register filesBrian Paul1-4/+24
2010-07-30mesa: added gl_program::IndirectRegisterFiles fieldBrian Paul8-210/+234
2010-07-30llvmpipe: Silence unused value warning.Vinson Lee1-0/+1
2010-07-30mesa: Add missing header to multisample.h.Vinson Lee1-0/+1
2010-07-30draw: actually a noop, rather than not implementedZack Rusin1-1/+4
2010-07-30mesa: Remove unnecessary header from colormac.h.Vinson Lee1-1/+1
2010-07-30tgsi: remove incorrect assertionBrian Paul1-1/+0
2010-07-30mesa: Remove unnecessary headers.Vinson Lee6-6/+0
2010-07-30llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee2-0/+2
2010-07-30util: Fix the range of util_draw_elements_instanced.Chia-I Wu1-2/+0
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-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