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
*
ilo: add array_size and level_count to ilo_image
Chia-I Wu
2015-06-14
2
-0
/
+6
*
ilo: add pipe_texture_target to ilo_image
Chia-I Wu
2015-06-14
6
-23
/
+18
*
ilo: fix "Render Cache Read Write Mode"
Chia-I Wu
2015-06-14
5
-28
/
+12
*
ilo: avoid resource owning in core
Chia-I Wu
2015-06-14
7
-142
/
+27
*
ilo: assert core objects are zero-initialized
Chia-I Wu
2015-06-14
6
-2
/
+29
*
radeon/llvm: Handle LLVM backend rename from R600 to AMDGPU
Tom Stellard
2015-06-12
1
-0
/
+8
*
gallivm: Only build lp_profile() body when PROFILE is defined
Tom Stellard
2015-06-12
1
-1
/
+1
*
vc4: automake: enable subdir-objects
Emil Velikov
2015-06-12
1
-0
/
+2
*
mesa: build xmlconfig to a separate static library
Erik Faye-Lund
2015-06-12
1
-6
/
+0
*
targets/nine: link against libnir/libglsl_util
Emil Velikov
2015-06-12
1
-0
/
+2
*
pipe-loader: add libnir and libglsl_util to the link
Emil Velikov
2015-06-12
1
-0
/
+2
*
mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_util
Emil Velikov
2015-06-12
2
-20
/
+0
*
gallium: use $(top_builddir) when referencing static archives
Emil Velikov
2015-06-12
2
-2
/
+2
*
freedreno: use CXX linker rather than explicit link against libstdc++
Emil Velikov
2015-06-12
1
-1
/
+2
*
trace: Add missing p_compiler.h include.
Jose Fonseca
2015-06-12
1
-0
/
+2
*
gallium: remove explicit values from PIPE_CAP_ enums
Brian Paul
2015-06-11
1
-98
/
+98
*
llvmpipe: simplify lp_resource_copy()
Brian Paul
2015-06-10
1
-59
/
+2
*
st/dri: check pscreen is valid before querying param
Dave Airlie
2015-06-10
1
-1
/
+1
*
nouveau: set imported buffers to what the kernel gives us
Dave Airlie
2015-06-10
1
-1
/
+1
*
vc4: Drop qir include from vc4_screen.h
Eric Anholt
2015-06-09
1
-1
/
+1
*
vc4: Drop subdirectory in vc4 build.
Eric Anholt
2015-06-09
4
-49
/
+5
*
vc4: Update to current kernel validation code.
Eric Anholt
2015-06-09
3
-35
/
+37
*
android: build with libcxx on android lollipop
Chih-Wei Huang
2015-06-09
3
-1
/
+10
*
android: enable the radeonsi driver
Chih-Wei Huang
2015-06-09
4
-0
/
+30
*
android: add rules to build a gallium_dri.so
Chih-Wei Huang
2015-06-09
4
-2
/
+189
*
android: add rules to build gallium/state_trackers/dri
Chih-Wei Huang
2015-06-09
2
-2
/
+67
*
rtasm: Generalize executable memory allocator to all Unices.
Jose Fonseca
2015-06-09
1
-1
/
+1
*
softpipe/query: force parenthesis around a logical not
Martin Peres
2015-06-08
1
-1
/
+1
*
radeonsi: Add CIK SDMA support
Michel Dänzer
2015-06-08
7
-21
/
+427
*
r600g,radeonsi: Assert that there's enough space after flushing
Michel Dänzer
2015-06-08
1
-3
/
+2
*
clover: clarify and fix the EGL interop error case
Marek Olšák
2015-06-05
1
-1
/
+6
*
tgsi/ureg: fix a coverity defect in emit_decls
Marek Olšák
2015-06-05
1
-3
/
+4
*
r600g: fix a coverity defect in streamout code
Marek Olšák
2015-06-05
1
-1
/
+1
*
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
2015-06-05
16
-36
/
+158
*
tgsi/ureg: add support for output array declarations
Marek Olšák
2015-06-05
4
-31
/
+78
*
tgsi/ureg: add support for GS input array declarations
Marek Olšák
2015-06-05
2
-13
/
+28
*
tgsi/ureg: merge input and fs_input arrays
Marek Olšák
2015-06-05
1
-51
/
+33
*
tgsi/ureg: rename and simplify ureg_DECL_gs_input
Marek Olšák
2015-06-05
2
-19
/
+19
*
tgsi/ureg: add support for FS input array declarations
Marek Olšák
2015-06-05
3
-17
/
+60
*
tgsi/scan: get more information about arrays and handle arrays correctly (v2)
Marek Olšák
2015-06-05
2
-3
/
+25
*
draw: (trivial) fix NULL pointer dereference
Roland Scheidegger
2015-06-05
1
-2
/
+2
*
llvmpipe: Implement stencil export
Roland Scheidegger
2015-06-04
4
-15
/
+21
*
gallium/util: silence silence unused var warnings for non-debug build
Brian Paul
2015-06-01
1
-2
/
+1
*
gallivm: silence unused var warnings for non-debug build
Brian Paul
2015-06-01
1
-0
/
+1
*
pipebuffer: silence unused var warnings for non-debug build
Brian Paul
2015-06-01
1
-0
/
+1
*
draw: silence unused var warnings for non-debug build
Brian Paul
2015-06-01
1
-0
/
+4
*
gallivm: Remove stub disassemblerSymbolLookupCB.
Jose Fonseca
2015-06-01
1
-13
/
+1
*
vc4: Don't bother with safe list traversal in CSE.
Eric Anholt
2015-05-29
1
-1
/
+1
*
vc4: Convert from simple_list.h to list.h
Eric Anholt
2015-05-29
19
-139
/
+87
*
vc4: Make sure we allocate idle BOs from the cache.
Eric Anholt
2015-05-29
1
-1
/
+11
[next]