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
/
auxiliary
/
draw
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: init draw->pt.middle.general = NULL just to be safe
Brian Paul
2010-04-07
1
-0
/
+2
*
llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.
José Fonseca
2010-04-07
2
-7
/
+6
*
draw llvm: Remove unnecessary headers.
Vinson Lee
2010-04-07
2
-5
/
+0
*
draw llvm: disable printing of the LLVM ir
Zack Rusin
2010-04-06
1
-2
/
+2
*
gallium/draw: add additional DRAW_LLVM check
Brian Paul
2010-04-06
1
-0
/
+3
*
draw llvm: disable debugging output
Zack Rusin
2010-04-06
2
-0
/
+4
*
draw llvm: implement simple pipeline caching using variants
Zack Rusin
2010-04-06
3
-35
/
+103
*
draw llvm: fix iteration for larger vertex arrays
Zack Rusin
2010-04-06
1
-8
/
+8
*
draw llvm: iterate with the correct stop over the outputs
Zack Rusin
2010-04-06
1
-2
/
+1
*
draw llvm: fix draw arrays
Zack Rusin
2010-04-06
3
-11
/
+14
*
draw llvm: fix loop iteration and vertex header offsets
Zack Rusin
2010-04-06
2
-16
/
+30
*
draw llvm: when generating the vertex_header struct adjust its name
Zack Rusin
2010-04-05
1
-1
/
+4
*
draw llvm: fix storing of outputs for the rest of the pipeline
Zack Rusin
2010-04-02
4
-54
/
+94
*
draw llvm: fix translation of formats with variable components
Zack Rusin
2010-04-02
1
-0
/
+13
*
draw llvm: a lot better storing implementation
Zack Rusin
2010-04-01
3
-4
/
+157
*
draw llvm: fix iteration over buffers
Zack Rusin
2010-03-31
2
-4
/
+26
*
Merge remote branch 'origin/master' into gallium_draw_llvm
Zack Rusin
2010-03-30
9
-190
/
+152
|
\
|
*
draw: Add EMIT_4UB_BGRA format
Jakob Bornecrantz
2010-03-26
3
-8
/
+18
|
*
draw: Use translate function instead of switch cases
Jakob Bornecrantz
2010-03-26
6
-144
/
+56
|
*
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
2
-10
/
+12
|
|
\
|
*
\
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
11
-100
/
+35
|
|
\
\
|
*
|
|
gallium: WIP: Introduce sampler views.
Michal Krol
2010-02-19
2
-38
/
+78
*
|
|
|
draw llvm: fix a warning
Zack Rusin
2010-03-30
1
-2
/
+3
*
|
|
|
draw llvm: actually set the constant buffers on the context
Zack Rusin
2010-03-30
2
-2
/
+8
*
|
|
|
draw llvm: fix some silly mistakes
Zack Rusin
2010-03-30
2
-8
/
+15
*
|
|
|
draw llvm: we translate between pointers, not values directly
Zack Rusin
2010-03-30
1
-11
/
+12
*
|
|
|
draw llvm: various fixes for the translation code
Zack Rusin
2010-03-30
4
-242
/
+204
*
|
|
|
draw llvmpipe: lots of fixes for fetch/emit
Zack Rusin
2010-03-29
4
-170
/
+160
*
|
|
|
Merge remote branch 'origin/master' into gallium_draw_llvm
Zack Rusin
2010-03-15
12
-103
/
+46
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
2
-2
/
+2
|
*
|
|
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
2
-10
/
+12
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
1
-3
/
+2
|
|
\
\
|
|
*
|
gallium: remove redundant nr_components field from pipe_vertex_element
Roland Scheidegger
2010-02-17
1
-3
/
+2
|
|
|
/
|
*
|
draw: quads never provoke the first vertex
Marek Olšák
2010-03-09
2
-58
/
+20
|
*
|
Merge branch 'gallium-format-cleanup'
José Fonseca
2010-03-02
3
-3
/
+3
|
|
\
\
|
|
*
|
draw: Rename pipe formats.
José Fonseca
2010-03-01
3
-3
/
+3
|
*
|
|
Merge branch 'gallium-no-rhw-position'
Michal Krol
2010-03-02
4
-22
/
+8
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-22
4
-22
/
+8
|
*
|
|
draw: Remove dead code.
Vinson Lee
2010-02-22
1
-7
/
+1
|
|
/
/
*
/
/
gallium/draw: initial code to properly support llvm in the draw module
Zack Rusin
2010-02-22
10
-16
/
+1595
|
/
/
*
/
draw: Remove dead code.
Vinson Lee
2010-02-21
1
-7
/
+1
|
/
*
draw: Add assert to check input of memcpy.
Vinson Lee
2010-02-14
1
-0
/
+1
*
draw: Use util_format_name().
José Fonseca
2010-02-14
1
-1
/
+1
*
Merge branch 'gallium-nopointsizeminmax'
Roland Scheidegger
2010-02-09
2
-21
/
+13
|
\
|
*
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
2
-10
/
+12
|
*
gallium: remove point_size_min and point_size_max from rasterizer state
Roland Scheidegger
2010-01-12
1
-11
/
+0
*
|
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin
2010-02-08
2
-37
/
+0
*
|
Merge branch 'gallium-embedded'
José Fonseca
2010-02-03
5
-0
/
+6
|
\
\
|
*
|
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
José Fonseca
2010-02-02
1
-0
/
+1
[next]