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
2007-01-25
nouveau: unbreak NOUVEAU_RING_DEBUG
Ben Skeggs
2007-01-25
nouveau: add result scaling to shader backend, use it in RSQ emul for NV40.
Ben Skeggs
2007-01-25
nouveau: and here's the "oops, I suck" commit :)
Ben Skeggs
2007-01-25
nouveau: some extra debug output
Ben Skeggs
2007-01-24
remove some parenthesis
Brian
2007-01-24
use FRAG_BIT_TEX()
Brian
2007-01-24
fix varying interpolation
Brian
2007-01-24
only setup varying vars that will be used
Brian
2007-01-24
added FRAG_BIT_TEX() and FRAG_BIT_VAR() macros
Brian
2007-01-24
965 glxswapcontrol fix
Zou Nan hai
2007-01-24
965 ARB_Occlusion_query fix
Zou Nan hai
2007-01-23
updated comment
Brian
2007-01-23
indicate which opcodes are used by Mesa GLSL, updated comments
Brian
2007-01-23
fix g++ warnings/errors
Brian
2007-01-23
silence C++ warnings
Brian
2007-01-23
fixes for C++ warnings/errors
Brian
2007-01-23
i915tex: Relocation fixes:
Thomas Hellstrom
2007-01-23
i915tex: Fix randr resizing. Rotation still broken.
Thomas Hellstrom
2007-01-23
nouveau: DPH and CMP for NV40 which doesn't do it natively.
Ben Skeggs
2007-01-23
nouveau: allow for card-specific shader infos to be kept
Ben Skeggs
2007-01-23
nouveau: fill in condition info for instructions
Ben Skeggs
2007-01-23
nouveau: unbreak nv40
Ben Skeggs
2007-01-23
nouveau: reindent shader pass0/pass2
Ben Skeggs
2007-01-23
nouveau: start converting shaders into a tree format again..
Ben Skeggs
2007-01-21
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa
Jeremy Kolb
2007-01-21
nouveau: Fixes for nv30.
Jeremy Kolb
2007-01-22
nouveau: fix some bugs in the nv10 swtcl.
Stephane Marchesin
2007-01-21
added shading.html link
Brian
2007-01-21
nouveau: add nv04 state support, and small nv04 fixes.
Stephane Marchesin
2007-01-21
nouveau: rename pass0_arb to pass0.
Ben Skeggs
2007-01-21
nouveau: kill off shader pass1.
Ben Skeggs
2007-01-21
nouveau: shader backend branching support for all cards that support it.
Ben Skeggs
2007-01-20
Added a page with shading language status, tips, etc.
Brian
2007-01-20
Add a simple mechanism for annotating instructions for easier debugging.
Brian
2007-01-20
optimization: emit MAD instructions when possible
Brian
2007-01-20
remove unused swizzle parameter to -storage_to_src_reg()
Brian
2007-01-20
Initial implementation of OPCODE_IF/ELSE/ENDIF instructions.
Brian
2007-01-20
Reimplement && and || to do short-circuit evaluation.
Brian
2007-01-20
rewrite more __postIncr functions
Brian
2007-01-19
Implement do/while loops. Replace IR_CJUMP with IR_CJUMP0 and IR_CJUMP1 so
Brian
2007-01-19
Rewrite normalize(vec3/vec4) to use one less register.
Brian
2007-01-19
report error message when something fails
Brian
2007-01-19
print error msg when there's a problem
Brian
2007-01-19
remove stray tab
Brian
2007-01-19
Implement fragment discard/kill.
Brian
2007-01-19
change while-loop to create new scope for loop body, per spec
Brian
2007-01-19
nouveau: bump drm patchlevel
Ben Skeggs
2007-01-18
Implement constant sharing so that 4 float constants can share a single
Brian
2007-01-18
_mesa_add_unnamed_constant() now tries to re-use constants already in
Brian
2007-01-18
Reimplement code for swizzling so that expressions like (p+q).x for vectors p...
Brian
[prev]
[next]