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
*
nv40: respect do_flip in surface_copy()
Ben Skeggs
2008-03-25
1
-2
/
+14
*
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-03-25
1
-0
/
+10
|
\
|
*
gallium: wrap decls in extern "C"
José Fonseca
2008-03-23
1
-0
/
+10
*
|
nv40: maintain pipe_surface status field
Ben Skeggs
2008-03-24
2
-0
/
+9
*
|
nv40: respect rasterizer cso bypass_clipping flag
Ben Skeggs
2008-03-24
2
-2
/
+15
*
|
nv40: vp reg changes similar to recent fp changes
Ben Skeggs
2008-03-23
1
-20
/
+86
*
|
nv40: fix fp depth write
Ben Skeggs
2008-03-23
1
-1
/
+1
*
|
nv40: remove some badness from fp temp/result allocation
Ben Skeggs
2008-03-23
1
-51
/
+107
*
|
nv40: catch fp extra-const cases where both const and immd have same idx
Ben Skeggs
2008-03-23
1
-3
/
+14
*
|
nv40: fp: fix multiple refs to a single const withing an instruction
Ben Skeggs
2008-03-23
1
-1
/
+7
*
|
nv40: workaround fp result.data[0] clobberage
Ben Skeggs
2008-03-23
1
-1
/
+3
*
|
nv40: add dxtn formats (disabled)
Ben Skeggs
2008-03-23
2
-4
/
+10
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-03-23
8
-121
/
+98
|
\
|
|
*
gallium: remove temporary _screen suffix from function names
Brian
2008-03-22
1
-10
/
+10
|
*
cell: Generate blend / depth test code when state atom is created
Ian Romanick
2008-03-21
1
-21
/
+9
|
*
cell: Change code-gen for CONST_COLOR blend factor
Ian Romanick
2008-03-21
5
-49
/
+53
|
*
Tabs to spaces
Ian Romanick
2008-03-21
1
-27
/
+27
|
*
cell: Remove unnecessary default_blend work-around
Ian Romanick
2008-03-21
1
-21
/
+0
|
*
i915: added to-do note about setting the max_lod register to get proper min/m...
Brian
2008-03-21
1
-0
/
+6
*
|
nv40: fix bug in query code
Ben Skeggs
2008-03-21
1
-0
/
+9
*
|
nv40: add 16-bit SSCALED vb formats
Ben Skeggs
2008-03-21
1
-0
/
+10
*
|
nv40: ensure vb relocs don't end up on list for swtnl
Ben Skeggs
2008-03-21
1
-0
/
+1
*
|
nv40: call semi-magic 0x1d88 method
Ben Skeggs
2008-03-21
1
-0
/
+2
*
|
nv40: swtnl fallback on unsupported array format
Ben Skeggs
2008-03-21
1
-2
/
+6
*
|
nv40: oops
Ben Skeggs
2008-03-21
1
-1
/
+0
*
|
nv40: s/free/FREE/
Ben Skeggs
2008-03-21
6
-12
/
+12
*
|
nv40: align each level to 64 pixels
Ben Skeggs
2008-03-21
1
-6
/
+7
*
|
nv40: use num_cbufs
Ben Skeggs
2008-03-21
1
-4
/
+1
*
|
nv40: use new pipe_framebuffer width/height fields
Ben Skeggs
2008-03-21
1
-13
/
+3
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-03-21
16
-187
/
+235
|
\
|
|
*
cell: Fix several bugs in blend code-gen
Ian Romanick
2008-03-20
1
-20
/
+92
|
*
cell: Call the correct function to generate blending code
Ian Romanick
2008-03-20
1
-1
/
+1
|
*
cell: Fix bus error when there is no depth buffer
Ian Romanick
2008-03-20
1
-0
/
+3
|
*
cell: Use code-gen for alpha blend
Ian Romanick
2008-03-20
9
-132
/
+129
|
*
gallium: use new framebuffer width, height fields
Brian
2008-03-20
5
-22
/
+7
|
*
cell: use pipe_framebuffer_state.width, height
Brian
2008-03-20
2
-13
/
+4
*
|
nouveau: match gallium API changes
Ben Skeggs
2008-03-21
3
-3
/
+6
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-03-21
10
-17
/
+27
|
\
|
|
*
gallium: added fb_width/height fields to softpipe context
Brian Paul
2008-03-19
5
-13
/
+18
|
*
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-03-19
4
-4
/
+8
|
*
gallium: set tc->surface_map = NULL after unmapping
Brian
2008-03-19
1
-0
/
+1
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-03-19
18
-182
/
+1593
|
\
|
|
*
cell: Fix various stencil test code-gen bugs
Ian Romanick
2008-03-18
1
-27
/
+43
|
*
cell: Correctly load stencil for PIPE_FORMAT_S8Z24_UNORM
Ian Romanick
2008-03-18
1
-3
/
+2
|
*
cell: Fix depth read / write for s8z24.
Ian Romanick
2008-03-18
2
-2
/
+24
|
*
cell: Fix added whitespace errors.
Ian Romanick
2008-03-18
1
-2
/
+2
|
*
cell: Minor changes to make stencil not crash
Ian Romanick
2008-03-18
2
-5
/
+11
|
*
cell: Move and (conditionally) silence debug code
Ian Romanick
2008-03-18
2
-10
/
+39
|
*
cell: Don't segfault when unbinding alpha / stencil / depth test state
Ian Romanick
2008-03-17
3
-13
/
+29
|
*
cell: Initial code-gen for alpha / stencil / depth testing
Ian Romanick
2008-03-17
15
-170
/
+1409
[next]