index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nv04
/
nv04_surface_2d.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40
Luca Barbieri
2009-12-30
1
-5
/
+4
*
nouveau: Fix swizzling for copies to rectangular textures
Luca Barbieri
2009-12-28
1
-3
/
+12
*
nouveau: Fix nv20-40 swizzled miptree RTs
Luca Barbieri
2009-12-28
1
-0
/
+46
*
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-6
/
+7
*
nouveau: avoid running out of relocs
Maarten Maathuis
2009-12-14
1
-3
/
+6
*
gallium: adapt nv drivers to interface cleanups
Roland Scheidegger
2009-12-02
1
-6
/
+6
*
nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.
Younes Manton
2009-10-31
1
-0
/
+1
*
Add support for more 8 and 16 bits formats
Patrice Mandin
2009-10-12
1
-1
/
+10
*
nv04-nv40: Fix swizzle transfers for NPOT sizes.
Younes Manton
2009-10-06
1
-113
/
+34
*
nv04: Handle more Z formats.
Younes Manton
2009-08-26
1
-0
/
+4
*
nouveau: swizzle a single row or column, doing it one pixel at a time
Patrice Mandin
2009-07-27
1
-28
/
+80
*
nouveau: only swizzle square textures for copy
Patrice Mandin
2009-07-26
1
-4
/
+11
*
nouveau: Take into account destination position for copy_swizzle, need to spl...
Patrice Mandin
2009-07-26
1
-2
/
+12
*
nouveau: Recursively swizzle an NPOT sized copy
Patrice Mandin
2009-07-26
1
-5
/
+21
*
nouveau: use nv04_surface_copy_swizzle only for POT sizes
Patrice Mandin
2009-07-24
1
-1
/
+4
*
nouveau: Take into account sx,sy parameters to read from source surface
Patrice Mandin
2009-07-22
1
-2
/
+2
*
nouveau: Turn off debug cannon.
Younes Manton
2009-06-29
1
-2
/
+1
*
nouveau: move channel creation into pipe drivers
Ben Skeggs
2009-06-05
1
-7
/
+6
*
nouveau: call notifier/grobj etc funcs directly
Ben Skeggs
2009-06-05
1
-0
/
+1
*
nv04: remove u_simple_screen usage
Ben Skeggs
2009-06-05
1
-7
/
+7
*
nouveau: oops, forgot to keep the NV10_SIFM object
Patrice Mandin
2009-03-04
1
-0
/
+4
*
nouveau: Use proper SIFM object on NV30
Patrice Mandin
2009-03-04
1
-6
/
+10
*
nouveau: nv04-nv40 texture transfer.
Younes Manton
2009-02-25
1
-16
/
+27
*
nouveau: nv40 swizzled mipmap fixes.
Younes Manton
2009-02-10
1
-2
/
+2
*
nouveau: revert all my changes here, not the right way
Patrice Mandin
2009-02-10
1
-22
/
+9
*
nouveau: stop with 0 dimension
Patrice Mandin
2009-02-10
1
-1
/
+1
*
nouveau: we already have the right src offset
Patrice Mandin
2009-02-10
1
-3
/
+2
*
nouveau: do not forget to half dimension.
Patrice Mandin
2009-02-10
1
-3
/
+7
*
nouveau: revert most parts of recent mipmap+swizzle stuff. We only need to fi...
Patrice Mandin
2009-02-10
1
-50
/
+43
*
nouveau: dst offset is correct
Patrice Mandin
2009-02-10
1
-4
/
+2
*
nouveau: recalc sub width and height for each mipmap level
Patrice Mandin
2009-02-10
1
-16
/
+23
*
nouveau: include and calc offset before changing dimensions for next level
Patrice Mandin
2009-02-08
1
-2
/
+3
*
nouveau: upload and swizzle each mipmap level in turn
Patrice Mandin
2009-02-08
1
-28
/
+38
*
nouveau: Pass proper format to NV04_GDI_RECTANGLE_TEXT.
Younes Manton
2009-02-06
1
-1
/
+1
*
nv04: fix pasto in nv04_surface_2d_init()
Pekka Paalanen
2009-02-05
1
-1
/
+1
*
nv04-nv40: move 2d blit/fill code into pipe driver
Ben Skeggs
2009-02-05
1
-0
/
+449