index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2013-05-04
19
-20
/
+20
*
llvmpipe: get rid of depth swizzling.
Roland Scheidegger
2013-05-03
7
-273
/
+414
*
r600g: Correctly initialize the shader key, v2
Lauri Kasanen
2013-05-03
1
-1
/
+2
*
scons: remove nouveau build
Andreas Boll
2013-05-03
4
-43
/
+0
*
scons: remove radeon build
Andreas Boll
2013-05-03
3
-59
/
+0
*
r600g: don't emit surface_sync after FLUSH_AND_INV_EVENT
Alex Deucher
2013-05-03
1
-26
/
+0
*
r600g/sb: zero-initialize bytecode structs
Vadim Girlin
2013-05-03
2
-3
/
+6
*
r600g/sb: fix constant propagation in gvn pass
Vadim Girlin
2013-05-03
1
-1
/
+2
*
r600g/sb: don't run unnecessary passes
Vadim Girlin
2013-05-03
1
-3
/
+0
*
r600g/sb: silence warnings with gcc 4.8
Vadim Girlin
2013-05-03
2
-14
/
+15
*
r600g/sb: fix handling of interference sets in post_scheduler
Vadim Girlin
2013-05-03
2
-8
/
+8
*
r600g/sb: fix allocation of indirectly addressed input arrays
Vadim Girlin
2013-05-03
4
-10
/
+25
*
r600g/sb: use hex instead of binary constants
Vadim Girlin
2013-05-03
5
-15
/
+15
*
r600g: use old shader disassembler by default
Vadim Girlin
2013-05-03
4
-19
/
+18
*
radeon/uvd: enable interlaced buffers by default
Christian König
2013-05-03
2
-5
/
+5
*
vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06e
Christian König
2013-05-03
2
-6
/
+6
*
vl/buffers: fix typo in function name
Christian König
2013-05-03
2
-6
/
+6
*
radeon/uvd: fix some MPEG4 artifacts
Christian König
2013-05-03
1
-7
/
+17
*
ilo: use u_reduced_prims_for_vertices()
Chia-I Wu
2013-05-03
1
-68
/
+1
*
r600g: Don't set the dest cache bits on surface sync for R600_CONTEXT_FLUSH_A...
Tom Stellard
2013-05-02
1
-15
/
+13
*
r600g/compute: Fix build error in debug code
Tom Stellard
2013-05-02
1
-1
/
+1
*
radeon: Fix build with LLVM 3.3
Armin K
2013-05-02
1
-1
/
+1
*
r600/sb: Fix build failure with non-standard libdrm installation prefix
Lauri Kasanen
2013-05-02
1
-0
/
+1
*
radeon/uvd: Fix build failure with non-standard libdrm installation prefix
Lauri Kasanen
2013-05-02
1
-1
/
+1
*
radeon/uvd: fix quant scan order for mpeg2
Christian König
2013-05-01
1
-2
/
+6
*
vl/buffer: use 2D_ARRAY instead of 3D textures
Christian König
2013-05-01
2
-14
/
+14
*
ilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS
Chia-I Wu
2013-05-01
1
-0
/
+2
*
ilo: enable SO support on GEN7
Chia-I Wu
2013-05-01
1
-3
/
+4
*
ilo: reset SO write offsets for new SO targets
Chia-I Wu
2013-05-01
1
-6
/
+15
*
ilo: correctly program SO states for GEN7
Chia-I Wu
2013-05-01
1
-7
/
+46
*
ilo: implement GEN7 SO GPE functions
Chia-I Wu
2013-05-01
3
-40
/
+150
*
ilo: add gen6_pipeline_update_max_svbi()
Chia-I Wu
2013-05-01
2
-13
/
+35
*
ilo: expose register indices of OUTs in ilo_shader
Chia-I Wu
2013-05-01
4
-4
/
+30
*
ilo: allow one-off flags to be specified for CP
Chia-I Wu
2013-05-01
2
-0
/
+15
*
ilo: fix tiling/size for special-purpose resources
Chia-I Wu
2013-05-01
1
-2
/
+30
*
ilo: use UMS layout for render targets
Chia-I Wu
2013-05-01
4
-19
/
+117
*
ilo: support and prefer compact array spacing
Chia-I Wu
2013-05-01
4
-15
/
+77
*
ilo: move device limits to ilo_dev_info or to GPEs
Chia-I Wu
2013-05-01
10
-96
/
+127
*
ilo: use ilo_dev_info in toy compiler
Chia-I Wu
2013-05-01
10
-33
/
+33
*
ilo: use ilo_dev_info in GPE and 3D pipeline
Chia-I Wu
2013-05-01
12
-597
/
+587
*
ilo: add ilo_dev_info shared by the screen and contexts
Chia-I Wu
2013-05-01
9
-51
/
+71
*
ilo: fix indentation of ilo_gpe_gen*.h
Chia-I Wu
2013-05-01
2
-258
/
+258
*
r600g/sb: remove unused code
Vadim Girlin
2013-04-30
2
-34
/
+0
*
r600g/sb: collect shader statistics
Vadim Girlin
2013-04-30
5
-8
/
+162
*
r600g/sb: don't propagate dead values in GVN pass
Vadim Girlin
2013-04-30
1
-0
/
+3
*
r600g/sb: use simple heuristic to limit register pressure
Vadim Girlin
2013-04-30
2
-3
/
+33
*
r600g/sb: improve error checking in ra_coalesce pass
Vadim Girlin
2013-04-30
2
-14
/
+27
*
r600g/sb: use source bytecode in case of optimization errors
Vadim Girlin
2013-04-30
5
-11
/
+25
*
r600g: plug in optimizing backend
Vadim Girlin
2013-04-30
8
-3
/
+155
*
r600g/sb: initial commit of the optimizing shader backend
Vadim Girlin
2013-04-30
35
-0
/
+17498
[next]