summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote branch 'origin/master' into glsl2Eric Anholt2010-07-2659-5647/+13081
| |\ \
| * | | linker: Link built-in functions instead of including them in every shaderIan Romanick2010-07-211-0/+4
| * | | linker: Track and validate GLSL versions used in shadersIan Romanick2010-07-191-0/+4
| * | | i915: Ask the compiler to flatten out all the if statements that it can.Eric Anholt2010-07-191-0/+5
| * | | linker: Don't dynamically allocate slots for linked shadersIan Romanick2010-06-301-1/+6
| * | | glsl2: Use Mesa's gl_shader_program instead of our own struct glsl_program.Eric Anholt2010-06-301-0/+3
| * | | glsl2: Move our data from a glsl_shader* on the side to the main gl_shader *.Eric Anholt2010-06-301-0/+3
* | | | mesa: fpclassify is available with MinGW.Vinson Lee2010-08-121-3/+3
* | | | mesa: Fix FreeBSD build with llvm enabled.Vinson Lee2010-08-121-1/+1
* | | | mesa: use switch stmt in init_program_limits()Brian Paul2010-08-101-5/+10
* | | | mesa: remove obsolete commentsBrian Paul2010-08-101-9/+9
* | | | mesa: fix comment typoBrian Paul2010-08-101-1/+1
| |_|/ |/| |
* | | mesa: Reduce header file inclusion in texgen.h.Vinson Lee2010-08-031-1/+4
* | | mesa: Reduce header file inclusion in texcompress_fxt1.h.Vinson Lee2010-08-031-1/+3
* | | mesa: Reduce header file inclusion in syncobj.h.Vinson Lee2010-08-021-1/+4
* | | mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee2010-07-312-1/+1
* | | mesa: Remove unnecessary header from mm.h.Vinson Lee2010-07-311-3/+0
* | | mesa: Add headers containing sybmols used by mm.c.Vinson Lee2010-07-311-0/+5
* | | mesa: Reduce header file inclusion in get.h.Vinson Lee2010-07-311-1/+1
* | | mesa: Include missing headers in vtxfmt.h.Vinson Lee2010-07-311-0/+3
* | | mesa: Include missing header in shared.h.Vinson Lee2010-07-311-0/+1
* | | mesa: Include missing header in restart.h.Vinson Lee2010-07-311-0/+1
* | | mesa: Include missing headers in renderbuffer.h.Vinson Lee2010-07-311-0/+5
* | | mesa: Include missing header in remap.h.Vinson Lee2010-07-311-0/+1
* | | mesa: Remove unnecessary headers.Vinson Lee2010-07-315-5/+0
* | | mesa: Include missing header in pixelstore.h.Vinson Lee2010-07-301-0/+1
* | | mesa: Include missing headers in nvprogram.h.Vinson Lee2010-07-301-0/+2
* | | mesa: added gl_program::IndirectRegisterFiles fieldBrian Paul2010-07-301-0/+5
* | | mesa: Add missing header to multisample.h.Vinson Lee2010-07-301-0/+1
* | | mesa: Remove unnecessary header from colormac.h.Vinson Lee2010-07-301-1/+1
* | | mesa: Remove unnecessary headers.Vinson Lee2010-07-301-1/+0
* | | mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee2010-07-308-0/+8
* | | mesa: Include macros.h in attrib.c for COPY_4FV symbol.Vinson Lee2010-07-301-0/+1
* | | mesa: Reduce clip.h header file inclusion.Vinson Lee2010-07-301-1/+1
* | | mesa: Add missing header to framebuffer.h.Vinson Lee2010-07-291-0/+1
* | | mesa: Add missing header to fboject.h.Vinson Lee2010-07-291-0/+1
* | | mesa: Add missing header to texgetimage.h.Vinson Lee2010-07-291-0/+1
* | | mesa: Add missing header to texrender.h.Vinson Lee2010-07-291-0/+1
* | | mesa: Add missing header and forward declarations to uniforms.h.Vinson Lee2010-07-291-0/+4
* | | mesa: Add missing headers to viewport.h.Vinson Lee2010-07-291-0/+2
* | | mesa: Add missing header to depthstencil.h.Vinson Lee2010-07-291-0/+1
* | | mesa: Add missing headers to debug.h.Vinson Lee2010-07-291-0/+3
* | | mesa: Reduce clear.h header file inclusion.Vinson Lee2010-07-291-1/+1
* | | mesa: Reduce bufferobj.h header file inclusion.Vinson Lee2010-07-291-1/+1
* | | mesa: Remove unnecessary headers.Vinson Lee2010-07-292-2/+0
* | | mesa: Reduce arrayobj.h header file inclusion.Vinson Lee2010-07-281-1/+1
* | | mesa: Remove unnecessary header.Vinson Lee2010-07-281-1/+0
* | | mesa: Remove unnecessary header.Vinson Lee2010-07-281-1/+1
* | | intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg2010-07-283-1/+8
| |/ |/|
* | mesa: Fix Cygwin build with llvm enabled.Vinson Lee2010-07-231-1/+1