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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Use is_head_sentinel() instead of ->prev == NULL.
Matt Turner
2014-07-01
1
-1
/
+1
*
mesa: Add and use foreach_list_typed_safe.
Matt Turner
2014-07-01
2
-3
/
+10
*
mesa: Add and use foreach_in_list_use_after.
Matt Turner
2014-07-01
3
-9
/
+7
*
glsl: Replace uses of foreach_list_const.
Matt Turner
2014-07-01
2
-17
/
+6
*
glsl: Replace another couple uses of foreach_list.
Matt Turner
2014-07-01
1
-6
/
+4
*
glsl: Use foreach_list_typed when possible.
Matt Turner
2014-07-01
3
-31
/
+18
*
mesa: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
2014-07-01
1
-3
/
+1
*
glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
2014-07-01
20
-87
/
+41
*
mesa: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
3
-85
/
+41
*
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
39
-291
/
+184
*
glsl: Add typed foreach_in_list_safe macro.
Matt Turner
2014-07-01
1
-0
/
+9
*
glsl: Add typed foreach_in_list/_reverse macros.
Matt Turner
2014-07-01
1
-0
/
+10
*
mesa: fix the condition in src/loader/Makefile.am
Axel Davy
2014-07-01
1
-0
/
+2
*
mesa: update comment for UniformBufferSize to indicate size is in bytes
Brian Paul
2014-07-01
1
-1
/
+1
*
st/mesa: fix incorrect size of UBO declarations
Brian Paul
2014-07-01
1
-1
/
+8
*
st/mesa: don't use address register for constant-indexed ir_binop_ubo_load
Brian Paul
2014-07-01
1
-6
/
+11
*
st/mesa: allow 2D indexing for all shader types in translate_src()
Brian Paul
2014-07-01
1
-1
/
+4
*
st/mesa: don't ignore const buf index in src_register()
Brian Paul
2014-07-01
1
-1
/
+1
*
nvc0: expose 4 vertex streams, use stream ids in xfb
Ilia Mirkin
2014-07-01
5
-2
/
+5
*
nvc0/ir: only merge emit/restart for identical streams
Ilia Mirkin
2014-07-01
1
-3
/
+10
*
nvc0/ir: avoid creating restarts with non-0 stream
Ilia Mirkin
2014-07-01
1
-3
/
+7
*
nvc0/ir: fix emitting vertex stream
Ilia Mirkin
2014-07-01
1
-7
/
+8
*
mesa/st: add vertex stream support
Ilia Mirkin
2014-07-01
2
-4
/
+8
*
gallium: add a cap for max vertex streams
Ilia Mirkin
2014-07-01
15
-1
/
+28
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
25
-33
/
+52
*
gallium: add support for stream in so info
Ilia Mirkin
2014-07-01
3
-0
/
+3
*
gallium: add vertex stream argument to EMIT/ENDPRIM
Ilia Mirkin
2014-07-01
3
-8
/
+8
*
i965/fs: Mark predicated PLN instructions with dependency hints.
Matt Turner
2014-06-30
1
-4
/
+9
*
i965/fs: Predicate PLN instructions used in unlit centroid WA.
Matt Turner
2014-06-30
1
-6
/
+14
*
i965/fs: Add no_dd_{clear,check} fields to fs_inst.
Matt Turner
2014-06-30
2
-6
/
+10
*
i965/fs: Let sat-prop ignore live ranges if producer already has sat.
Matt Turner
2014-06-30
1
-4
/
+7
*
i965/fs: Pass const references to emit functions.
Matt Turner
2014-06-30
2
-12
/
+14
*
i965/vec4: Pass const references to instruction functions.
Matt Turner
2014-06-30
2
-41
/
+67
*
i965/vec4: Pass const references to vec4_instruction().
Matt Turner
2014-06-30
2
-6
/
+7
*
i965/fs: Pass const references to instruction functions.
Matt Turner
2014-06-30
2
-34
/
+41
*
radeonsi: Use dma_copy when possible for si_blit.
Axel Davy
2014-07-01
1
-0
/
+19
*
glx/dri3: add GPU offloading support.
Axel Davy
2014-07-01
2
-32
/
+188
*
loader: Use drirc device_id parameter in complement to DRI_PRIME
Axel Davy
2014-07-01
4
-4
/
+64
*
loader: add gpu selection code via DRI_PRIME.
Axel Davy
2014-07-01
2
-0
/
+192
*
drirc: Add string support
Axel Davy
2014-07-01
2
-1
/
+35
*
dri: remove GL types from config queries
Dave Airlie
2014-07-01
1
-3
/
+3
*
dri/xmlconfig: remove GL types.
Dave Airlie
2014-07-01
2
-100
/
+100
*
dri3: cache pointer to back instead of looking up.
Dave Airlie
2014-07-01
1
-8
/
+9
*
targets/egl-static: use inline_drm_helper and Automake.inc helpers
Emil Velikov
2014-06-30
7
-268
/
+54
*
targets/gbm: convert to static/shared pipe-driver
Emil Velikov
2014-06-30
6
-121
/
+160
*
targets/xa: provide alternative(static) xa target
Emil Velikov
2014-06-30
4
-15
/
+107
*
i965/disasm: Fix INTEL_DEBUG=fs on Broadwell for ARB_fp applications.
Kenneth Graunke
2014-06-30
1
-1
/
+1
*
i965/disasm: Delete gen8_disasm.c.
Kenneth Graunke
2014-06-30
3
-1031
/
+0
*
i965/disasm: Stop using gen8_disassemble in favor of brw_disassemble.
Kenneth Graunke
2014-06-30
8
-42
/
+8
*
i965/disasm: Improve render target write message disassembly.
Kenneth Graunke
2014-06-30
1
-30
/
+47
[next]