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: Eliminate 8.8 fixed point intermediates from AoS sampling path.
José Fonseca
2013-05-17
5
-242
/
+186
*
gallivm: Add and use lp_build_lerp_3d.
José Fonseca
2013-05-17
3
-26
/
+60
*
radeon/llvm: Run standard optimization passes on conpute shader modules
Tom Stellard
2013-05-17
1
-0
/
+15
*
r600g: fixup for MSAA texture support checking
Niels Ole Salscheider
2013-05-16
1
-1
/
+1
*
llvmpipe: Temporary workaround to prevent segfault on array textures.
José Fonseca
2013-05-16
1
-0
/
+3
*
gallivm: Support pointers in lp_build_print_value().
José Fonseca
2013-05-16
1
-0
/
+2
*
ilo: emit 3DSTATE_STENCIL_BUFFER on GEN7+
Chia-I Wu
2013-05-16
2
-7
/
+21
*
ilo: add support for stencil resources on GEN7+
Chia-I Wu
2013-05-16
8
-33
/
+545
*
winsys/intel: test for and expose address swizzling
Chia-I Wu
2013-05-16
2
-0
/
+23
*
r600g: cleanup MSAA texture support checking
Marek Olšák
2013-05-15
7
-72
/
+21
*
r600g: rewrite FMASK allocation, fix FMASK texturing with 2 and 4 samples
Marek Olšák
2013-05-15
7
-36
/
+42
*
draw: More defensive coding in DRAW_GET_IDX.
José Fonseca
2013-05-15
1
-2
/
+2
*
draw: Fix vsplit regression when the ib can be used directly.
José Fonseca
2013-05-15
1
-1
/
+1
*
ilo: clean up transfer format conversion
Chia-I Wu
2013-05-15
1
-34
/
+48
*
ilo: rework transfer mapping method choosing
Chia-I Wu
2013-05-15
1
-102
/
+133
*
ilo: refactor transfer mapping
Chia-I Wu
2013-05-15
1
-27
/
+52
*
ilo: no writeback without PIPE_TRANSFER_WRITE
Chia-I Wu
2013-05-15
1
-0
/
+5
*
ilo: minor cleanups for transfers
Chia-I Wu
2013-05-15
1
-41
/
+41
*
ilo: simplify ilo_texture_get_slice_offset()
Chia-I Wu
2013-05-15
4
-55
/
+40
*
draw/gs: fix extracting of the clip
Zack Rusin
2013-05-14
1
-2
/
+4
*
draw: try to prevent overflows on index buffers
Zack Rusin
2013-05-14
14
-68
/
+137
*
draw: use the total number of vertices for statistics
Zack Rusin
2013-05-14
2
-2
/
+2
*
draw: don't crash on vertex buffer overflow
Zack Rusin
2013-05-14
16
-42
/
+137
*
gallivm/soa: implement indirect addressing in immediates
Zack Rusin
2013-05-14
2
-2
/
+82
*
draw/gs: don't bind the tgsi state if we're using llvm paths
Zack Rusin
2013-05-14
1
-1
/
+6
*
gallivm: Fix build with LLVM >= 3.4 r181680.
Vinson Lee
2013-05-14
1
-1
/
+3
*
radeonsi: update r600_get_llvm_processor_name for hainan
Alex Deucher
2013-05-14
1
-0
/
+1
*
radeonsi: add support for hainan chips
Alex Deucher
2013-05-14
4
-0
/
+6
*
draw: Fix io_ptr/num_prims name in IR.
José Fonseca
2013-05-14
1
-1
/
+1
*
graw/tgsi_dump: Fix gdb macro.
José Fonseca
2013-05-14
1
-2
/
+2
*
r600g/sb: add missing cases for ARUBA chips
Vadim Girlin
2013-05-14
2
-0
/
+2
*
r600g/sb: get rid of standard c++ streams
Vadim Girlin
2013-05-14
24
-545
/
+592
*
r600g/sb: separate bytecode decoding and parsing
Vadim Girlin
2013-05-14
6
-144
/
+163
*
vl/vdpau: fix PresentationQueueQuerySurfaceStatus
Christian König
2013-05-14
2
-17
/
+19
*
ilo: rework ilo_texture
Chia-I Wu
2013-05-14
5
-766
/
+1027
*
ilo: rename ilo_resource to ilo_texture
Chia-I Wu
2013-05-14
7
-322
/
+322
*
ilo: move transfer-related functions to a new file
Chia-I Wu
2013-05-14
6
-450
/
+518
*
gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
Marek Olšák
2013-05-11
11
-1
/
+19
*
ilo: Initialize read_back in transfer_map_sys.
Vinson Lee
2013-05-10
1
-1
/
+1
*
r600g: increase array size for shader inputs and outputs
Marek Olšák
2013-05-10
2
-2
/
+4
*
targets/dri-i915: Force c++ linker in all cases
Chí-Thanh Christopher Nguyễn
2013-05-09
1
-8
/
+2
*
ilo: Add support for HW primitive restart.
Courtney Goeltzenleuchter
2013-05-10
3
-2
/
+194
*
svga: misc whitespace and comment fixes in svga_cmd.c
Brian Paul
2013-05-09
1
-82
/
+82
*
ilo: add support for PIPE_FORMAT_ETC1_RGB8
Chia-I Wu
2013-05-09
2
-5
/
+61
*
ilo: support mapping with a staging system buffer
Chia-I Wu
2013-05-09
1
-0
/
+77
*
ilo: allow for different mapping methods
Chia-I Wu
2013-05-09
1
-115
/
+187
*
ilo: allow bo format to differ from that requested
Chia-I Wu
2013-05-09
2
-14
/
+22
*
draw/llvm: Add additional llvm optimization passes
Stéphane Marchesin
2013-05-08
1
-0
/
+3
*
i915: Use Y tiling for textures
Stéphane Marchesin
2013-05-08
1
-2
/
+7
*
i915g: Optimize batchbuffer sizes
Stéphane Marchesin
2013-05-08
2
-4
/
+6
[next]