Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-18 | mesa: Free linked shaders when deleting the shader program. | Eric Anholt | |
2010-08-16 | Merge branch 'glsl2' | Ian Romanick | |
Conflicts: src/mesa/program/prog_optimize.c | |||
2010-08-15 | mesa: Check that _XOPEN_SOURCE is defined before using it. | Vinson Lee | |
2010-08-14 | mesa: Recent versions of MSVC define the single precision functions already. | José Fonseca | |
2010-08-14 | mesa: atan2f and powf need two args. | José Fonseca | |
2010-08-13 | Merge branch 'master' into glsl2 | Ian Romanick | |
2010-08-13 | mesa: Work-arounds for platforms that lack C99 math functions | Ian Romanick | |
2010-08-13 | glsl2: Move ir_to_mesa handling to driver CompileShader and LinkShader hooks. | Eric Anholt | |
This lets drivers override ir_to_mesa with their own codegen, or at least have a native alternative. | |||
2010-08-12 | mesa: fpclassify is available with MinGW. | Vinson Lee | |
This patch fixes the MinGW build. | |||
2010-08-12 | mesa: Fix FreeBSD build with llvm enabled. | Vinson Lee | |
On FreeBSD LC_CTYPE_MASK is not available but 'llvm-config --cppflags' adds the compiler flag -D_GNU_SOURCE to the build. | |||
2010-08-11 | glsl2: remove stray semicolon | Brian Paul | |
2010-08-10 | mesa: use switch stmt in init_program_limits() | Brian Paul | |
2010-08-10 | mesa: remove obsolete comments | Brian Paul | |
2010-08-10 | mesa: fix comment typo | Brian Paul | |
2010-08-03 | mesa: Reduce header file inclusion in texgen.h. | Vinson Lee | |
texgen.h doesn't use any symbols additionally added by mtypes.h. | |||
2010-08-03 | mesa: Reduce header file inclusion in texcompress_fxt1.h. | Vinson Lee | |
texcompress_fxt1.h doesn't use any additional symbols added by mtypes.h. | |||
2010-08-02 | mesa: Reduce header file inclusion in syncobj.h. | Vinson Lee | |
syncobj.h doesn't use any additional symbols that is added by context.h. | |||
2010-07-31 | mesa: Remove inclusion of compiler.h from mtypes.h. | Vinson Lee | |
mtypes.h does not use any symbols from compiler.h. Also add the required headers for files that depended on symbols from compiler.h but were indirectly including compiler.h through mtypes.h. | |||
2010-07-31 | mesa: Remove unnecessary header from mm.h. | Vinson Lee | |
2010-07-31 | mesa: Add headers containing sybmols used by mm.c. | Vinson Lee | |
2010-07-31 | mesa: Reduce header file inclusion in get.h. | Vinson Lee | |
get.h only needs the GL headers. | |||
2010-07-31 | mesa: Include missing headers in vtxfmt.h. | Vinson Lee | |
Include compiler.h for INLINE symbol. Include mtypes.h for GLcontext symbol. | |||
2010-07-31 | mesa: Include missing header in shared.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. | |||
2010-07-31 | mesa: Include missing header in restart.h. | Vinson Lee | |
2010-07-31 | mesa: Include missing headers in renderbuffer.h. | Vinson Lee | |
2010-07-31 | mesa: Include missing header in remap.h. | Vinson Lee | |
Include compiler.h for INLINE symbol. | |||
2010-07-31 | mesa: Remove unnecessary headers. | Vinson Lee | |
2010-07-30 | mesa: Include missing header in pixelstore.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. | |||
2010-07-30 | mesa: Include missing headers in nvprogram.h. | Vinson Lee | |
2010-07-30 | mesa: added gl_program::IndirectRegisterFiles field | Brian Paul | |
Now drivers, etc. can know which register files are accessed with indirect addressing. Before we just checked gl_program::NumAddressRegs but didn't know if that was the constant buffer, temp regs, or what. The only user of this new field so far will be the gallium state tracker. | |||
2010-07-30 | mesa: Add missing header to multisample.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. | |||
2010-07-30 | mesa: Remove unnecessary header from colormac.h. | Vinson Lee | |
2010-07-30 | mesa: Remove unnecessary headers. | Vinson Lee | |
2010-07-30 | mesa: Include macros.h in files that use symbols from macros.h. | Vinson Lee | |
Don't rely on inclusion of other files that already include macros.h. | |||
2010-07-30 | mesa: Include macros.h in attrib.c for COPY_4FV symbol. | Vinson Lee | |
2010-07-30 | mesa: Reduce clip.h header file inclusion. | Vinson Lee | |
2010-07-29 | mesa: Add missing header to framebuffer.h. | Vinson Lee | |
Include mtypes.h for GLvisual and GLcontext symbols. | |||
2010-07-29 | mesa: Add missing header to fboject.h. | Vinson Lee | |
Add mtypes.h for GLcontext symbol. | |||
2010-07-29 | mesa: Add missing header to texgetimage.h. | Vinson Lee | |
2010-07-29 | mesa: Add missing header to texrender.h. | Vinson Lee | |
Add mtypes.h for GLcontext symbol. | |||
2010-07-29 | mesa: Add missing header and forward declarations to uniforms.h. | Vinson Lee | |
2010-07-29 | mesa: Add missing headers to viewport.h. | Vinson Lee | |
2010-07-29 | mesa: Add missing header to depthstencil.h. | Vinson Lee | |
Add mtypes.h for GLcontext symbol. | |||
2010-07-29 | mesa: Add missing headers to debug.h. | Vinson Lee | |
2010-07-29 | mesa: Reduce clear.h header file inclusion. | Vinson Lee | |
2010-07-29 | mesa: Reduce bufferobj.h header file inclusion. | Vinson Lee | |
Directly include mtypes.h instead of including context.h to include mtypes.h. | |||
2010-07-29 | mesa: Remove unnecessary headers. | Vinson Lee | |
2010-07-28 | mesa: Reduce arrayobj.h header file inclusion. | Vinson Lee | |
Directly include mtypes.h instead of including context.h to include mtypes.h. | |||
2010-07-28 | mesa: Remove unnecessary header. | Vinson Lee | |
2010-07-28 | mesa: Remove unnecessary header. | Vinson Lee | |