summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-30mesa: Include missing headers in nvprogram.h.Vinson Lee
2010-07-30r600g: add KIL opcode supportJerome Glisse
2010-07-30st/dri: move backend hooks to appropriate objectGeorge Sapountzis
2010-07-30st/dri: drop dri1_helperGeorge Sapountzis
2010-07-30st/dri: mv driDriverAPI to backendsGeorge Sapountzis
2010-07-30st/mesa: better handling of indirect addressing of temp/const register filesBrian Paul
2010-07-30mesa: added gl_program::IndirectRegisterFiles fieldBrian Paul
2010-07-30llvmpipe: Silence unused value warning.Vinson Lee
2010-07-30mesa: Add missing header to multisample.h.Vinson Lee
2010-07-30draw: actually a noop, rather than not implementedZack Rusin
2010-07-30mesa: Remove unnecessary header from colormac.h.Vinson Lee
2010-07-30tgsi: remove incorrect assertionBrian Paul
2010-07-30mesa: Remove unnecessary headers.Vinson Lee
2010-07-30llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee
2010-07-30util: Fix the range of util_draw_elements_instanced.Chia-I Wu
2010-07-30llvmpipe: delete function bodies after generating machine codeZack Rusin
2010-07-30r600g: fix typo in tex instruction + shader semantic id fixJerome Glisse
2010-07-30util: more helpers for old draw codeKeith Whitwell
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee
2010-07-30mesa: Include macros.h in attrib.c for COPY_4FV symbol.Vinson Lee
2010-07-30intel: Add missing header to intel_context.c.Vinson Lee
2010-07-30mesa: Reduce clip.h header file inclusion.Vinson Lee
2010-07-29mesa: Add missing header to framebuffer.h.Vinson Lee
2010-07-29mesa: Add missing header to fboject.h.Vinson Lee
2010-07-29mesa: Add missing header to texgetimage.h.Vinson Lee
2010-07-29mesa: Add missing header to texrender.h.Vinson Lee
2010-07-29mesa: Add missing header and forward declarations to uniforms.h.Vinson Lee
2010-07-29mesa: Add missing headers to viewport.h.Vinson Lee
2010-07-29mesa: Add missing header to depthstencil.h.Vinson Lee
2010-07-29mesa: Add missing headers to debug.h.Vinson Lee
2010-07-29intel: Add missing header.Vinson Lee
2010-07-29dri: Add missing header to dri_metaops.c.Vinson Lee
2010-07-29mesa: Reduce clear.h header file inclusion.Vinson Lee
2010-07-29mesa: Reduce bufferobj.h header file inclusion.Vinson Lee
2010-07-29mesa: Remove unnecessary headers.Vinson Lee
2010-07-29llvmpipe: fix on-debug build breakageBrian Paul
2010-07-29llvmpipe: added some jit debug codeBrian Paul
2010-07-29draw: do bounds checking of array elements (debug only)Brian Paul
2010-07-29draw: assorted clean-ups in clipper codeBrian Paul
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul
2010-07-29draw: add vertex buffer offset in draw_print_arrays()Brian Paul
2010-07-29llvmpipe: silence warnings in lp_test_sincos.cBrian Paul
2010-07-29r600g: mipmap early support + EX2/ABS instruction + cullingJerome Glisse
2010-07-29glx: Fix copy/paste bug in glXWaitX and glXWaitGLKristian Høgsberg
2010-07-29glx: Compare old ctx against dummyCtx, not NULLKristian Høgsberg
2010-07-29glx: Fix linked list deletion in __glXCloseDisplay()Kristian Høgsberg
2010-07-29intel: Declare the various tracked state variables using "extern"Kristian Høgsberg
2010-07-29intel: Don't depend on context config values when picking texture formatsKristian Høgsberg
2010-07-29egl_dri2: Set API version for DRM displayKristian Høgsberg
2010-07-29r300g/swtcl: fix crash in ETQW and minor fixupsMarek Olšák