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
*
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
*
r600g/compute: Use common transfer_{map,unmap} functions for global resources
Tom Stellard
2013-05-23
1
-44
/
+24
*
r600g/compute: Use common transfer_{map,unmap} functions for kernel inputs
Tom Stellard
2013-05-23
1
-4
/
+11
*
freedreno: scissor fix
Rob Clark
2013-05-23
1
-0
/
+11
*
freedreno: implement pipe->resource_copy_region()
Rob Clark
2013-05-23
1
-8
/
+43
*
ilo: Initialize need_flush in draw_vbo.
Vinson Lee
2013-05-23
1
-1
/
+1
*
radeon: Initialize variables in radeon_llvm_context_init.
Vinson Lee
2013-05-22
1
-0
/
+2
*
softpipe: change TEX_TILE_SIZE and NUM_TEX_TILE_ENTRIES
Roland Scheidegger
2013-05-22
1
-2
/
+8
*
softpipe: disambiguate TILE_SIZE / TEX_TILE_SIZE
Roland Scheidegger
2013-05-22
3
-38
/
+38
*
llvmpipe: disable simple_shader optimization
Roland Scheidegger
2013-05-22
1
-1
/
+6
*
llvmpipe: fix early depth test / late depth write stencil issues
Roland Scheidegger
2013-05-22
1
-5
/
+12
[next]