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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: fix out-of-bounds access with mirror_clamp_to_edge address mode
Roland Scheidegger
2013-06-01
1
-6
/
+7
*
llvmpipe: fix bogus assertions for buffer surfaces
Roland Scheidegger
2013-06-01
1
-2
/
+2
*
llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4
Roland Scheidegger
2013-05-31
7
-53
/
+83
*
llvmpipe: Remove x/y from cmd_bin
Adam Jackson
2013-05-31
6
-47
/
+30
*
r600g/sb: fix broken assert
Vadim Girlin
2013-05-31
1
-1
/
+1
*
draw: fix vs/fs input/output mismatches
Zack Rusin
2013-05-30
1
-0
/
+7
*
ilo: simplify shader variant handling
Courtney Goeltzenleuchter
2013-05-30
2
-25
/
+2
*
draw: add cast in debug_printf() to silence warning
Brian Paul
2013-05-29
1
-1
/
+1
*
svga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence warning
Brian Paul
2013-05-29
1
-0
/
+2
*
draw: make sure viewport index is fetched from leading vertex
Zack Rusin
2013-05-25
6
-28
/
+54
*
llvmpipe: clamp scissors to be between 0 and max
Zack Rusin
2013-05-25
5
-3
/
+13
*
draw: clamp the viewports to always be between 0 and max
Zack Rusin
2013-05-25
5
-16
/
+24
*
gallium/docs: adds documentation for multi viewport cap
Zack Rusin
2013-05-25
1
-0
/
+4
*
draw: fixup draw_find_shader_output
Zack Rusin
2013-05-25
4
-11
/
+12
*
llvmpipe: implement support for multiple viewports
Zack Rusin
2013-05-25
11
-36
/
+79
*
draw: implement support for multiple viewports
Zack Rusin
2013-05-25
9
-33
/
+105
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
50
-164
/
+263
*
gallium: fix build on uclibc system
Anthony G. Basile
2013-05-29
1
-4
/
+2
*
llvmpipe: get rid of tiled/linear layout remains
Roland Scheidegger
2013-05-29
6
-226
/
+47
*
radeonsi: Enable GLSL 1.30
Michel Dänzer
2013-05-28
1
-1
/
+1
*
radeonsi: Handle TGSI TXQ opcode
Michel Dänzer
2013-05-28
2
-3
/
+33
*
radeonsi: Add support for TGSI TXF opcode
Michel Dänzer
2013-05-28
2
-14
/
+51
*
radeonsi: Use tgsi_util_get_texture_coord_dim()
Michel Dänzer
2013-05-28
1
-25
/
+7
*
radeonsi: Handle TGSI_SEMANTIC_CLIPDIST
Michel Dänzer
2013-05-28
1
-4
/
+17
*
radeonsi: Make border colour state handling safe for integer textures
Michel Dänzer
2013-05-28
2
-20
/
+27
*
radeonsi: Fix hardware state for dual source blending
Michel Dänzer
2013-05-28
4
-6
/
+17
*
r600g/sb: handle more cases for folding in gvn pass
Vadim Girlin
2013-05-28
2
-28
/
+118
*
st/vdpau: destroy handle table only when it's empty
Christian König
2013-05-27
1
-1
/
+1
*
st/vdpau: remove vlCreateHTAB from surface functions
Christian König
2013-05-27
1
-9
/
+0
*
st/vdpau: invalidate the handles on destruction
Christian König
2013-05-27
3
-0
/
+4
*
r600g/sb: improve folding for SETcc
Vadim Girlin
2013-05-27
1
-8
/
+98
*
r600g/sb: optimize CNDcc instructions
Vadim Girlin
2013-05-27
3
-1
/
+113
*
r600g/sb: improve optimization of conditional instructions
Vadim Girlin
2013-05-27
6
-21
/
+96
*
ilo: enable multiple constant buffers
Chia-I Wu
2013-05-27
1
-1
/
+1
*
ilo: add support for indirect access of CONST in FS
Chia-I Wu
2013-05-27
2
-2
/
+99
*
ilo: add support for TBOs on GEN6
Chia-I Wu
2013-05-27
1
-8
/
+26
*
ilo: advertise supports for pure integer formats
Chia-I Wu
2013-05-27
1
-2
/
+3
*
ilo: add support for texture buffer objects
Chia-I Wu
2013-05-27
2
-10
/
+32
*
tgsi: add buffer texture to tgsi_util_get_texture_coord_dim()
Chia-I Wu
2013-05-27
2
-0
/
+3
*
r600g/sb: improve handling of KILL instructions
Vadim Girlin
2013-05-27
3
-89
/
+139
*
r600g/sb: fix peephole optimization for PRED_SETE
Vadim Girlin
2013-05-27
1
-1
/
+1
*
r600g/sb: fix scheduling of PRED_SET instructions
Vadim Girlin
2013-05-27
2
-2
/
+18
*
r600g/sb: fix handling of preloaded inputs for compute shaders
Vadim Girlin
2013-05-25
1
-0
/
+4
*
st/glx: add null ctx check in glXDestroyContext()
Brian Paul
2013-05-24
1
-10
/
+12
*
st/glx/xlib: assorted whitespace, comment fixes
Brian Paul
2013-05-24
1
-8
/
+17
*
r600g/sb: fix incorrect assert
Vadim Girlin
2013-05-24
1
-1
/
+1
*
r600g/sb: relax some restrictions for FETCH instructions
Vadim Girlin
2013-05-24
1
-9
/
+8
*
r600g/sb: relax register allocation for compute shaders
Vadim Girlin
2013-05-24
2
-2
/
+16
*
r600g/sb: fix gpr array handling for compute shaders
Vadim Girlin
2013-05-24
1
-1
/
+1
*
r600g/sb: fix buffer overflow in sb_ostream
Vadim Girlin
2013-05-24
1
-1
/
+1
[next]