index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
Age
Commit message (
Expand
)
Author
2010-08-16
ir_to_mesa: Silence unused variable warnings
Ian Romanick
2010-08-16
ir_to_mesa: Clean up assertions in ir_to_mesa_visitor::visit(ir_texture *)
Ian Romanick
2010-08-16
ir_to_mesa: Support texture rectangle targets
Ian Romanick
2010-08-16
st/mesa: remove output register reads inside shaders
Marek Olšák
2010-08-15
mesa: Check that _XOPEN_SOURCE is defined before using it.
Vinson Lee
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
[next]