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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: fix lp_build_compare_ext
Roland Scheidegger
2015-07-06
2
-1
/
+4
*
gallium/os: add conversion and wait functions for absolute timeouts
Marek Olšák
2015-07-05
2
-0
/
+67
*
gallium/os: add os_wait_until_zero (v2)
Marek Olšák
2015-07-05
2
-1
/
+48
*
gallium/ttn: mark location specially in nir for color0-writes-all
Ilia Mirkin
2015-07-03
1
-1
/
+6
*
gallium/ttn: IN/OUT are only array if ArrayID != 0
Rob Clark
2015-07-03
1
-62
/
+81
*
gallivm: add fp64 support. (v2.1)
Dave Airlie
2015-07-01
8
-31
/
+553
*
tgsi: add infer support for double opcodes.
Dave Airlie
2015-07-01
1
-0
/
+37
*
gallium/ttn: don't upset nir_validate w/ BRK's
Rob Clark
2015-06-30
1
-1
/
+1
*
gallium/ttn: add TXB2
Rob Clark
2015-06-30
1
-0
/
+11
*
gallium/ttn: partial fix for output arrays
Rob Clark
2015-06-30
1
-2
/
+4
*
gallium/hud: prevent NULL pointer dereference with pipe_query functions
Samuel Pitoiset
2015-06-28
1
-6
/
+8
*
mesa: Enable subdir-objects globally.
Matt Turner
2015-06-26
1
-2
/
+0
*
softpipe,llvmpipe: fix PIPE_SHADER_CAP_MAX_INPUTS value
Marek Olšák
2015-06-25
2
-2
/
+2
*
tgsi_to_nir: Fix translation of TXF on MSAA targets.
Eric Anholt
2015-06-23
1
-2
/
+10
*
draw,tgsi: Assume TGSI_PROPERTY_GS_INVOCATIONS default of 1.
Jose Fonseca
2015-06-23
1
-0
/
+1
*
draw/gallivm: add invocation ID support for llvmpipe.
Dave Airlie
2015-06-23
5
-3
/
+14
*
draw/tgsi: implement geom shader invocation support.
Dave Airlie
2015-06-23
4
-18
/
+34
*
tgsi: handle indirect sampler arrays. (v2)
Dave Airlie
2015-06-23
1
-4
/
+38
*
gallium/ttn: add missing SNE
Rob Clark
2015-06-21
1
-0
/
+1
*
gallium/ttn: add texture-type support
Rob Clark
2015-06-21
1
-1
/
+43
*
util/blitter (and friends): generate appropriate SVIEW decls
Rob Clark
2015-06-21
5
-46
/
+143
*
util/pstipple: updates for SVIEW decls
Rob Clark
2015-06-21
1
-5
/
+17
*
draw: updates to support SVIEW decls
Rob Clark
2015-06-21
2
-2
/
+32
*
tgsi/transform: add support for SVIEW decls
Rob Clark
2015-06-21
1
-0
/
+21
*
u_vbuf: fix src_offset alignment in u_vbuf_create_vertex_elements()
Brian Paul
2015-06-19
1
-1
/
+2
*
tgsi: add comments for ureg_emit_label()
Brian Paul
2015-06-19
1
-0
/
+6
*
tgsi: new comments, assertion for executing TGSI_OPCODE_CAL
Brian Paul
2015-06-19
1
-1
/
+5
*
llvmpipe: Truncate the binned constants to max const buffer size.
Jose Fonseca
2015-06-19
1
-1
/
+5
*
gallium: Enable build of NIR support on Android.
Eric Anholt
2015-06-15
1
-0
/
+3
*
gallium/util: add util_last_bit64
Marek Olšák
2015-06-14
1
-0
/
+19
*
gallivm: Only build lp_profile() body when PROFILE is defined
Tom Stellard
2015-06-12
1
-1
/
+1
*
android: enable the radeonsi driver
Chih-Wei Huang
2015-06-09
1
-0
/
+8
*
rtasm: Generalize executable memory allocator to all Unices.
Jose Fonseca
2015-06-09
1
-1
/
+1
*
tgsi/ureg: fix a coverity defect in emit_decls
Marek Olšák
2015-06-05
1
-3
/
+4
*
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
2015-06-05
4
-36
/
+142
*
tgsi/ureg: add support for output array declarations
Marek Olšák
2015-06-05
2
-24
/
+66
*
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
2
-16
/
+59
*
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
*
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
*
gallivm: make sampling more robust when the sampler setup is bogus
Roland Scheidegger
2015-05-29
1
-6
/
+32
*
gallivm: Use the LLVM's C disassembly interface.
Jose Fonseca
2015-05-29
1
-223
/
+37
*
gallivm: Disable frame pointer omission on LLVM 3.7.
Jose Fonseca
2015-05-29
1
-0
/
+10
[next]