index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nv40
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: remove redundant size from the constant buffer
Zack Rusin
2009-01-27
1
-1
/
+1
*
gallium: it's a reference value, not a reference number
Zack Rusin
2009-01-27
1
-1
/
+1
*
gallium: standardize api on the prefix "nr"
Zack Rusin
2009-01-27
2
-3
/
+3
*
gallium: standardize naming of masks
Zack Rusin
2009-01-27
1
-4
/
+4
*
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2009-01-27
1
-2
/
+2
*
nouveau: Map correct mip level when using the shadow (nv30, nv40).
Younes Manton
2009-01-21
1
-6
/
+7
*
gallium: Remove the standalone surfaces.
José Fonseca
2009-01-20
1
-1
/
+0
*
nouveau: Use PIPE_BUFFER_USAGE_CPU_* instead of custom.
Younes Manton
2009-01-10
1
-1
/
+1
*
nouveau: Put dynamic textures in GART for CPU access and don't swizzle.
Younes Manton
2009-01-10
2
-5
/
+11
*
nouveau: Swizzle textures larger than nv04 SIFM limit in parts.
Younes Manton
2009-01-10
1
-2
/
+1
*
gallium: Replace uint64 by standard uint64_t.
José Fonseca
2009-01-08
2
-3
/
+3
*
nv40: apply ABS modifier to RSQ source in vp
Ben Skeggs
2008-12-16
1
-1
/
+1
*
nouveau: return a value for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS
Ben Skeggs
2008-12-16
1
-0
/
+2
*
Nouveau: move the definition of log2i() to header
Pekka Paalanen
2008-12-13
1
-26
/
+1
*
nouveau: Calc pitch for swizzled textures appropriately.
Younes Manton
2008-12-02
1
-4
/
+3
*
nouveau: Use swizzled textures & render targets on nv40 when possible.
Younes Manton
2008-12-02
5
-10
/
+130
*
nv40: init pipe_surface correctly
Ben Skeggs
2008-11-10
1
-0
/
+2
*
nv40: rename some vars in texture layout code
Ben Skeggs
2008-10-29
1
-25
/
+27
*
nouveau: gallium directory structure changed again..
Ben Skeggs
2008-09-11
8
-14
/
+12
*
nv30/nv40: KIL/KILP swapped meanings
Ben Skeggs
2008-08-14
1
-2
/
+2
*
nouveau: pf_sprint_name -> pf_name
Ben Skeggs
2008-08-11
2
-9
/
+3
*
nv40/nv50: enable mirror wrap modes
Ben Skeggs
2008-08-07
1
-0
/
+3
*
nouveau: fix build
Ben Skeggs
2008-08-07
4
-6
/
+6
*
nv40: Support for PIPE_FORMAT_R16_SNORM.
Younes Manton
2008-08-03
2
-17
/
+22
*
nv all: Copy shader tokens on create, free on delete.
Younes Manton
2008-07-23
1
-2
/
+6
*
nouveau: is_format_supported() interface changes
Ben Skeggs
2008-07-23
1
-9
/
+6
*
nouveau: adapt to cpp->pf_block changes
Ben Skeggs
2008-06-29
3
-13
/
+28
*
nouveau: update for interface changes + hack around gallium x86_64 bustage
Ben Skeggs
2008-06-23
5
-12
/
+16
*
Update for extra vertex attributes
Patrice Mandin
2008-06-21
2
-3
/
+3
*
nv40: a couple of memory leaks
Ben Skeggs
2008-05-30
2
-1
/
+8
*
nouveau: very quick port to tex-surface changes.
Ben Skeggs
2008-05-27
4
-14
/
+33
*
nouveau: remove final PIPE_FORMAT_U_* usage
Ben Skeggs
2008-05-25
2
-8
/
+8
*
nv40: fix typo in one of the previous commits
Ben Skeggs
2008-05-14
1
-1
/
+1
*
nouveau: remove chipset fields in all nv pipe driver context/screen structs.
Ben Skeggs
2008-05-13
4
-9
/
+4
*
nouveau: bitmap texcoord bias has been removed
Ben Skeggs
2008-05-05
1
-2
/
+0
*
nv40: enable DXTn formats
Ben Skeggs
2008-04-29
1
-3
/
+1
*
nv40: do full swtnl fallback when edge flags present.
Ben Skeggs
2008-04-28
5
-6
/
+18
*
nouveau: stub set_edgeflags for all nv pipe drivers
Ben Skeggs
2008-04-27
1
-0
/
+6
*
nouveau: fix build
Ben Skeggs
2008-04-23
1
-1
/
+1
*
nouveau: PIPE_ATTRIB_MAX -> PIPE_MAX_ATTRIBS
Ben Skeggs
2008-04-15
1
-2
/
+2
*
nv40: use vb/ve counts rather than shader inputs for related loops
Ben Skeggs
2008-04-09
2
-28
/
+6
*
nv40: implement user clip planes
Ben Skeggs
2008-04-07
7
-112
/
+87
*
nv40: kill some warnings
Ben Skeggs
2008-04-04
1
-2
/
+0
*
nv40: have test for hw idxbuf in single place
Ben Skeggs
2008-04-04
1
-2
/
+2
*
nouveau: in some cases don't create the buffer in local mem initially.
Ben Skeggs
2008-04-04
2
-1
/
+11
*
nv40: remove redundant state_emit() calls
Ben Skeggs
2008-04-04
1
-3
/
+0
*
nv40: static attribs -> stateobj
Ben Skeggs
2008-04-04
3
-30
/
+38
*
nv40: convert the inline idxbuf paths also
Ben Skeggs
2008-04-04
1
-48
/
+111
*
nv40: need to resubmit buffers if pushbuf gets flushed during draw
Ben Skeggs
2008-04-04
1
-44
/
+76
*
nv40: only update draw module state when using swtnl
Ben Skeggs
2008-04-02
3
-14
/
+34
[next]