index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-22
u_math: uses assert, include assert.h
Dave Airlie
1
-0
/
+1
2015-05-20
nir: Get rid of the array elements parameter on load/store intrinsics
Jason Ekstrand
1
-2
/
+0
2015-05-20
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
8
-104
/
+15
2015-05-20
cso: add context cleanup code from st/mesa
Marek Olšák
1
-0
/
+7
2015-05-20
tgsi: handle TG4 opcode in tgsi exec
Dave Airlie
2
-2
/
+12
2015-05-16
tgsi/dump: fix declaration printing of tessellation inputs/outputs
Ilia Mirkin
1
-2
/
+18
2015-05-16
tgsi/ureg: allow ureg_dst to have dimension indices
Ilia Mirkin
2
-8
/
+75
2015-05-16
tgsi/ureg: use correct limit for max input count
Marek Olšák
1
-1
/
+1
2015-05-16
tgsi/sanity: set implicit in/out array sizes based on patch sizes
Ilia Mirkin
1
-4
/
+32
2015-05-16
tgsi/scan: allow scanning tessellation shaders
Ilia Mirkin
1
-1
/
+5
2015-05-16
gallium: disable tessellation shaders for meta ops
Marek Olšák
3
-0
/
+18
2015-05-16
gallium/cso: set NULL shaders at context destruction
Marek Olšák
1
-0
/
+7
2015-05-16
gallium/cso: add support for tessellation shaders
Marek Olšák
2
-0
/
+105
2015-05-16
gallium/u_blitter: disable tessellation for all operations
Marek Olšák
2
-1
/
+42
2015-05-16
gallium/util: print vertices_per_patch in util_dump_draw_info
Marek Olšák
1
-0
/
+2
2015-05-16
gallium: add tessellation shader properties
Ilia Mirkin
1
-1
/
+6
2015-05-16
gallium: add new semantics for tessellation
Ilia Mirkin
1
-0
/
+5
2015-05-16
gallium: add new PATCHES primitive type
Ilia Mirkin
1
-1
/
+2
2015-05-16
gallium: add tessellation shader types
Ilia Mirkin
3
-2
/
+8
2015-05-15
gallium/aux: Add needed extern "C" wrappers
Alexander von Gluck IV
2
-0
/
+17
2015-05-13
llvmpipe: enable ARB_texture_view
Roland Scheidegger
1
-1
/
+1
2015-05-13
gallium/util: fix blitter sampler view target initialization
Roland Scheidegger
1
-0
/
+1
2015-05-08
util: Move gallium's linked list to util
Jason Ekstrand
12
-157
/
+10
2015-05-08
gallium/double_list: s/INLINE/inline and remove the p_compiler include
Jason Ekstrand
1
-7
/
+6
2015-05-06
draw: (trivial) fix out-of-bounds vector initialization
Roland Scheidegger
1
-1
/
+1
2015-05-06
gallium: replace pipe_driver_query_info::max_value by a union
Samuel Pitoiset
1
-1
/
+2
2015-05-06
gallium: add new fields to pipe_driver_query_info
Samuel Pitoiset
1
-1
/
+3
2015-04-29
winsys/radeon: move radeon_winsys.h to drivers/radeon
Marek Olšák
1
-3
/
+3
2015-04-28
gallium/util: get h264 level based on number of max references and resolution
Leo Liu
1
-0
/
+36
2015-04-27
softpipe: fix another stencil-as-float issue
Roland Scheidegger
1
-2
/
+2
2015-04-27
Fix a few typos
Zoë Blade
2
-2
/
+2
2015-04-26
gallium/hud: add more options to customize HUD panes
Gediminas Jakutis
2
-6
/
+161
2015-04-23
os/os_memory_aligned.h: Handle integer overflow.
Jose Fonseca
1
-1
/
+27
2015-04-23
draw: fix prim ids when there's no gs
Roland Scheidegger
3
-2
/
+15
2015-04-22
cso: minor comment fix
Brian Paul
1
-1
/
+1
2015-04-22
android: fix the building rules for Android 5.0
Chih-Wei Huang
2
-2
/
+2
2015-04-22
android: add $(mesa_top)/src include to the whole of mesa
Emil Velikov
1
-2
/
+1
2015-04-20
gallivm: Fix build against LLVM 3.7 SVN r235265
Nick Sarnie
2
-2
/
+2
2015-04-18
indices: fix provoking vertex for quads/quadstrips
Ilia Mirkin
1
-3
/
+10
2015-04-18
primconvert: select pv convention only from flatshade_first
Ilia Mirkin
1
-2
/
+1
2015-04-17
gallium/ttn: fix TXF
Rob Clark
1
-1
/
+7
2015-04-17
gallium/ttn: add UBO support
Rob Clark
1
-9
/
+60
2015-04-17
gallium/ttn: minor cleanup
Rob Clark
1
-23
/
+17
2015-04-17
gallium/ttn: add support for TXL2
Rob Clark
1
-0
/
+11
2015-04-17
gallium/ttn: add support for texture offsets
Rob Clark
1
-1
/
+28
2015-04-15
tgsi: also dump label for TGSI_OPCODE_BGNSUB opcode
Brian Paul
1
-0
/
+1
2015-04-11
gallium/ttn: add support for system values
Rob Clark
1
-0
/
+34
2015-04-11
gallium/ttn: fix TXD
Rob Clark
1
-3
/
+17
2015-04-11
gallium/ttn: add TXQ support (v2)
Rob Clark
1
-8
/
+51
2015-04-11
gallium/ttn: split out helper to get texture info
Rob Clark
1
-53
/
+59
[next]