index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
indices
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: another s/unsigned/enum pipe_prim_type/ for clang
Brian Paul
2016-05-27
1
-1
/
+1
*
util/indices: move duplicated assignments out of switch cases
Brian Paul
2016-05-26
1
-29
/
+4
*
util/indices,svga: s/unsigned/enum pipe_prim_type/
Brian Paul
2016-05-26
3
-16
/
+17
*
util/indices: implement unfilled (tri->line) conversion for adjacency prims
Brian Paul
2016-05-26
2
-2
/
+38
*
util/indices: implement provoking vertex conversion for adjacency primitives
Brian Paul
2016-05-26
3
-3
/
+134
*
util/indices: assert that the incoming primitive is a triangle type
Brian Paul
2016-05-26
1
-0
/
+5
*
util/indices: formatting, whitespace fixes in u_unfilled_indices.c
Brian Paul
2016-05-26
1
-12
/
+7
*
util/indices: improve comments in u_indices.h
Brian Paul
2016-05-26
1
-3
/
+29
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
1
-1
/
+2
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
1
-1
/
+1
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
1
-1
/
+1
*
util/indices: replace #define tokens with enum type
Brian Paul
2015-11-04
3
-86
/
+91
*
indices: fix provoking vertex for quads/quadstrips
Ilia Mirkin
2015-04-18
1
-3
/
+10
*
primconvert: select pv convention only from flatshade_first
Ilia Mirkin
2015-04-18
1
-2
/
+1
*
u_primconvert: add primitive restart support
Dave Airlie
2015-03-20
6
-86
/
+201
*
gallium/auxiliary/indices: fix start param
Marc-Andre Lureau
2015-03-04
1
-4
/
+4
*
u_primconvert: Fix leak of the upload BO on context destroy.
Eric Anholt
2014-12-31
1
-0
/
+2
*
util/primconvert: Avoid point arithmetic; apply offset on all cases.
José Fonseca
2014-12-05
1
-1
/
+2
*
util/primconvert: take ib offset into account
Ilia Mirkin
2014-12-05
1
-1
/
+1
*
util/primconvert: support instanced rendering
Ilia Mirkin
2014-12-05
1
-0
/
+2
*
util/primconvert: pass index bias through
Ilia Mirkin
2014-12-05
1
-0
/
+1
*
u_primconvert: Use u_upload_mgr for our little IB allocations.
Eric Anholt
2014-09-02
1
-11
/
+9
*
u_primconvert: Shut up compiler warning.
Eric Anholt
2014-09-02
1
-1
/
+1
*
u_primconvert: Copy min/max_index from the original primitive.
Eric Anholt
2014-08-08
1
-4
/
+2
*
gallium/auxiliary/indices: replace free() with FREE()
Brian Paul
2014-02-03
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
2
-2
/
+2
*
indices: add comments, assertions in u_indices.c file
Brian Paul
2013-11-15
1
-0
/
+26
*
gallium/auxiliary/indices: add u_primconvert
Rob Clark
2013-10-29
2
-0
/
+226
*
gallium/auxiliary/indices: add start param
Rob Clark
2013-10-29
5
-26
/
+54
*
indices: add some comments
Brian Paul
2013-06-19
2
-4
/
+28
*
indices: fix conversion of PIPE_PRIM_POLYGON to lines
Brian Paul
2011-06-24
2
-3
/
+8
*
gallium: untrack u_indices_gen.c and u_indices_gen.c
José Fonseca
2010-05-06
3
-6121
/
+2
*
Revert "gallium: untrack u_indices_gen.c and u_indices_gen.c"
José Fonseca
2010-05-06
1
-2
/
+0
*
gallium: untrack u_indices_gen.c and u_indices_gen.c
Xavier Chantry
2010-05-06
1
-0
/
+2
*
gallium: Generate a single library for auxiliaries with Make too.
José Fonseca
2010-01-01
1
-16
/
+0
*
scons: Aggregate all tiny libraries in a single library.
José Fonseca
2010-01-01
1
-28
/
+0
*
aux/indices: don't use 'prim' value once it is known to be bad
Keith Whitwell
2009-06-26
1
-1
/
+1
*
util/indices: remove debug prints
Keith Whitwell
2009-04-28
2
-161
/
+0
*
mesa: Use the python executable from sys.executable.
José Fonseca
2009-03-27
1
-2
/
+4
*
indices: add translate/generate functions for unfilled modes
Keith Whitwell
2009-03-04
6
-1
/
+1622
*
gallium: Improve makefiles for libraries
Jakob Bornecrantz
2009-02-20
1
-4
/
+0
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
2
-2
/
+2
*
indices: Fix typo.
José Fonseca
2009-02-09
2
-241
/
+241
*
indices: quad fixes
Keith Whitwell
2009-02-05
2
-132
/
+133
*
gallium: add new aux lib for index list translations
Keith Whitwell
2009-02-05
7
-0
/
+5859