Age | Commit message (Expand) | Author |
2010-08-14 | mesa: Silence gcc warning "control reaches end of non-void function". | José Fonseca |
2010-08-14 | mesa: Silence gcc warning "missing initializer for member". | José Fonseca |
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 | mesa: Avoid using c++ keyword in dri_util.h when compiled with c++. | Eric Anholt |
2010-08-13 | intel: Remove include of texmem.h, since we haven't used it in ages. | Eric Anholt |
2010-08-13 | glsl2: Move ir_to_mesa handling to driver CompileShader and LinkShader hooks. | Eric Anholt |
2010-08-13 | glsl2: Move the common optimization passes to a helper function. | Eric Anholt |
2010-08-13 | scons: Build the new glsl2 code. | José Fonseca |
2010-08-12 | glsl2: Use Elements from main/compiler.h instead of open-coding | Ian Romanick |
2010-08-12 | mesa: check for null shader->InfoLog before printing | Brian Paul |
2010-08-11 | osmesa: link with new libglsl.a lib | Brian Paul |
2010-08-11 | glsl2: remove stray semicolon | Brian Paul |
2010-08-11 | glsl2: remove stray semicolon | Brian Paul |
2010-08-09 | glsl2: Add a pass to transform ir_binop_sub to add(op0, neg(op1)) | Eric Anholt |
2010-08-09 | glsl2: Add constant propagation. | Eric Anholt |
2010-08-09 | i965: More s/stderr/stdout/ for program debug. | Eric Anholt |
2010-08-06 | glsl2: Move gl_program->InputsRead/OutputsWritten setting to an ir pass. | Eric Anholt |
2010-08-06 | swrast: Reduce header file inclusion in s_aatriangle.h. | Vinson Lee |
2010-08-06 | swrast: Reduce header file inclusion in s_aaline.h. | Vinson Lee |
2010-08-06 | ir_to_mesa: Add support for sampler arrays. | Eric Anholt |
2010-08-06 | glsl2: Don't assert in a couple of places when encountering sampler arrays. | Eric Anholt |
2010-08-06 | ir_to_mesa: Give the expected size for _mesa_add_attribute(). | Eric Anholt |
2010-08-05 | st/mesa: Clean up header file inclusion in st_program.h. | Vinson Lee |
2010-08-05 | ir_to_mesa: Handle texture-array samplers | Ian Romanick |
2010-08-05 | st/mesa: Only get debug option once | Jakob Bornecrantz |
2010-08-05 | st/mesa: Only get mesa mvp dp4 option once | Jakob Bornecrantz |
2010-08-05 | st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h. | Vinson Lee |
2010-08-05 | st/mesa: Clean up header file inclusion in st_manager.h. | Vinson Lee |
2010-08-05 | glsl: fix atan(0, -1) | Brian Paul |
2010-08-05 | glsl2: Add a pass to convert exp and log to exp2 and log2. | Eric Anholt |
2010-08-05 | r600c: tiling require drm 2.6.0, not 2.5.0 | Alex Deucher |
2010-08-05 | r600: add support for getting the tiling config via drm ioctl (v2) | Alex Deucher |
2010-08-05 | r600: add new relocs for tiling support | Alex Deucher |
2010-08-05 | r600: add span support for 2D tiling | Alex Deucher |
2010-08-05 | ir_to_mesa: Don't do function inlining until linking. | Eric Anholt |
2010-08-05 | glsl2: Don't try to dump GLSL IR for a shader that didn't compile. | Eric Anholt |
2010-08-05 | ir_to_mesa: Remove debug force-enablement of EmitNoIfs. | Eric Anholt |
2010-08-05 | st/mesa: Remove unnecessary header from st_gl_api.h. | Vinson Lee |
2010-08-05 | mesa: Include missing header in st_get_mipmap.h. | Vinson Lee |
2010-08-05 | st/mesa: Include missing headers in st_format.h. | Vinson Lee |
2010-08-05 | st/mesa: Add forward delcaration in st_extensions.h. | Vinson Lee |
2010-08-05 | st/mesa: Add missing headers to st_draw.h. | Vinson Lee |
2010-08-05 | intel: Check for a NULL src buffer prior to blt | Chris Wilson |
2010-08-05 | intel: Check for region allocation failure. | Chris Wilson |
2010-08-04 | st/mesa: Add missing header in st_context.c. | Vinson Lee |
2010-08-04 | st/mesa: Add missing header in st_atom_pixeltransfer.c. | Vinson Lee |
2010-08-04 | st/mesa: Clean up header file inclusion in st_context.h. | Vinson Lee |