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
/
softpipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
4
-17
/
+44
|
\
|
*
gallium: don't use flexible array members in drivers for vertex elements cso
Roland Scheidegger
2010-03-09
2
-2
/
+2
|
*
softpipe: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
4
-17
/
+44
*
|
Squashed commit of gallium-no-texture-blanket
Keith Whitwell
2010-03-09
1
-40
/
+8
*
|
softpipe: quads never provoke the first vertex
Marek Olšák
2010-03-09
1
-68
/
+12
*
|
softpipe: define SP_MAX_TEXTURE_2D/3D_LEVELS
Brian Paul
2010-03-08
2
-5
/
+9
*
|
Merge branch '7.8'
Brian Paul
2010-03-08
1
-3
/
+4
|
\
\
|
*
|
softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()
Brian Paul
2010-03-08
1
-3
/
+4
*
|
|
Merge commit 'origin/gallium-winsys-handle-rebased'
Keith Whitwell
2010-03-08
2
-27
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
softpipe: remove dead get_texture_buffer function
Keith Whitwell
2010-03-04
2
-26
/
+0
|
*
|
gallium: Reorg texture usage flags
Jakob Bornecrantz
2010-03-01
1
-1
/
+2
*
|
|
softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture sampling
Brian Paul
2010-03-05
1
-6
/
+43
*
|
|
softpipe: minor tweaks to texture filtering code
Brian Paul
2010-03-04
1
-9
/
+5
*
|
|
Merge branch 'gallium-format-cleanup'
José Fonseca
2010-03-02
4
-21
/
+21
|
\
\
\
|
*
|
|
softpipe: Rename pipe formats.
José Fonseca
2010-03-02
4
-20
/
+20
|
*
|
|
softpipe: Advertise PIPE_FORMAT_R8G8B8A8_SNORM instead.
José Fonseca
2010-03-01
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'gallium-no-rhw-position'
Michal Krol
2010-03-02
1
-1
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-22
1
-1
/
+0
*
|
|
softpipe: fix up #includes
Brian Paul
2010-02-26
2
-6
/
+8
|
/
/
*
|
softpipe: fix depth testing problems
Brian Paul
2010-02-18
1
-36
/
+53
*
|
softpipe: comments and whitespace fixes
Brian Paul
2010-02-18
1
-7
/
+8
*
|
softpipe: const qualifiers, comments
Brian Paul
2010-02-18
1
-3
/
+3
|
/
*
softpipe: Silence uninitialized variable warnings.
Vinson Lee
2010-02-13
1
-0
/
+3
*
softpipe: fix broken cubemap / mipmap selection code
Brian Paul
2010-02-13
1
-28
/
+71
*
softpipe: adapt to stencil ref changes
Roland Scheidegger
2010-02-10
6
-6
/
+20
*
Merge branch 'gallium-nopointsizeminmax'
Roland Scheidegger
2010-02-09
1
-2
/
+2
|
\
|
*
gallium: add point_quad_rasterization bit to rasterizer state
Roland Scheidegger
2010-02-04
1
-0
/
+1
|
*
gallium: clean up point sprite rasterizer state
Roland Scheidegger
2010-02-03
1
-2
/
+1
*
|
fix bug in perspective corrected interpolants for lines
Brian Paul
2010-02-09
1
-2
/
+1
*
|
softpipe: Properly implement cylindrical wrapping.
Michal Krol
2010-02-09
1
-31
/
+148
*
|
Revert "softpipe: Implement cylindrical wrapping for linear interpolator."
Michal Krol
2010-02-09
1
-35
/
+11
*
|
softpipe: Implement cylindrical wrapping for linear interpolator.
Michal Krol
2010-02-09
1
-11
/
+35
*
|
softpipe: Remove unnecessary headers.
Vinson Lee
2010-02-08
2
-2
/
+0
*
|
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-08
5
-3
/
+9
*
|
Merge branch 'gallium-embedded'
José Fonseca
2010-02-03
10
-8
/
+12
|
\
\
|
*
|
gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...
José Fonseca
2010-02-02
3
-3
/
+3
|
*
|
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
9
-5
/
+9
*
|
|
softpipe: remove unnecessary #include
Brian Paul
2010-02-02
1
-1
/
+0
*
|
|
llvmpipe: fix (potentially) broken AA points, AA lines
Brian Paul
2010-02-02
1
-1
/
+1
|
/
/
*
|
softpipe: support all TGSI fragment coord conventions (v4)
Luca Barbieri
2010-01-29
4
-7
/
+20
*
|
tgsi: add caps for fragment coord conventions (v3)
Luca Barbieri
2010-01-29
1
-0
/
+6
*
|
softpipe: Remove unnecessary header.
Vinson Lee
2010-01-28
1
-1
/
+0
*
|
Merge commit 'origin/perrtblend'
Roland Scheidegger
2010-01-28
3
-36
/
+40
|
\
\
|
*
|
softpipe: enable new blend functionality
Roland Scheidegger
2010-01-25
2
-18
/
+21
|
*
|
softpipe: adapt to blend changes
Roland Scheidegger
2010-01-25
2
-30
/
+31
*
|
|
softpipe: Report some sane values for constant buffer CAP queries.
Michal Krol
2010-01-28
1
-0
/
+4
*
|
|
gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.
Michal Krol
2010-01-28
5
-9
/
+9
*
|
|
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-28
1
-19
/
+29
*
|
|
gallium: Implement 2D constant buffers for fragment shader in softpipe.
Michal Krol
2010-01-28
6
-23
/
+39
*
|
|
softpipe: Remove unnecessary header.
Vinson Lee
2010-01-26
1
-1
/
+0
[next]