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
*
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
*
llvmpipe: Implement alpha_to_coverage for non-MSAA framebuffers.
Si Chen
2014-01-07
3
-1
/
+59
*
radeonsi: calculate NUM_BANKS for DB correctly on CIK
Marek Olšák
2014-01-06
1
-4
/
+19
*
radeonsi: set correct pipe config for Hawaii in DB
Marek Olšák
2014-01-06
1
-15
/
+18
*
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
*
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
*
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
*
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
*
radeonsi: set CB_DISABLE if the color mask is 0
Marek Olšák
2013-12-18
1
-3
/
+8
*
radeonsi: add the htile buffer to the CS ioctl buffer list
Marek Olšák
2013-12-18
1
-0
/
+2
*
radeonsi: improve HiZ precision for less and lequal depth functions
Marek Olšák
2013-12-17
1
-1
/
+7
*
radeonsi: make DB_RENDER_OVERRIDE an invariant register
Marek Olšák
2013-12-17
3
-50
/
+3
*
radeonsi: flush HTILE when appropriate
Marek Olšák
2013-12-17
3
-2
/
+8
*
freedreno: dummy-draw workaround for a320
Rob Clark
2013-12-14
2
-1
/
+17
*
r600g: expose 32-bit integer vertex formats
Marek Olšák
2013-12-14
1
-0
/
+1
*
radeonsi: move invariant regs to si_init_config
Marek Olšák
2013-12-14
2
-31
/
+26
*
r600g: use shader-based MSAA resolving when hw-based one cannot be used
Marek Olšák
2013-12-14
1
-82
/
+35
*
radeonsi: use shader-based MSAA resolving when hw-based one cannot be used
Marek Olšák
2013-12-14
1
-83
/
+35
*
gallium/u_blitter: remove useless parameters from some functions
Marek Olšák
2013-12-14
6
-20
/
+10
*
llvmpipe: get rid of barycentric calculation of a0
Roland Scheidegger
2013-12-14
1
-66
/
+4
[next]