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-07-07
ir_to_mesa: Fix the assertion on LHS array derefs to DWIM.
Eric Anholt
2010-07-07
ir_to_mesa: Add support for constant matrices (untested).
Eric Anholt
2010-07-07
ir_to_mesa: Add support for adding/subtracting matrices.
Eric Anholt
2010-07-07
ir_to_mesa: Don't assert that we can't assign matrices. It should work now.
Eric Anholt
2010-07-07
ir_to_mesa: Only allocate a vector per column of a matrix.
Eric Anholt
2010-07-07
ir_to_mesa: Add support for assignment of aggregates.
Eric Anholt
2010-07-07
ir_to_mesa: Add support for matrix * matrix.
Eric Anholt
2010-07-07
st/mesa: fix sampler max_lod computation
Brian Paul
2010-07-07
ir_to_mesa: Add support for gl_TextureMatrix access.
Eric Anholt
2010-07-07
ir_to_mesa: Fill in some uninitialized fields that sometimes contained junk.
Eric Anholt
2010-07-07
r600: workaround 3 comp GL_SHORT vertex attribute format on r700
Andre Maasikas
2010-07-07
glsl2: Add a pass to simplify if statements returning from both sides.
Eric Anholt
2010-07-07
glsl: use Elements() in arrays instead of sentinal values
Brian Paul
2010-07-06
glsl2: Add pass for supporting variable vector indexing in rvalues.
Eric Anholt
2010-07-06
ir_to_mesa: Add support for conditional moves.
Eric Anholt
2010-07-06
Add hash table helper functions for using pointers as hash keys
Ian Romanick
2010-07-06
Make hashtable.h be C++ friendly
Ian Romanick
2010-07-06
ir_to_mesa: Use the compiler-assigned locations for builtin attrs/varyings.
Eric Anholt
2010-07-06
r300/compiler: Implement KILP opcode.
Tom Stellard
2010-07-06
mesa: Always initialize transform feedback state.
Chia-I Wu
2010-07-05
mesa: initial support for unnormalized integer texture formats
Brian Paul
2010-07-03
mesa: Fix OpenGL ES-only builds.
Chia-I Wu
2010-07-03
r300/compiler: Fix loop unrolling
Tom Stellard
2010-07-03
r300/compiler: Use hardware flow control instructions for loops on r500.
Tom Stellard
2010-07-03
r300/compiler: Don't continue copy propagation inside loops.
Tom Stellard
2010-07-03
r300/compiler: Print debug info for flow control instructions.
Tom Stellard
2010-07-03
r300/compiler: Enable hardware IF statements for r500 cards.
Tom Stellard
2010-07-03
r300/compiler: In the peephole optimizer, ELSE should mark the end of a
Tom Stellard
2010-07-03
r300/compiler: Correctly calculate the max number of iterations for loops.
Tom Stellard
2010-07-03
r300/compiler: Handle loops in deadcode analysis.
Tom Stellard
2010-07-02
ir_to_mesa: Fix uninitalized value.
Kenneth Graunke
2010-07-02
osmesa: remove old renderbuffer before adding new
Brian Paul
2010-07-02
mesa: updated instruction comments
Brian Paul
2010-07-02
ir_to_mesa: Fix up implementation of ir_unop_exp.
Eric Anholt
2010-07-02
i965: Add support for the DP2 opcode, which we use for dot(vec2, vec2).
Eric Anholt
2010-07-02
ir_to_mesa: Add support for scalar * mat, vec * mat.
Eric Anholt
2010-07-02
ir_to_mesa: Add support for shadow comparison to texture instructions.
Eric Anholt
2010-07-02
ir_to_mesa: Move projection handling out of ir_tex so txb and txl get it.
Eric Anholt
2010-07-02
ir_to_mesa: Add support for projected non-shadow/bias/lod texturing.
Eric Anholt
2010-07-02
mesa: add geometry shader fields to gl_shader_program
Brian Paul
2010-07-02
ir_to_mesa: Fix sparse swizzling of src regs when a writemask is present.
Eric Anholt
2010-07-02
ir_to_mesa: Don't forget to run the Mesa IR optimization passes.
Eric Anholt
2010-07-02
glsl2: Add a pass to break ir_binop_div to _mul and _rcp.
Eric Anholt
2010-07-02
mesa: fix texenv generation when num color bufs == 0
Brian Paul
2010-07-02
mesa: add missing error checks in _mesa_program_parameteri()
Brian Paul
2010-07-02
main: change some GS field types, added comments
Brian Paul
2010-07-02
mesa: make the number of draw buffers part of the texenv program key state
Brian Paul
2010-07-02
mesa: Silence warning.
José Fonseca
2010-07-01
glsl2: Conditionally allow optional extensions to be enabled
Ian Romanick
2010-07-01
glsl2: Conditionally define preprocessor tokens for optional extensions
Ian Romanick
[prev]
[next]