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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify the redundant meaning of format layout.
Michal Krol
2009-12-08
2
-10
/
+4
*
Format layout cannot be used to distinguish scaled/normalised formats.
Michal Krol
2009-12-08
2
-15
/
+5
*
Remove remaining pipe format utility functions.
Michal Krol
2009-12-08
3
-50
/
+88
*
Remove pf_swizzle_* internal macros.
Michal Krol
2009-12-03
2
-5
/
+12
*
Move pf_get_component_bits() to u_format auxiliary module.
Michal Krol
2009-12-03
2
-4
/
+10
*
Move pf_get_bits/size() to u_format auxiliary module.
Michal Krol
2009-12-03
4
-10
/
+15
*
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
3
-4
/
+9
*
Move pf_is_compressed() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-2
/
+3
*
r300g, radeong: De-specialize r300_winsys into radeon_winsys.
Corbin Simpson
2009-12-02
8
-86
/
+23
*
r300g: No vertex textures here.
Corbin Simpson
2009-12-02
1
-0
/
+7
*
Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun...
Brian Paul
2009-12-02
3
-21
/
+6
*
llvmpipe: return 0 for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS query
Brian Paul
2009-12-02
1
-1
/
+1
*
llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures function
Brian Paul
2009-12-02
3
-6
/
+21
*
cell: fix TGSI breakage
Brian Paul
2009-12-02
1
-1
/
+1
*
softpipe: setup machine->Face without a conditional
Brian Paul
2009-12-01
1
-5
/
+2
*
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
[next]