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: Honour pipe_rasterizer::point_quad_rasterization.
José Fonseca
2014-01-09
1
-10
/
+57
*
mesa: Work around internal compiler error
Thomas Sondergaard
2014-01-08
1
-2
/
+2
*
freedreno: add basic query support
Rob Clark
2014-01-08
8
-1
/
+275
*
freedreno/a3xx: use cs patch instead of RFI+RMW
Rob Clark
2014-01-08
8
-52
/
+46
*
freedreno/a3xx: support for hw binning pass
Rob Clark
2014-01-08
15
-158
/
+706
*
freedreno: be more clever about gmem usage
Rob Clark
2014-01-08
2
-9
/
+18
*
freedreno: resync generated headers
Rob Clark
2014-01-08
5
-24
/
+214
*
llvmpipe: Fix the bottom_edge_rule adjustment for points.
José Fonseca
2014-01-08
1
-4
/
+4
*
llvmpipe: Respect bottom_edge_rule when computing the rasterization bounding ...
José Fonseca
2014-01-08
3
-3
/
+3
*
ilo: enable HiZ
Chia-I Wu
2014-01-08
4
-7
/
+45
*
ilo: resolve Z/HiZ correctly
Chia-I Wu
2014-01-08
5
-1
/
+234
*
ilo: add flags to texture slices
Chia-I Wu
2014-01-08
1
-0
/
+29
*
ilo: rename and add an accessor for texture slices
Chia-I Wu
2014-01-08
4
-19
/
+41
*
ilo: add HiZ op support to the pipelines
Chia-I Wu
2014-01-08
11
-4
/
+1070
*
ilo: add support for HiZ allocation
Chia-I Wu
2014-01-08
2
-1
/
+82
*
ilo: refactor separate stencil allocation
Chia-I Wu
2014-01-08
1
-20
/
+27
*
ilo: assorted GPE fixes for HiZ
Chia-I Wu
2014-01-08
5
-69
/
+67
*
ilo: no layer offsetting on GEN7+
Chia-I Wu
2014-01-08
1
-1
/
+5
*
ilo: offset to layers only when necessary
Chia-I Wu
2014-01-08
4
-20
/
+137
*
ilo: allow ilo_zs_surface to skip layer offsetting
Chia-I Wu
2014-01-08
3
-19
/
+18
*
ilo: allow ilo_view_surface to skip layer offsetting
Chia-I Wu
2014-01-08
4
-88
/
+72
*
llvmpipe: Basic implementation of pipe_context::set_sample_mask.
José Fonseca
2014-01-07
5
-7
/
+20
*
cso_context: Fix cso_context::sample_mask initial value.
José Fonseca
2014-01-07
1
-1
/
+1
*
llvmpipe: Implement alpha_to_coverage for non-MSAA framebuffers.
Si Chen
2014-01-07
3
-1
/
+59
*
gallium/draw: remove double semicolon
Dave Airlie
2014-01-07
1
-1
/
+1
*
haiku libGL: Move from gallium target to src/hgl
Alexander von Gluck IV
2014-01-06
9
-1241
/
+2
*
haiku: Fix missing HaikuGL header paths
Alexander von Gluck IV
2014-01-06
2
-0
/
+2
*
radeonsi: calculate NUM_BANKS for DB correctly on CIK
Marek Olšák
2014-01-06
3
-4
/
+27
*
radeonsi: set correct pipe config for Hawaii in DB
Marek Olšák
2014-01-06
3
-15
/
+26
*
radeonsi: disable HTILE for 1D-tiled depth-stencil buffers
Marek Olšák
2014-01-06
1
-0
/
+5
*
freedreno/a3xx: fix blend state corruption issue
Rob Clark
2013-12-26
8
-33
/
+66
*
freedreno: prepare for hw binning
Rob Clark
2013-12-26
9
-142
/
+159
*
freedreno: resync generated headers
Rob Clark
2013-12-26
6
-76
/
+131
*
r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CM
Aaron Watry
2013-12-23
1
-0
/
+2
*
st/vdpau: Destroy context when initialization fails
Aaron Watry
2013-12-23
1
-0
/
+1
*
radeon/llvm: Free target data at end of optimization
Aaron Watry
2013-12-23
1
-0
/
+1
*
r600/compute: Use the correct FREE macro when deleting compute state
Aaron Watry
2013-12-23
1
-1
/
+1
*
r600/compute: Free compiled kernels when deleting compute state
Aaron Watry
2013-12-23
1
-0
/
+2
*
radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcode
Aaron Watry
2013-12-23
5
-18
/
+41
*
pipe_loader/sw: close dev->lib when initialization fails
Aaron Watry
2013-12-23
1
-1
/
+4
*
clover: Remove unused variable
Aaron Watry
2013-12-23
1
-1
/
+0
*
llvmpipe: use pipe_sampler_view_release() to avoid segfault
Jonathan Liu
2013-12-22
1
-0
/
+6
*
radeonsi: Use htile_buffer for depth only when there is no stencil.
Andreas Hartmetz
2013-12-22
1
-0
/
+8
*
winsys/radeon: remove superfluous distinction of cases
Niels Ole Salscheider
2013-12-22
1
-15
/
+5
*
radeonsi: Only scan pixel shaders for TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
Michel Dänzer
2013-12-20
1
-4
/
+7
*
r600g: Fix spelling error
Aaron Watry
2013-12-19
1
-1
/
+1
*
clover: Append buffers that use CL_MEM_USE_HOST_PTR.
Jan Vesely
2013-12-18
1
-1
/
+1
*
clover: Add parameter checks to clCreateBuffer.
Jan Vesely
2013-12-18
1
-1
/
+13
*
st/dri: Check for kernel support before enabling fd sharing v2
Thomas Hellstrom
2013-12-18
2
-8
/
+11
*
radeonsi: set CB_DISABLE if the color mask is 0
Marek Olšák
2013-12-18
1
-3
/
+8
[next]