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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
2009-12-01
17
-651
/
+651
|
\
|
*
svga: Update text shader header.
Michal Krol
2009-11-27
1
-1
/
+1
|
*
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
13
-215
/
+215
|
*
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
12
-81
/
+81
|
*
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
2009-11-24
13
-36
/
+36
|
*
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
12
-284
/
+284
|
*
tgsi: reduce repetition of structure name in its members
Keith Whitwell
2009-11-24
9
-74
/
+74
|
*
gallium: try and update r300 and nv drivers for tgsi changes
Keith Whitwell
2009-11-24
9
-17
/
+17
|
*
gallium: simplify tgsi tokens further
Keith Whitwell
2009-11-24
2
-7
/
+7
*
|
Merge commit 'origin/mesa_7_7_branch'
Keith Whitwell
2009-12-01
16
-120
/
+256
|
\
\
|
*
|
svga: Re-add shader dumping.
José Fonseca
2009-11-27
1
-0
/
+14
|
*
|
svga: Handle comment tokens when dumping.
José Fonseca
2009-11-27
2
-1
/
+12
|
*
|
svga: Use consistent names for public symbol names of shader dumping facilities.
José Fonseca
2009-11-27
5
-12
/
+12
|
*
|
svga: Use consistent file names for dumping facilities.
José Fonseca
2009-11-27
10
-11
/
+11
|
*
|
svga: flush our command buffer after the 8th distinct render target
Keith Whitwell
2009-11-27
3
-1
/
+11
|
*
|
svga: add DEBUG_CACHE option
Keith Whitwell
2009-11-27
8
-9
/
+53
|
*
|
svga: hash the whole key, not just the first four bytes
Keith Whitwell
2009-11-26
1
-3
/
+3
|
*
|
svga: Remove spurious argument to SVGA_DBG.
José Fonseca
2009-11-26
1
-1
/
+1
|
*
|
svga: try harder to make the cachable flag work
Keith Whitwell
2009-11-25
2
-6
/
+19
|
*
|
svga: revert packing of surface key
Keith Whitwell
2009-11-25
1
-3
/
+3
|
*
|
svga: cache textures as well as buffers
Keith Whitwell
2009-11-24
5
-117
/
+167
|
*
|
svga: Filter out pendantic and ansi flags
Jakob Bornecrantz
2009-11-24
1
-0
/
+3
*
|
|
r300g: simplify allocations of VS output registers
Marek Olšák
2009-12-01
1
-56
/
+26
*
|
|
r300g: simplify allocations of FS input registers
Marek Olšák
2009-12-01
1
-28
/
+15
*
|
|
r300g: clean up derived states
Marek Olšák
2009-12-01
6
-229
/
+311
*
|
|
r300g: VS->FS attribute routing rework
Marek Olšák
2009-12-01
1
-170
/
+392
*
|
|
r300g: add R300 prefix in reg definitions
Marek Olšák
2009-12-01
1
-41
/
+41
*
|
|
trace: Implement separate vertex sampler state.
Michal Krol
2009-12-01
2
-8
/
+71
*
|
|
fo: Implement separate vertex sampler state.
Michal Krol
2009-12-01
3
-7
/
+82
*
|
|
id: Implement separate vertex sampler state.
Michal Krol
2009-12-01
1
-9
/
+49
*
|
|
trace: Reduce double semicolons to single ones.
Michal Krol
2009-12-01
1
-30
/
+30
*
|
|
sp: Do not falsely advertise support for some SNORM formats.
Michal Krol
2009-12-01
1
-0
/
+4
*
|
|
sp: Implement separate vertex sampler state.
Michal Krol
2009-12-01
7
-11
/
+116
*
|
|
trace: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-6
/
+6
*
|
|
svga: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-2
/
+2
*
|
|
r300: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-2
/
+2
*
|
|
nv: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
6
-12
/
+12
*
|
|
lp: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-2
/
+2
*
|
|
id: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-8
/
+8
*
|
|
i915: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-2
/
+2
*
|
|
fo: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
2
-12
/
+12
*
|
|
cell: 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
*
|
|
svga: fix for not using texture width/height/depth arrays
Roland Scheidegger
2009-11-27
2
-33
/
+32
*
|
|
r300g,llvmpipe: fix some more merge problems
Roland Scheidegger
2009-11-27
2
-3
/
+3
*
|
|
Merge branch 'width0'
Roland Scheidegger
2009-11-27
33
-323
/
+306
|
\
\
\
[next]