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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: inline/remove _mesa_polygon_stipple()
Brian Paul
2014-12-01
2
-32
/
+10
*
svga: fix comment typo
Brian Paul
2014-12-01
1
-1
/
+1
*
mesa: remove unused functions in prog_execute.c
Brian Paul
2014-12-01
1
-74
/
+0
*
mesa: update glext.h to version 20141118
Brian Paul
2014-12-01
1
-32
/
+181
*
gallium: add include path to fix building of pipe-loader code
Brian Paul
2014-12-01
1
-0
/
+1
*
graw: Avoid 'near'/'far' variables.
José Fonseca
2014-12-01
8
-24
/
+24
*
i965/fs: Clean up some whitespace in reg_allocate.
Matt Turner
2014-12-01
1
-2
/
+2
*
ra: Don't use regs as the ralloc context.
Matt Turner
2014-12-01
1
-1
/
+1
*
i965: Initialize INTEL_DEBUG once per process.
Matt Turner
2014-12-01
1
-1
/
+4
*
i965: Initialize compaction tables once per process.
Matt Turner
2014-12-01
1
-0
/
+5
*
glsl: Initialize static temporaries_allocate_names once per process.
Matt Turner
2014-12-01
1
-1
/
+3
*
util/u_atomic: Fix the unlocked implementation.
José Fonseca
2014-12-01
1
-6
/
+6
*
util/u_atomic: Add a simple test.
José Fonseca
2014-12-01
2
-0
/
+146
*
util: Make u_atomic.h typeless.
Matt Turner
2014-12-01
1
-113
/
+93
*
util: Use stdbool.h's bool rather than "boolean".
Matt Turner
2014-12-01
1
-3
/
+5
*
util: Remove u_atomic.h's GCC inline assembly.
Matt Turner
2014-12-01
1
-122
/
+0
*
util: Remove u_atomic.h's MSVC inline assembly.
Matt Turner
2014-12-01
1
-70
/
+0
*
util: Remove u_atomic.h's Gallium dependence.
Matt Turner
2014-12-01
1
-9
/
+6
*
util: s/INLINE/inline/ in u_atomic.h.
Matt Turner
2014-12-01
1
-29
/
+29
*
util: Move u_atomic.h to src/util.
Matt Turner
2014-12-01
2
-0
/
+2
*
vc4: Introduce scheduling of QPU instructions.
Eric Anholt
2014-12-01
6
-126
/
+722
*
vc4: Drop the explicit scoreboard wait.
Eric Anholt
2014-12-01
1
-12
/
+11
*
vc4: Also deal with VPM reads at thread end.
Eric Anholt
2014-12-01
1
-2
/
+6
*
vc4: Fix assertion about SFU versus texturing.
Eric Anholt
2014-12-01
1
-3
/
+4
*
vc4: Add another check for invalid TLB scoreboard handling.
Eric Anholt
2014-12-01
3
-8
/
+39
*
freedreno/a4xx: invalidate cache when vbo's change
Rob Clark
2014-12-01
1
-0
/
+7
*
st/mesa: avoid exposing EXT_texture_integer for pre-GLSL 1.30
Ilia Mirkin
2014-11-30
1
-0
/
+3
*
freedreno/a3xx: add missing integer formats and enable rendering
Ilia Mirkin
2014-11-30
1
-3
/
+30
*
freedreno/a3xx: enable sampling from integer textures
Ilia Mirkin
2014-11-30
5
-5
/
+55
*
freedreno: allow each generation to hook into sampler view setting
Ilia Mirkin
2014-11-30
5
-3
/
+8
*
freedreno/a3xx: don't use half precision shaders for int/float32
Ilia Mirkin
2014-11-30
3
-10
/
+35
*
freedreno/a3xx: disable blending for integer formats
Ilia Mirkin
2014-11-30
2
-2
/
+14
*
freedreno/a3xx: remove blend clamp enables from gmem/clears
Ilia Mirkin
2014-11-30
2
-4
/
+2
*
freedreno/a3xx: add format to emit info, use to set sint/uint flags
Ilia Mirkin
2014-11-30
3
-2
/
+7
*
freedreno/a3xx: add 16-bit unorm/snorm texture formats
Ilia Mirkin
2014-11-30
1
-6
/
+6
*
freedreno/ir3: remove unused arg parameter
Ilia Mirkin
2014-11-30
1
-7
/
+7
*
freedreno/ir3: fix UMAD
Ilia Mirkin
2014-11-30
1
-9
/
+9
*
freedreno/a4xx: stencil fixes
Rob Clark
2014-11-30
8
-10
/
+38
*
freedreno: update generated headers
Rob Clark
2014-11-30
5
-14
/
+24
*
freedreno/a4xx: add render target format to fd4_emit
Rob Clark
2014-11-30
5
-42
/
+30
*
freedreno/a3xx: unify vertex/texture formats into a single table
Ilia Mirkin
2014-11-29
2
-351
/
+222
*
freedreno/a3xx: rename vertex/texture format enums to be more consistent
Ilia Mirkin
2014-11-29
2
-172
/
+177
*
freedreno/a3xx: fd3_util -> fd3_format
Ilia Mirkin
2014-11-29
15
-22
/
+18
*
freedreno/a3xx: only enable blend clamp for non-float formats
Ilia Mirkin
2014-11-29
2
-4
/
+7
*
i965: Add _CACHE_ in brw_cache_id enum names.
Kenneth Graunke
2014-11-29
10
-43
/
+43
*
i965: Move CACHE_NEW_SAMPLER to BRW_NEW_SAMPLER_STATE_TABLE.
Kenneth Graunke
2014-11-29
6
-11
/
+12
*
i965: Move some /* CACHE_NEW_SAMPLER */ comments.
Kenneth Graunke
2014-11-29
2
-3
/
+2
*
i965: Move CACHE_NEW_*_VP flags to BRW_NEW_*_VP.
Kenneth Graunke
2014-11-29
5
-21
/
+23
*
i965: Fold the gen7_cc_viewport_state_pointer atom into brw_cc_vp.
Kenneth Graunke
2014-11-29
4
-23
/
+8
*
i965: Combine CACHE_NEW_*_UNIT into BRW_NEW_GEN4_UNIT_STATE.
Kenneth Graunke
2014-11-29
9
-31
/
+11
[next]