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
2009-05-05
gallium/draw: cope with unused vertex_elements
Keith Whitwell
2009-05-01
draw: added some inf/nan debug code (disabled)
Brian Paul
2009-04-28
gallium/draw: add ability to print out active pipeline stages
Keith Whitwell
2009-04-10
draw: Silence pointer-to-integer cast warning.
Michal Krol
2009-04-10
draw: Fix vertex_header initialisation.
Michal Krol
2009-04-09
draw: Fix LIT instruction.
Michal Krol
2009-03-31
draw: added Nan/Inf assertion in debug code
Brian Paul
2009-03-25
draw: Use size_t (for x86_64).
José Fonseca
2009-03-23
draw: update aa points shader comment
Keith Whitwell
2009-03-18
draw: use AOS_ERROR rather than clash-prone ERROR() macro
Keith Whitwell
2009-03-13
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-03-04
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-20
gallium: Improve makefiles for libraries
Jakob Bornecrantz
2009-02-14
draw: Fix segfault if rast is null
Jakob Bornecrantz
2009-02-18
Merge branch 'gallium-texture-transfer'
Michel Dänzer
2009-02-18
Merge commit 'origin/gallium-0.1'
Keith Whitwell
2009-02-17
draw: Reuse xmm registers.
Keith Whitwell
2009-02-16
Merge branch 'master' into gallium-texture-transfer
Keith Whitwell
2009-02-18
Merge commit 'origin/draw-vbuf-interface'
Keith Whitwell
2009-02-18
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
draw: Reuse xmm registers.
Keith Whitwell
2009-02-16
gallium: fix glean's vertProg1
Alan Hourihane
2009-02-17
draw: second argument to unmap is max, not count
Keith Whitwell
2009-02-17
draw: add map/unmap directives for swtnl driver interface
Keith Whitwell
2009-02-11
draw: Cap max vertices instead of failing assert.
José Fonseca
2009-02-10
draw: Fix build -- rename Size to NrTokens.
Michal Krol
2009-02-05
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-01-27
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2009-01-27
draw: silence some warnings
Keith Whitwell
2009-01-27
draw: queiten compiler warnings
Keith Whitwell
2009-01-10
gallium: code to dump/debug PPC code (disabled)
Brian Paul
2009-01-09
draw: Add missing include.
José Fonseca
2009-01-08
draw: Predeclare struct.
José Fonseca
2009-01-08
Merge commit 'origin/gallium-0.1' into gallium-0.2
José Fonseca
2008-12-31
draw: Avoid integer overflow converting pointers on 64bit archs.
José Fonseca
2008-12-30
draw: Do not specify types in bitfields.
José Fonseca
2008-12-23
draw: allow driver-override of draw_need_pipeline()
Keith Whitwell
2008-12-16
gallium: fix some asserts
Alan Hourihane
2008-12-15
Merge commit 'origin/gallium-0.1' into gallium-0.2
Alan Hourihane
2008-12-11
gallium: catch vertex overflow higher up
Alan Hourihane
2008-12-11
draw: Silencium compiler warnings on Windows.
Michal Krol
2008-12-10
gallium: added missing brace to fix broken build
Brian Paul
2008-12-10
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-12-10
gallium: added draw_set_mrd() function to fix polygon offset
Brian Paul
2008-12-10
gallium: change 65535 to UNDEFINED_VERTEX_ID
Alan Hourihane
2008-12-10
draw: add const qualifiers
Keith Whitwell
2008-12-10
gallium: more vertex count checks
Alan Hourihane
2008-12-10
gallium: temporary check for > 65535 vertices
Alan Hourihane
2008-12-04
gallium: added draw_texture_samplers() to support texture fetches from vertex...
Brian
[next]