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
/
nv50
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50: make address reg allocation a little less hacky
Christoph Bumiller
2009-12-20
1
-24
/
+28
*
nv50: use BREAKADDR and BREAK for loops
Christoph Bumiller
2009-12-20
1
-47
/
+75
*
nv50: handle TGSI_OPCODE_RET,KILP
Christoph Bumiller
2009-12-20
1
-28
/
+54
*
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
2
-15
/
+17
*
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
12
-297
/
+594
|
\
|
*
nouveau: avoid running out of relocs
Maarten Maathuis
2009-12-14
3
-3
/
+5
|
*
nv50: be more cautious about using reg_instance
Christoph Bumiller
2009-12-14
1
-17
/
+10
|
*
nv50: store immediates as uint32
Christoph Bumiller
2009-12-14
2
-33
/
+31
|
*
nouveau: nv50: Add missing ctor_immd_4u32 function
Patrice Mandin
2009-12-13
1
-2
/
+15
|
*
nv50: add proper zslice offset in miptree_surface
Christoph Bumiller
2009-12-13
2
-20
/
+21
|
*
nv50: use m2mf z pos instead of calculating offset manually
Christoph Bumiller
2009-12-13
1
-13
/
+10
|
*
nv50: add craziness for non-constant TXB and TXL
Christoph Bumiller
2009-12-13
1
-44
/
+204
|
*
nv50: support TXB and TXL
Christoph Bumiller
2009-12-12
2
-57
/
+108
|
*
nv50: add S8Z24 depth texture format too
Christoph Bumiller
2009-12-12
3
-0
/
+3
|
*
nv50: fix depth comparison func TSC bits
Christoph Bumiller
2009-12-12
1
-2
/
+3
|
*
nv50: add src_mask case for IF opcode
Christoph Bumiller
2009-12-12
1
-0
/
+2
|
*
nv50: plug memory leak in miptree creation/destruction
Christoph Bumiller
2009-12-12
1
-0
/
+6
|
*
nv50: use copies of tgsi src nv50_regs
Christoph Bumiller
2009-12-12
1
-26
/
+22
|
*
nv50: support vertex program textures
Christoph Bumiller
2009-12-12
5
-74
/
+156
|
*
nouveau: use boolean instead of bool
Roland Scheidegger
2009-12-08
1
-1
/
+1
|
*
Merge branch 'gallium-noblocks'
Roland Scheidegger
2009-12-04
2
-33
/
+25
|
|
\
|
|
*
gallium: adapt nv drivers to interface cleanups
Roland Scheidegger
2009-12-02
2
-33
/
+25
*
|
|
s/desc->type/desc->channel[0].type/
Michal Krol
2009-12-17
1
-2
/
+2
*
|
|
Format layout cannot be used to distinguish scaled/normalised formats.
Michal Krol
2009-12-08
1
-14
/
+4
*
|
|
Remove remaining pipe format utility functions.
Michal Krol
2009-12-08
2
-20
/
+56
*
|
|
Remove pf_swizzle_* internal macros.
Michal Krol
2009-12-03
1
-1
/
+3
|
/
/
*
|
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
2009-12-01
1
-54
/
+54
|
\
\
|
*
|
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-23
/
+23
|
*
|
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-18
/
+18
|
*
|
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
2009-11-24
1
-2
/
+2
|
*
|
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
1
-18
/
+18
|
*
|
tgsi: reduce repetition of structure name in its members
Keith Whitwell
2009-11-24
1
-2
/
+2
|
*
|
gallium: try and update r300 and nv drivers for tgsi changes
Keith Whitwell
2009-11-24
1
-5
/
+5
*
|
|
nv: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-2
/
+2
*
|
|
nv50: update linkage on rasterizer change
Christoph Bumiller
2009-11-29
1
-2
/
+4
*
|
|
nv50: match VP outputs to FP inputs ourselves
Christoph Bumiller
2009-11-29
2
-33
/
+40
*
|
|
nv50: don't permanently negate src in emit_ddy
Christoph Bumiller
2009-11-29
1
-4
/
+10
*
|
|
nv50: do conversion of last insn to 64 bit format first
Christoph Bumiller
2009-11-27
1
-16
/
+11
*
|
|
nv50: bswap32 the polygon stipple pattern
Christoph Bumiller
2009-11-27
1
-1
/
+1
|
|
/
|
/
|
*
|
gallium: fix more statetrackers/drivers for not using texture width/height/de...
Roland Scheidegger
2009-11-26
3
-19
/
+17
|
/
*
nv50: clarify data for method 0x121c
Christoph Bumiller
2009-11-09
1
-5
/
+6
*
nv50: enable all 32 threads of a warp
Christoph Bumiller
2009-11-07
1
-1
/
+3
*
nv50: fix shader emit_tex for cube textures
Christoph Bumiller
2009-11-04
1
-14
/
+36
*
nv50: add abs-modifier for emit_minmax
Christoph Bumiller
2009-11-04
1
-17
/
+31
*
nv50: add 3d texture tiling and mip-mapping
Christoph Bumiller
2009-11-04
4
-37
/
+114
*
nv50: handle TGSI_SEMANTIC_FACE
Christoph Bumiller
2009-11-01
1
-0
/
+25
*
nv50: make IF condition safe
Christoph Bumiller
2009-11-01
1
-1
/
+3
*
nv50: implement TGSI_OPCODE_AND/OR/XOR
Christoph Bumiller
2009-11-01
1
-0
/
+47
*
nv50: fix textures with block size != cpp
Christoph Bumiller
2009-10-31
2
-37
/
+48
*
nv50: use SIFC also for shader upload
Christoph Bumiller
2009-10-31
3
-56
/
+120
[next]