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
Age
Commit message (
Expand
)
Author
2010-04-08
util: Reorder the code generated function so that they are grouped by format.
José Fonseca
2010-04-08
intel: Call intel_prepare_render() in intelClear()
Li Peng
2010-04-08
draw llvm: hook up the generated function into the draw elts path
Zack Rusin
2010-04-08
draw: Fix vertex buffer indexation.
José Fonseca
2010-04-08
util: Don't call util_dl_close(library) when util_format_s3tc_init is success...
José Fonseca
2010-04-08
util: util_dl_close(library) before exiting util_format_s3tc_init.
Vinson Lee
2010-04-08
draw llvm: Remove unnecessary header.
Vinson Lee
2010-04-08
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-04-08
Merge remote branch 'origin/7.8'
Dave Airlie
2010-04-08
st/dri: Fix setTexBuffer2 with __DRI_TEXTURE_FORMAT_RGB.
Chia-I Wu
2010-04-08
texenvprogram: fix for ARB_draw_buffers.
Dave Airlie
2010-04-07
Remove extraneous base-class constructor calls
Ian Romanick
2010-04-07
Make function bodies rely on the parameter variable declarations.
Eric Anholt
2010-04-07
Make dot() take the right number of args.
Eric Anholt
2010-04-07
Fix the returns of builtin functions to actually return.
Eric Anholt
2010-04-07
Put function bodies under function signatures, instead of flat in the parent.
Eric Anholt
2010-04-07
Clarify the types of various exec_list in ir.h
Eric Anholt
2010-04-07
Treat texture rectangles as an extension that is enabled be default
Ian Romanick
2010-04-07
Add support for GL_ARB_draw_buffers extension
Ian Romanick
2010-04-07
Clean up error reporting in _mesa_glsl_process_extension
Ian Romanick
2010-04-07
Add tracking for extension based warnings
Ian Romanick
2010-04-07
Emit a warning when an unknown extension is used with #extension
Ian Romanick
2010-04-07
Add _mesa_glsl_warning to emit warnings to the shader log
Ian Romanick
2010-04-07
Begin processing #extension directive
Ian Romanick
2010-04-07
Use _mesa_glsl_shader_target_name
Ian Romanick
2010-04-07
Add utility function to get the name of a shader target
Ian Romanick
2010-04-07
Call glsl_type::get_instance correctly: the number of rows must be at least 1
Ian Romanick
2010-04-07
Eat whitespace while in the PP state
Ian Romanick
2010-04-07
Partially fix comment handling in preprocessor directives.
Ian Romanick
2010-04-07
Add support for bool to ir_equal and ir_nequal constant handling
Ian Romanick
2010-04-07
Add gl_ClipDistance in fragment shader
Ian Romanick
2010-04-07
draw llvm: highly reduce the compilation times for draw llvm
Zack Rusin
2010-04-07
gallivm: Get the format translation logic write.
José Fonseca
2010-04-07
util: Support fixed formats conversion.
José Fonseca
2010-04-07
util: Add copyright header to u_half.h
José Fonseca
2010-04-07
util: Remove the half typedef from p_compiler.h.
José Fonseca
2010-04-07
llvmpipe: Add missing include.
José Fonseca
2010-04-07
util: Use stubs for the dynamically loaded S3TC functions.
José Fonseca
2010-04-07
draw: Fix MSVC build (snprintf->util_snprintf).
José Fonseca
2010-04-07
util: Remove u_tile.c YCbCr's.
José Fonseca
2010-04-07
util: Implement YUV and subsampled RGB format conversion.
José Fonseca
2010-04-07
Generate correct IR for do-while loops
Ian Romanick
2010-04-07
Process ast_jump_statement into ir_loop_jump
Ian Romanick
2010-04-07
Add dynamic cast for ir_loop
Ian Romanick
2010-04-07
Begin tracking the nesting of loops and switch-statements
Ian Romanick
2010-04-07
Use switch based on mode in ast_jump_statement::hir
Ian Romanick
2010-04-07
Add some newlines when printing ir_loop instructions
Ian Romanick
2010-04-07
Process ast_iteration_statement into ir_loop
Ian Romanick
2010-04-07
Add ir_loop_jump to represent 'break' and 'continue' in loops
Ian Romanick
2010-04-07
Add ir_loop to represent loops
Ian Romanick
[prev]
[next]