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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.
Matt Turner
2013-04-30
3
-0
/
+3
*
build: Remove HAVE_PIPE_LOADER_SW.
Matt Turner
2013-04-30
1
-4
/
+0
*
build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.
Matt Turner
2013-04-30
3
-0
/
+3
*
build: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB.
Matt Turner
2013-04-30
1
-2
/
+2
*
draw: don't crash if GS doesn't emit anything
Zack Rusin
2013-04-27
2
-0
/
+18
*
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
*
Gallium: Use mmap on Haiku for executable memory vs malloc
Alexander von Gluck IV
2013-04-29
1
-1
/
+1
*
r600g/llvm: get use_kill from compiler shader
Vincent Lejeune
2013-04-30
4
-2
/
+9
*
draw/so: fix overflow calculation
Zack Rusin
2013-04-27
1
-8
/
+18
*
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
*
draw/so: indicate overflow when buffer is missing
Zack Rusin
2013-04-27
1
-0
/
+4
*
gallivm: fix indirect addressing of temps in soa mode
Zack Rusin
2013-04-27
1
-0
/
+11
*
tgsi/ureg: Add a function to return the number of outputs
Zack Rusin
2013-04-26
2
-0
/
+15
*
draw/so: Fix overflow calculations
Zack Rusin
2013-04-26
1
-3
/
+8
*
draw/llvm: fix viewport transformations
Zack Rusin
2013-04-26
1
-4
/
+5
*
gallium: increase the number of available stream output decls
Zack Rusin
2013-04-26
1
-1
/
+2
*
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
*
Revert "draw: Yield zeros for LLVM fetches of non-existing vertex elements."
José Fonseca
2013-04-26
1
-16
/
+10
*
ilo: add the driver to the build system
Chia-I Wu
2013-04-26
7
-0
/
+159
[prev]
[next]