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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: Don't dump parenthesis for negation.
José Fonseca
2009-12-26
1
-3
/
+1
*
gallium: remove TGSI_SEMANTIC_VERTICES
Zack Rusin
2009-12-25
3
-9
/
+6
*
draw: disable some debugging output coming from the geometry shaders
Zack Rusin
2009-12-25
1
-5
/
+5
*
util: put vertices_per_primitive function in its proper location
Zack Rusin
2009-12-25
3
-5
/
+37
*
draw/tgsi: fix geometry shader input/output swizzling
Zack Rusin
2009-12-25
2
-1
/
+10
*
tgsi: dump the indices correctly when dealing with 2d arrays
Zack Rusin
2009-12-25
1
-20
/
+50
*
tgsi: fix property parsing/building
Zack Rusin
2009-12-25
2
-5
/
+7
*
tgsi: add missing support for two dimensional arrays in various places
Zack Rusin
2009-12-25
3
-176
/
+465
*
tgsi: make the tgsi assembly parser report line/column on error
Zack Rusin
2009-12-25
1
-1
/
+14
*
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
26
-74
/
+719
*
gallium/util: quieten compiler
Keith Whitwell
2009-12-24
1
-1
/
+1
*
util: Define common dynamic library extensions.
José Fonseca
2009-12-23
1
-0
/
+12
*
Merge branch 'gallium-edgeflags'
Roland Scheidegger
2009-12-22
13
-74
/
+85
|
\
|
*
gallium: store edgflag info in tgsi_shader_info
Roland Scheidegger
2009-12-18
2
-7
/
+12
|
*
gallium: edgeflags change fixes
Roland Scheidegger
2009-12-16
2
-5
/
+9
|
*
gallium: more work for edgeflags changes
Roland Scheidegger
2009-12-14
8
-30
/
+15
|
*
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2009-12-09
8
-46
/
+63
*
|
tgsi: Implement BREAKC in interpreter.
Michal Krol
2009-12-22
1
-0
/
+19
*
|
Merge branch 'i965g-restart'
Keith Whitwell
2009-12-22
4
-0
/
+44
|
\
\
|
*
|
i965g: fixes to build after merge of master
Keith Whitwell
2009-12-21
1
-1
/
+1
|
*
|
i965g: remove half-finished change to tgsi_parse
Keith Whitwell
2009-12-21
1
-3
/
+0
|
*
|
Merge commit 'origin/master' into i965g-restart
Keith Whitwell
2009-12-21
57
-2966
/
+2525
|
|
\
\
|
*
|
|
i965g: more work on compilation
Keith Whitwell
2009-10-31
1
-0
/
+13
|
*
|
|
i965g: still working on compilation
Keith Whitwell
2009-10-26
1
-0
/
+3
|
*
|
|
i965g: more work on compiling, particularly the brw_draw files
Keith Whitwell
2009-10-25
3
-0
/
+31
*
|
|
|
util: draw cube mipmaps with TEX CUBE
Christoph Bumiller
2009-12-21
1
-4
/
+7
*
|
|
|
util: util_format_get_blocksizebits() returns bits per block.
Christoph Bumiller
2009-12-20
1
-3
/
+3
*
|
|
|
util: Add util_format_has_alpha(), enclose in extern C.
Michal Krol
2009-12-18
1
-0
/
+49
*
|
|
|
util/pack: Handle the remaining formats with generic u_format access functions.
Michal Krol
2009-12-18
1
-12
/
+26
*
|
|
|
util: Update blitter for u_format changes.
Corbin Simpson
2009-12-18
1
-1
/
+2
*
|
|
|
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
7
-30
/
+110
*
|
|
|
util: Remove util_format_get_block().
Michal Krol
2009-12-17
1
-23
/
+0
*
|
|
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
50
-249
/
+2095
|
\
\
\
\
|
*
|
|
|
util/blitter: kill the draw_quad callback
Marek Olšák
2009-12-15
2
-25
/
+6
|
*
|
|
|
util/blitter: allocate most of the state objects on-demand
Marek Olšák
2009-12-15
1
-75
/
+179
|
*
|
|
|
util/blitter: use PIPE_MAX_* limits, and fix a memory leak
Marek Olšák
2009-12-15
1
-13
/
+27
|
*
|
|
|
util: add blitter
Marek Olšák
2009-12-15
4
-0
/
+851
|
*
|
|
|
util: add a function which converts 2D coordinates to cubemap coordinates
Marek Olšák
2009-12-15
5
-52
/
+161
|
*
|
|
|
util: add new fragment shaders to simple_shaders
Marek Olšák
2009-12-15
4
-12
/
+80
|
*
|
|
|
util: Fix unity value for swizzle 1.
José Fonseca
2009-12-15
1
-2
/
+2
|
*
|
|
|
util: Add dl wrappers.
José Fonseca
2009-12-15
4
-0
/
+142
|
*
|
|
|
tgsi/text: Don't use strncasecmp(), it breaks windows build.
Michal Krol
2009-12-15
1
-2
/
+16
|
*
|
|
|
tgsi: add properties and system value register
Zack Rusin
2009-12-14
17
-11
/
+447
|
*
|
|
|
tgsi/ureg: Add ureg_DECL_gs_input().
Michal Krol
2009-12-14
2
-2
/
+33
|
*
|
|
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-11
1
-0
/
+1
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-11
1
-0
/
+1
|
|
|
\
\
\
|
|
|
*
|
|
rbug: Initialize variable in rbug_get_message.
Vinson Lee
2009-12-08
1
-0
/
+1
|
|
|
*
|
|
draw: Initialize variable in draw_pt.c.
Vinson Lee
2009-12-05
1
-1
/
+2
|
|
|
*
|
|
gallium/util: Initialize variables in u_pack_color.h.
Vinson Lee
2009-12-03
1
-1
/
+4
|
|
|
*
|
|
draw: Fix memory leak.
Vinson Lee
2009-10-27
1
-0
/
+2
[next]