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-03-26
Replace remaining use of is_error_type with glsl_type::is_error
Ian Romanick
2010-03-26
Replace remaining uses of is_numeric_base_type with glsl_type::is_numeric
Ian Romanick
2010-03-26
Replace is_integer_base_type macro with glsl_type::is_integer method
Ian Romanick
2010-03-26
Make glsl_*_type glsl_type class static data
Ian Romanick
2010-03-26
Use glsl_type::is_error instead of comparison with glsl_error_type pointer
Ian Romanick
2010-03-26
Move swizzles out of ir_dereference and into their own class.
Kenneth Graunke
2010-03-26
Add new abstract ir_rvalue class; rework accordingly.
Kenneth Graunke
2010-03-26
Replace "mode" type tag with virtual as_foo() downcasting functions.
Kenneth Graunke
2010-03-26
Merge branch '7.8'
Michel Dänzer
2010-03-26
dri/swrast: Fix frontbuffer rendering.
Michel Dänzer
2010-03-26
dri/swrast: Fix missed conversion of one pixel pointer increment.
Michel Dänzer
2010-03-26
swrastg: allow for any of the software rasterizers.
George Sapountzis
2010-03-26
dri/common: add comment about DRISW wrt DRI1 / DRI2
George Sapountzis
2010-03-26
st/dri: add comment about the ifdef in dri_screen.c
George Sapountzis
2010-03-26
st/dri: factor out common init_screen code
George Sapountzis
2010-03-26
st/dri mv __driDriverExtensions to drisw.c and dri2.c
George Sapountzis
2010-03-26
st/dri: fold dri_extensions.c into dri_context.c
George Sapountzis
2010-03-26
mesa: only call _mesa_update_state() when necessary in glGet functions
Brian Paul
2010-03-26
swrastg: Use llvmpipe if built but only on scons
Jakob Bornecrantz
2010-03-26
swrastg: Build with scons
Jakob Bornecrantz
2010-03-26
gallium: Fix DRI driver build warnings under scons
Jakob Bornecrantz
2010-03-26
svga/drm: Fix build under scons
Jakob Bornecrantz
2010-03-26
svga: Fix typo in configure script
Xavier Chantry
2010-03-26
r300/compiler: Lower CMP for vertex programs.
Corbin Simpson
2010-03-26
Revert "r300g: add generating texture coordinates for point sprites (WIP)"
Corbin Simpson
2010-03-26
nv50: fix FACE semantic check in FP input slot assignments
Christoph Bumiller
2010-03-25
rtasm: Fix typos in comments.
Vinson Lee
2010-03-25
identity: Remove unnecessary header.
Vinson Lee
2010-03-25
Merge branch 'anholt'
Ian Romanick
2010-03-25
IR print visitor: Finish printing constants
Ian Romanick
2010-03-25
IR print visitor: Remove most of the newlines from the printed output
Ian Romanick
2010-03-25
IR print visitor: print expressions
Ian Romanick
2010-03-25
IR print visitor: print ir_dereference instructions
Ian Romanick
2010-03-25
IR print visitor: Less newlines when printing ir_variables
Ian Romanick
2010-03-26
progs/gallium: Add trivial gallium demos
Jakob Bornecrantz
2010-03-25
i965: Fix readpixels from ReadBuffer != DrawBuffer.
Eric Anholt
2010-03-25
i965: Fix inversion for glCopyPixels to/from FBOs.
Eric Anholt
2010-03-25
intel: Rely on allocated region pitch for the miptree pitch.
Eric Anholt
2010-03-25
intel: Remove extra tiling setting after allocating a tiled region.
Eric Anholt
2010-03-25
intel: Respect src pitch in _mesa_copy_rect().
Eric Anholt
2010-03-26
draw: Add EMIT_4UB_BGRA format
Jakob Bornecrantz
2010-03-26
draw: Use translate function instead of switch cases
Jakob Bornecrantz
2010-03-25
Fix assignment operators: *=, /=, +=, -=.
Eric Anholt
2010-03-25
Before generating HIR for user code, generate constructors for built-in types
Ian Romanick
2010-03-25
Add dereference constructor for array element dereferences
Ian Romanick
2010-03-25
Add functions to generate constructors for built-in types.
Ian Romanick
2010-03-25
Fix up the operator printing for the logic or and beyond, check array bounds.
Eric Anholt
2010-03-26
i915g: Rename winsys prefix to i915_ from intel_
Jakob Bornecrantz
2010-03-26
st/dri: Move common files to common directory
Jakob Bornecrantz
2010-03-26
st/dri: Reshuffle files and make it obvious which files are shared
Jakob Bornecrantz
[prev]
[next]