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
...
*
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
*
gallivm: Workaround LLVM PR23628.
Jose Fonseca
2015-05-28
1
-0
/
+11
*
gallivm: Do not use NoFramePointerElim with LLVM 3.7.
Vinson Lee
2015-05-27
2
-0
/
+4
*
tgsi/ureg: enable creating tessellation shaders with ureg_create_shader
Marek Olšák
2015-05-26
1
-4
/
+14
*
tgsi/text: enable parsing tessellation shaders
Marek Olšák
2015-05-26
1
-0
/
+4
*
gallium: rename TGSI tessellation processor types to match pipe shader names
Marek Olšák
2015-05-26
4
-15
/
+15
*
u_math: uses assert, include assert.h
Dave Airlie
2015-05-22
1
-0
/
+1
*
nir: Get rid of the array elements parameter on load/store intrinsics
Jason Ekstrand
2015-05-20
1
-2
/
+0
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
8
-104
/
+15
*
cso: add context cleanup code from st/mesa
Marek Olšák
2015-05-20
1
-0
/
+7
*
tgsi: handle TG4 opcode in tgsi exec
Dave Airlie
2015-05-20
2
-2
/
+12
*
tgsi/dump: fix declaration printing of tessellation inputs/outputs
Ilia Mirkin
2015-05-16
1
-2
/
+18
*
tgsi/ureg: allow ureg_dst to have dimension indices
Ilia Mirkin
2015-05-16
2
-8
/
+75
*
tgsi/ureg: use correct limit for max input count
Marek Olšák
2015-05-16
1
-1
/
+1
*
tgsi/sanity: set implicit in/out array sizes based on patch sizes
Ilia Mirkin
2015-05-16
1
-4
/
+32
*
tgsi/scan: allow scanning tessellation shaders
Ilia Mirkin
2015-05-16
1
-1
/
+5
*
gallium: disable tessellation shaders for meta ops
Marek Olšák
2015-05-16
3
-0
/
+18
*
gallium/cso: set NULL shaders at context destruction
Marek Olšák
2015-05-16
1
-0
/
+7
*
gallium/cso: add support for tessellation shaders
Marek Olšák
2015-05-16
2
-0
/
+105
*
gallium/u_blitter: disable tessellation for all operations
Marek Olšák
2015-05-16
2
-1
/
+42
*
gallium/util: print vertices_per_patch in util_dump_draw_info
Marek Olšák
2015-05-16
1
-0
/
+2
*
gallium: add tessellation shader properties
Ilia Mirkin
2015-05-16
1
-1
/
+6
*
gallium: add new semantics for tessellation
Ilia Mirkin
2015-05-16
1
-0
/
+5
[prev]
[next]