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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ilo: refactor blitter_xy_color_blt()
Chia-I Wu
2013-05-21
1
-48
/
+92
*
ilo: replace cp hooks by cp owner and flush callback
Chia-I Wu
2013-05-21
6
-253
/
+249
*
ilo: harware contexts are only for the render ring
Chia-I Wu
2013-05-21
5
-8
/
+12
*
ilo: update format mappings
Chia-I Wu
2013-05-21
1
-14
/
+79
*
ilo: update headers from i965
Chia-I Wu
2013-05-21
5
-54
/
+149
*
r600g/llvm: fix cubemap lod/bias
Vincent Lejeune
2013-05-20
1
-0
/
+3
*
r600g/llvm: Fix texelFetchOffset-2D
Vincent Lejeune
2013-05-20
1
-0
/
+6
*
r600g/llvm: Fix cubearray textureSize
Vincent Lejeune
2013-05-20
3
-0
/
+17
*
r600g/llvm: Factorize code loading from const buffer.
Vincent Lejeune
2013-05-20
1
-27
/
+24
*
llvmpipe: enable z32s8x24 format
Roland Scheidegger
2013-05-18
1
-6
/
+0
*
llvmpipe: handle z32s8x24 depth/stencil format
Roland Scheidegger
2013-05-18
7
-147
/
+252
*
llvmpipe: get rid of unused tiled/linear logic
Roland Scheidegger
2013-05-18
7
-713
/
+50
*
llvmpipe: fix bogus handling of first_layer when setting up texture sampling
Roland Scheidegger
2013-05-18
2
-14
/
+18
*
gallivm: Eliminate 8.8 fixed point intermediates from AoS sampling path.
José Fonseca
2013-05-17
1
-2
/
+2
*
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
*
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
*
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
*
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: try to prevent overflows on index buffers
Zack Rusin
2013-05-14
6
-14
/
+27
*
draw: don't crash on vertex buffer overflow
Zack Rusin
2013-05-14
6
-11
/
+15
*
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
2
-0
/
+4
*
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
*
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
9
-0
/
+15
*
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
*
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
*
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
1
-3
/
+5
*
i915g: Add more PIPE_CAP_* support
Stéphane Marchesin
2013-05-08
1
-0
/
+9
*
ilo: remove our own type inference
Chia-I Wu
2013-05-08
1
-97
/
+27
[prev]
[next]