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
*
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
*
r600g: use enum type for domains field in struct r600_resource
Vadim Girlin
2013-04-30
1
-1
/
+1
*
r600g: add new flags to isa instruction tables
Vadim Girlin
2013-04-30
1
-116
/
+127
*
r600g: always create reverse lookup isa tables
Vadim Girlin
2013-04-30
1
-10
/
+2
*
r600g: mask unused source components for SAMPLE
Vadim Girlin
2013-04-30
1
-0
/
+20
*
r600g/llvm: Fix opencl build
Vincent Lejeune
2013-04-30
1
-1
/
+1
*
r600g/llvm: get use_kill from compiler shader
Vincent Lejeune
2013-04-30
4
-2
/
+9
*
llvmpipe: Fix queries when screen->num_threads == 0.
José Fonseca
2013-04-29
1
-2
/
+3
*
r600g: force full cache for hyperz
Jerome Glisse
2013-04-29
2
-0
/
+2
*
freedreno: fix rebase screw-up
Rob Clark
2013-04-29
1
-1
/
+1
*
llvmpipe: stop crashing when one of the so targets is null
Zack Rusin
2013-04-27
1
-2
/
+5
*
llvmpipe: implement so_overflow query
Zack Rusin
2013-04-26
3
-0
/
+15
*
llvmpipe: replace LP_MAX_THREADS with screen->num_threads in query code
Brian Paul
2013-04-26
1
-2
/
+4
*
llvmpipe: bump LP_MAX_THREADS to 16
Brian Paul
2013-04-26
1
-1
/
+1
*
r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2
Christian König
2013-04-26
4
-2
/
+18
*
radeon/uvd: stop using anonymous unions
Christian König
2013-04-26
4
-39
/
+39
*
ilo: add the driver to the build system
Chia-I Wu
2013-04-26
1
-0
/
+8
*
ilo: compile VS/GS/FS with the toy compiler
Chia-I Wu
2013-04-26
6
-20
/
+4460
*
ilo: add a toy shader compiler
Chia-I Wu
2013-04-26
14
-1
/
+8669
*
ilo: hook up pipe context GPGPU functions
Chia-I Wu
2013-04-26
1
-1
/
+12
*
ilo: hook up pipe context video functions
Chia-I Wu
2013-04-26
1
-2
/
+28
*
ilo: add support for time/occlusion/primitive queries
Chia-I Wu
2013-04-26
3
-5
/
+293
*
ilo: hook up pipe context 3D functions
Chia-I Wu
2013-04-26
4
-5
/
+287
*
ilo: add GEN7 support for 3D pipeline
Chia-I Wu
2013-04-26
7
-2
/
+954
*
ilo: add 3D pipeline for GEN6
Chia-I Wu
2013-04-26
6
-0
/
+3034
*
ilo: add GEN7 GPE
Chia-I Wu
2013-04-26
3
-0
/
+2367
*
ilo: add GEN6 GPE
Chia-I Wu
2013-04-26
5
-0
/
+5270
*
ilo: hook up pipe context query functions
Chia-I Wu
2013-04-26
2
-5
/
+208
*
ilo: hook up pipe context transfer functions
Chia-I Wu
2013-04-26
1
-4
/
+239
*
ilo: hook up pipe context blit functions
Chia-I Wu
2013-04-26
3
-5
/
+269
*
ilo: hook up pipe context state functions
Chia-I Wu
2013-04-26
4
-61
/
+1148
*
ilo: add functions to manage shaders
Chia-I Wu
2013-04-26
4
-0
/
+899
*
ilo: hook up pipe context flush function
Chia-I Wu
2013-04-26
2
-1
/
+79
*
ilo: add command parser
Chia-I Wu
2013-04-26
3
-0
/
+649
*
ilo: hook up pipe screen resource functions
Chia-I Wu
2013-04-26
2
-5
/
+856
*
ilo: hook up pipe screen format functions
Chia-I Wu
2013-04-26
2
-2
/
+683
*
ilo: hook up pipe_screen param and fence functions
Chia-I Wu
2013-04-26
3
-11
/
+606
*
ilo: add debug flags settable through ILO_DEBUG
Chia-I Wu
2013-04-26
2
-0
/
+28
*
ilo: new pipe driver for Intel GEN6+
Chia-I Wu
2013-04-26
28
-0
/
+4887
*
winsys/radeon: consolidate tracing into winsys v2
Jerome Glisse
2013-04-25
11
-66
/
+22
*
r600g/compute: Removed unused and untested code
Tom Stellard
2013-04-25
5
-776
/
+66
*
r600g/compute: Use a constant buffer to store kernel parameters v2
Tom Stellard
2013-04-25
2
-16
/
+30
*
r600g: Add evergreen_emit_cs_constant_buffers() v2
Tom Stellard
2013-04-25
3
-11
/
+36
[next]