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
/
gallium
/
auxiliary
/
draw
Age
Commit message (
Expand
)
Author
2008-02-27
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-26
gallium: updated prototype (missed in prev commit)
Brian
2008-02-26
gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()
Brian
2008-02-26
gallium: disable debug code
Brian
2008-02-25
gallium: rewrite AA point fragment shader to use a CMP instruction instead of...
Brian
2008-02-25
gallium: fix bad ptr assignment
Brian
2008-02-25
gallium: modify draw_find_vs_output() to search vertex shader outputs
Brian
2008-02-24
Add new files.
José Fonseca
2008-02-24
gallium: Fix MSVC warnings.
José Fonseca
2008-02-24
gallium: MSVC fixes.
José Fonseca
2008-02-22
gallium: fix bug in which wide point stage overrode the aapoint stage
Brian
2008-02-21
gallium: new draw stage for polygon stipple.
Brian
2008-02-21
gallium: new AA point drawing stage
Brian
2008-02-21
draw: vertex cache rework
Keith Whitwell
2008-02-20
gallium: re-fix some msvc warnings
Brian
2008-02-19
Remove src/mesa and src/mesa/main from gallium source include paths.
José Fonseca
2008-02-19
Add run-time cpu capabilities detection stubs.
José Fonseca
2008-02-19
Simplify makefile boilerplate code.
José Fonseca
2008-02-19
Use gallium's rtasm module.
José Fonseca
2008-02-18
gallium: remove the prototype/unused wide_line_aa() function
Brian
2008-02-18
gallium: antialiased line drawing
Brian
2008-02-18
Update for llvm -> gallivm rename.
José Fonseca
2008-02-18
Update scons build for new code layout.
José Fonseca
2008-02-18
Code reorganization: split gallium and mesa makefiles.
José Fonseca
2008-02-15
Make this file build on non-SSE builds (e.g., Cell)
Ian Romanick
2008-02-15
draw: subclass vertex shaders according to execution method
Keith Whitwell
2008-02-15
Merge commit 'origin/gallium-0.1' into gallium-0.1
Keith Whitwell
2008-02-15
Code reorganization: s/aux/auxiliary/.
José Fonseca