index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
freedreno/a3xx: more texture array fixes
Rob Clark
2014-09-21
3
-19
/
+22
*
freedreno: add DRM_CONF_SHARE_FD
Rob Clark
2014-09-21
3
-4
/
+34
*
ilo: use a single list for queries
Chia-I Wu
2014-09-21
2
-69
/
+8
*
ilo: replace software queries by hardware ones
Chia-I Wu
2014-09-21
4
-83
/
+47
*
ilo: support prim queries in ilo_3d_pipeline_emit_query()
Chia-I Wu
2014-09-21
1
-0
/
+24
*
ilo: add ilo_3d_pipeline_emit_query()
Chia-I Wu
2014-09-21
6
-180
/
+123
*
ilo: rework query support
Chia-I Wu
2014-09-21
8
-402
/
+357
*
ilo: clarify cp owning/releasing
Chia-I Wu
2014-09-21
3
-13
/
+20
*
ilo: add a pointer to builder in ilo_3d_pipeline
Chia-I Wu
2014-09-20
4
-187
/
+190
*
ilo: add a helper for RECTLIST blitter
Chia-I Wu
2014-09-20
3
-33
/
+43
*
ilo: no direct ilo_context access in BLT blitter
Chia-I Wu
2014-09-20
1
-21
/
+20
*
ilo: fix headers in Makefile.sources
Chia-I Wu
2014-09-20
1
-5
/
+4
*
ilo: add a new struct for context states
Chia-I Wu
2014-09-20
20
-654
/
+672
*
ilo: merge ilo_gpe.h to ilo_state*.h
Chia-I Wu
2014-09-20
13
-544
/
+513
*
ilo: rename ilo_gpe_gen*.[ch]
Chia-I Wu
2014-09-20
5
-9
/
+9
*
ilo: make ilo_fence opaque
Chia-I Wu
2014-09-20
2
-5
/
+7
*
gallivm: add information about different sampler/view units if analyzing shader
Roland Scheidegger
2014-09-20
2
-0
/
+10
*
st/dri: remove GALLIUM_MSAA and __GL_FSAA_MODE environment variables
Marek Olšák
2014-09-19
1
-35
/
+0
*
vc4: Fix perspective interpolation.
Eric Anholt
2014-09-19
1
-1
/
+1
*
vc4: Use the same method as for FRAG_Z to handle fragcoord W.
Eric Anholt
2014-09-19
5
-13
/
+15
*
util: don't try to emit half-float intrinsics if avx isn't available
Roland Scheidegger
2014-09-19
1
-1
/
+1
*
ilo: rename ILO_DEBUG=3d
Chia-I Wu
2014-09-19
5
-6
/
+6
*
ilo: rename ilo_cp_flush()
Chia-I Wu
2014-09-19
11
-52
/
+52
*
ilo: remove ilo_cp_empty()
Chia-I Wu
2014-09-19
3
-22
/
+12
*
ilo: simplify ilo_cp_set_owner()
Chia-I Wu
2014-09-19
5
-129
/
+121
*
vc4: Add support for stencil operations.
Eric Anholt
2014-09-18
8
-2
/
+118
*
vc4: Actually implement VC4_DEBUG=cl.
Eric Anholt
2014-09-18
4
-0
/
+141
*
draw: (trivial) remove duplicated lines
Roland Scheidegger
2014-09-18
1
-12
/
+0
*
vc4: Allow copy propagation of uniforms.
Eric Anholt
2014-09-17
1
-1
/
+15
*
vc4: Make sure thread end doesn't have a uniform read.
Eric Anholt
2014-09-17
1
-0
/
+8
*
vc4: Allow dead code elimination of instructions that read uniforms.
Eric Anholt
2014-09-17
1
-2
/
+1
*
vc4: Add support for reordering the uniform stream after optimization.
Eric Anholt
2014-09-17
4
-0
/
+87
*
vc4: Initialize the various qreg arrays when allocating them.
Eric Anholt
2014-09-17
1
-0
/
+4
*
vc4: Fix stray disable of the CSE pass.
Eric Anholt
2014-09-17
1
-1
/
+0
*
gallivm,tgsi: fix idiv by zero crash
rconde
2014-09-17
2
-7
/
+25
*
gallivm: add texture target information for sample opcodes to tgsi info
Roland Scheidegger
2014-09-17
1
-14
/
+43
*
gallium: Define PIPE_FORMAT_xyzw8888_{SNORM, SRGB} aliases
Richard Sandiford
2014-09-17
1
-0
/
+24
*
gallium: Add PIPE_FORMAT_x8B8G8R8_SNORM formats
Richard Sandiford
2014-09-17
2
-0
/
+6
*
gallium: Define PIPE_FORMAT_{LA, AL, RG, GR}nn aliases
Richard Sandiford
2014-09-17
1
-0
/
+32
*
gallium: Add PIPE_FORMAT_AnLn and PIPE_FORMAT_GnRn formats
Richard Sandiford
2014-09-17
2
-0
/
+19
*
util: move shared rgtc code to util (v2)
Dave Airlie
2014-09-17
2
-118
/
+46
*
vc4: Claim ARB_fbo.
Eric Anholt
2014-09-16
1
-1
/
+3
*
vc4: Fix memory leaks in register allocation.
Eric Anholt
2014-09-16
1
-0
/
+3
*
vc4: Move register allocation to a separate file.
Eric Anholt
2014-09-16
4
-100
/
+165
*
vc4: Add support for computed depth writes.
Eric Anholt
2014-09-16
3
-2
/
+26
*
vc4: Restructure depth input/output in fragment shaders.
Eric Anholt
2014-09-16
4
-12
/
+17
*
freedreno: add a standalone ir3_compiler binary for building TGSI
Ilia Mirkin
2014-09-16
2
-0
/
+191
*
freedreno: add default .dir-locals.el for emacs settings
Ilia Mirkin
2014-09-16
1
-0
/
+8
*
llvmpipe: fix rast debugging output
Dave Airlie
2014-09-16
1
-0
/
+11
*
util: Add big-endian layout for a number of formats.
Richard Sandiford
2014-09-16
2
-35
/
+42
[prev]
[next]