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
*
tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
Christian König
2013-03-19
11
-248
/
+2
*
tgsi/ureg: implement support for array temporaries
Christian König
2013-03-19
2
-24
/
+69
*
tgsi/ureg: cleanup local temporary emission v2
Christian König
2013-03-19
1
-17
/
+13
*
radeon/llvm: Link against libgallium.la to fix an undefined symbol
Andreas Boll
2013-03-19
1
-0
/
+1
*
r600g: properly set non_disp tiling mode for DMA (v2)
Alex Deucher
2013-03-17
1
-2
/
+6
*
r600g: Use blitter rather than DMA for 128bpp on cayman (v3)
Alex Deucher
2013-03-17
1
-0
/
+11
*
gallium/build: Fix visibility CFLAGS in automake
Maarten Lankhorst
2013-03-16
6
-4
/
+15
*
st/dri: add support for the always_have_depth_buffer option
Brian Paul
2013-03-15
3
-11
/
+28
*
wayland: fix segfault when using software rendering
Philipp Brüschweiler
2013-03-15
1
-1
/
+1
*
softpipe: fix up NUM_ENTRIES confusion
Brian Paul
2013-03-14
3
-13
/
+13
*
st/osmesa: silence some optimized build warnings
Brian Paul
2013-03-14
1
-2
/
+6
*
draw: init pre_clip_pos = NULL to fix optimized build warning
Brian Paul
2013-03-14
1
-1
/
+1
*
softpipe: Shrink context size.
José Fonseca
2013-03-14
1
-1
/
+1
*
tgsi: fix sample_d emit for arrays
Roland Scheidegger
2013-03-14
1
-19
/
+11
*
llvmpipe: don't assert when trying to render to surfaces with multiple layers
Roland Scheidegger
2013-03-14
2
-2
/
+3
*
softpipe: don't assert when creating surfaces with multiple layers
Roland Scheidegger
2013-03-14
2
-16
/
+32
*
llvmpipe: Fix geometry shader token leak.
José Fonseca
2013-03-13
1
-0
/
+1
*
radeon/llvm: Add missing license headers
Tom Stellard
2013-03-13
2
-0
/
+52
*
radeon/llvm: Make radeon_llvm_util.cpp a C file
Tom Stellard
2013-03-13
3
-29
/
+8
*
radeon/llvm: Optimize radeon_llvm_strip_unused_kernels()
Tom Stellard
2013-03-13
2
-17
/
+10
*
radeon/llvm: Implement radeon_llvm_get_kernel_module() using the C API
Tom Stellard
2013-03-13
2
-7
/
+15
*
radeon/llvm: Implement radeon_llvm_get_num_kernels() using the C API
Tom Stellard
2013-03-13
1
-6
/
+1
*
radeon/llvm: Implement radeon_llvm_parse_bitcode() using C API
Tom Stellard
2013-03-13
2
-8
/
+11
*
r600g/llvm: Move llvm wrapper functions into the radeon directory
Tom Stellard
2013-03-13
7
-38
/
+35
*
scons: Define PACKAGE_VERSION/BUGREPORT globally.
José Fonseca
2013-03-13
1
-1
/
+0
*
target/osmesa: add new Makefile.am
Brian Paul
2013-03-12
1
-0
/
+91
*
targets/osmesa: new OSMesa gallium target
Brian Paul
2013-03-12
1
-0
/
+55
*
st/osmesa: add new Makefile.am
Brian Paul
2013-03-12
1
-0
/
+41
*
st/osmesa: new OSMesa gallium state tracker
Brian Paul
2013-03-12
1
-0
/
+793
*
scons: Re-add ','
José Fonseca
2013-03-13
1
-1
/
+1
*
autotools: Add missing top-level include dir.
José Fonseca
2013-03-13
1
-0
/
+1
*
mesa: Use PACKAGE_BUGREPORT macro.
Matt Turner
2013-03-12
1
-1
/
+1
*
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
Matt Turner
2013-03-12
6
-8
/
+6
*
draw/so: Fix stream output with geometry shaders
Zack Rusin
2013-03-12
2
-8
/
+31
*
mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.
José Fonseca
2013-03-12
1
-69
/
+5
*
radeonsi: Fix off-by-one for maximum vertex element index in some cases
Michel Dänzer
2013-03-12
1
-2
/
+8
*
nvc0: avoid crash on updating RASTERIZE_ENABLE state
Christoph Bumiller
2013-03-12
2
-4
/
+18
*
gallium/tests: check format in compute tests, make selectable
Christoph Bumiller
2013-03-12
1
-17
/
+52
*
nvc0: add MP trap handler for nve4
Christoph Bumiller
2013-03-12
4
-15
/
+314
*
nvc0: they removed the NTID,NCTAID,GRIDID registers on nve4
Christoph Bumiller
2013-03-12
6
-23
/
+66
*
nvc0: implement compute support for nve4
Christoph Bumiller
2013-03-12
18
-78
/
+1882
*
nvc0/ir: try to fix CAS (CompareAndSwap)
Christoph Bumiller
2013-03-12
2
-1
/
+42
*
nv50/ir: add CCTL (cache control) op
Christoph Bumiller
2013-03-12
5
-4
/
+33
*
nvc0/ir/emit: fix emission of large address offsets
Christoph Bumiller
2013-03-12
1
-8
/
+50
*
nvc0: add SHADER/COMPUTE_RESOURCE bind flags to format table
Christoph Bumiller
2013-03-12
1
-43
/
+53
*
nouveau: align PIPE_BIND_SHADER,COMPUTE_RESOURCEs to 256 bytes
Christoph Bumiller
2013-03-12
1
-1
/
+3
*
nv50,nvc0: copy writable flag on surface creation
Christoph Bumiller
2013-03-12
2
-0
/
+2
*
nv50/ir: add support for different sampler and resource index on nve4
Christoph Bumiller
2013-03-12
3
-37
/
+51
*
nv50/ir: implement splitting of 64 bit ops after RA
Christoph Bumiller
2013-03-12
6
-39
/
+98
*
nvc0/ir: skip back edges when determining latest sched value
Christoph Bumiller
2013-03-12
1
-3
/
+4
[next]