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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g/llvm: Pass struct r600_bytecode to r600_llvm_compile
Tom Stellard
2013-04-24
3
-8
/
+7
*
winsys/sw/xlib: Prevent shared memory segment leakage.
José Fonseca
2013-04-24
1
-0
/
+6
*
draw/gs: preserve leading vertex info for gs
Zack Rusin
2013-04-23
1
-1
/
+1
*
radeonsi: cleanup disabling tiling for UVD v3
Christian König
2013-04-24
1
-3
/
+4
*
mesa: Restore 78-column wrapping of license text in C++-style comments.
Kenneth Graunke
2013-04-23
41
-164
/
+164
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
100
-384
/
+403
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
152
-152
/
+152
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
18
-18
/
+18
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
53
-107
/
+175
*
r600g: initialize CMASK and HTILE with the GPU using streamout
Marek Olšák
2013-04-23
4
-7
/
+80
*
gallium/u_blitter: implement buffer clearing
Marek Olšák
2013-04-23
2
-8
/
+97
*
r600/llvm: Read stacksize from config header
Vincent Lejeune
2013-04-23
4
-3
/
+5
*
/bin/bash: q : commande introuvable
Vincent Lejeune
2013-04-23
2
-2
/
+2
*
radeon/llvm: Fix build with LLVM >= r180063
Tom Stellard
2013-04-23
1
-0
/
+1
*
gallivm: Fix build with LLVM >= r180063
Tom Stellard
2013-04-23
2
-0
/
+8
*
draw: use the prim count for ia primitives
Zack Rusin
2013-04-22
1
-1
/
+2
*
tgsi/scan: set correct input limits for geometry shader
Zack Rusin
2013-04-22
1
-0
/
+17
*
draw: add code to reset instance dependent data
Zack Rusin
2013-04-22
5
-1
/
+31
*
softpipe: fix streamout with an emptry geometry shader
Zack Rusin
2013-04-22
2
-12
/
+23
*
gallium: Add a new clip_halfz rasterizer state.
José Fonseca
2013-04-22
8
-24
/
+29
*
gallivm: Fix assignment of unsigned values to OUT register.
José Fonseca
2013-04-22
2
-77
/
+61
*
Revert "gallivm: Emit vector selects."
José Fonseca
2013-04-21
1
-2
/
+14
*
llvmpipe: verify function on blend test.
José Fonseca
2013-04-21
1
-0
/
+2
*
llvmpipe: Don't support Z32_FLOAT_S8X24_UINT texture sampling support either.
José Fonseca
2013-04-20
1
-4
/
+6
*
llvmpipe: Ignore depth-stencil state if format has no depth/stencil.
José Fonseca
2013-04-20
1
-4
/
+10
*
gallivm: Disable LLVM 2.7 workaround on other versions.
José Fonseca
2013-04-20
1
-2
/
+1
*
gallivm: Emit vector selects.
José Fonseca
2013-04-20
1
-12
/
+2
*
freedreno: move ir -> ir2
Rob Clark
2013-04-20
6
-283
/
+283
*
freedreno: cleanup some cruft left over from fdre
Rob Clark
2013-04-20
2
-133
/
+1
*
gallivm: implement switch opcode
Roland Scheidegger
2013-04-20
3
-12
/
+340
*
gallivm: use uint build context for mask instead of float
Roland Scheidegger
2013-04-20
1
-1
/
+1
*
gallivm/tgsi: fix up breakc
Roland Scheidegger
2013-04-20
3
-2
/
+6
*
svga: remove TGSI_OPCODE_BREAKC instruction translation
Roland Scheidegger
2013-04-20
1
-1
/
+0
*
gallium: document breakc and switch/case/default/endswitch
Roland Scheidegger
2013-04-20
1
-6
/
+51
*
gallivm: increase nesting limit to 66
Roland Scheidegger
2013-04-20
1
-2
/
+4
*
draw: implement primitive assembler
Zack Rusin
2013-04-18
7
-4
/
+386
*
util/prim: fix decomposed counts for adjacency primitives
Zack Rusin
2013-04-18
1
-4
/
+4
*
draw/so: uses the correct index with the pre clipped coordinates
Zack Rusin
2013-04-18
1
-6
/
+6
*
mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.
Eric Anholt
2013-04-19
1
-4
/
+4
*
svga: whitespace, comment fixes in svga_pipe_query.c
Brian Paul
2013-04-19
1
-41
/
+49
*
svga: whitespace, comment fixes in svga_pipe_fs/vs.c
Brian Paul
2013-04-19
2
-48
/
+41
*
gallivm: Fix half floats with MCJIT.
José Fonseca
2013-04-19
1
-0
/
+3
*
radeonsi: add support for compressed texture v2
Jerome Glisse
2013-04-18
2
-2
/
+76
*
radeonsi: add 2d tiling support for texture v3
Jerome Glisse
2013-04-18
2
-72
/
+20
*
gallium: handle drirc disable_glsl_line_continuations option
Vadim Girlin
2013-04-19
3
-1
/
+5
*
llvmpipe: Take in consideration all current constant buffers when mapping.
José Fonseca
2013-04-18
1
-3
/
+9
*
nv50: add remaining RGBX formats
Christoph Bumiller
2013-04-18
1
-4
/
+12
*
st/mesa: optionally apply texture swizzle to border color v2
Christoph Bumiller
2013-04-18
16
-3
/
+85
*
nv50: set BORDER_COLOR_SRGB in sampler objects
Christoph Bumiller
2013-04-18
2
-19
/
+35
*
nv50: fix 4th component of Lx_SINT/UINT formats
Christoph Bumiller
2013-04-18
1
-6
/
+6
[next]