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
/
drivers
/
nv04
/
nv04_surface_2d.c
Age
Commit message (
Expand
)
Author
2009-10-12
Add support for more 8 and 16 bits formats
Patrice Mandin
2009-10-06
nv04-nv40: Fix swizzle transfers for NPOT sizes.
Younes Manton
2009-08-26
nv04: Handle more Z formats.
Younes Manton
2009-07-27
nouveau: swizzle a single row or column, doing it one pixel at a time
Patrice Mandin
2009-07-26
nouveau: only swizzle square textures for copy
Patrice Mandin
2009-07-26
nouveau: Take into account destination position for copy_swizzle, need to spl...
Patrice Mandin
2009-07-26
nouveau: Recursively swizzle an NPOT sized copy
Patrice Mandin
2009-07-24
nouveau: use nv04_surface_copy_swizzle only for POT sizes
Patrice Mandin
2009-07-22
nouveau: Take into account sx,sy parameters to read from source surface
Patrice Mandin
2009-06-29
nouveau: Turn off debug cannon.
Younes Manton
2009-06-05
nouveau: move channel creation into pipe drivers
Ben Skeggs
2009-06-05
nouveau: call notifier/grobj etc funcs directly
Ben Skeggs
2009-06-05
nv04: remove u_simple_screen usage
Ben Skeggs
2009-03-04
nouveau: oops, forgot to keep the NV10_SIFM object
Patrice Mandin
2009-03-04
nouveau: Use proper SIFM object on NV30
Patrice Mandin
2009-02-25
nouveau: nv04-nv40 texture transfer.
Younes Manton
2009-02-10
nouveau: nv40 swizzled mipmap fixes.
Younes Manton
2009-02-10
nouveau: revert all my changes here, not the right way
Patrice Mandin
2009-02-10
nouveau: stop with 0 dimension
Patrice Mandin
2009-02-10
nouveau: we already have the right src offset
Patrice Mandin
2009-02-10
nouveau: do not forget to half dimension.
Patrice Mandin
2009-02-10
nouveau: revert most parts of recent mipmap+swizzle stuff. We only need to fi...
Patrice Mandin
2009-02-10
nouveau: dst offset is correct
Patrice Mandin
2009-02-10
nouveau: recalc sub width and height for each mipmap level
Patrice Mandin
2009-02-08
nouveau: include and calc offset before changing dimensions for next level
Patrice Mandin
2009-02-08
nouveau: upload and swizzle each mipmap level in turn
Patrice Mandin
2009-02-06
nouveau: Pass proper format to NV04_GDI_RECTANGLE_TEXT.
Younes Manton
2009-02-05
nv04: fix pasto in nv04_surface_2d_init()
Pekka Paalanen
2009-02-05
nv04-nv40: move 2d blit/fill code into pipe driver
Ben Skeggs