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
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/ir3: fixes for indirect writes
Rob Clark
2015-06-30
3
-4
/
+12
*
freedreno/ir3: fix constlen in case of load_uniform_indirect
Rob Clark
2015-06-30
1
-0
/
+5
*
glsl: validate sampler array indexing for 'constant-index-expression'
Tapani Pälli
2015-06-30
1
-0
/
+77
*
mesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5
Tapani Pälli
2015-06-30
1
-0
/
+5
*
i915: use EmitNoIndirectSampler
Tapani Pälli
2015-06-30
1
-0
/
+3
*
i965: use EmitNoIndirectSampler for gen < 7
Tapani Pälli
2015-06-30
1
-0
/
+4
*
mesa/glsl: new compiler option EmitNoIndirectSampler
Tapani Pälli
2015-06-30
2
-0
/
+13
*
glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00
Tapani Pälli
2015-06-30
1
-18
/
+18
*
nv50/ir: fix emission of address reg in 3rd source
Ilia Mirkin
2015-06-30
1
-2
/
+6
*
i965: Don't use GCC extension for ?: with only two operands.
Kenneth Graunke
2015-06-29
1
-3
/
+5
*
egl/haiku: fix Mesa build under Haiku
Alexander von Gluck IV
2015-06-29
1
-14
/
+14
*
nv30: align transfer stride to 64, required by blit, sifm transfer impls
Ilia Mirkin
2015-06-29
1
-2
/
+2
*
nv30: allow vertex state creation with 0 elements
Ilia Mirkin
2015-06-29
1
-2
/
+3
*
nv30: reset fragprog bufctx at bind time
Ilia Mirkin
2015-06-29
1
-1
/
+8
*
nv30: modernize fp upload logic
Ilia Mirkin
2015-06-29
1
-10
/
+14
*
nv30: provide a minimum map buffer alignment
Ilia Mirkin
2015-06-29
1
-1
/
+2
*
i965/skl: Extract the blit command setup in to a helper
Anuj Phogat
2015-06-29
1
-32
/
+61
*
i965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCopyBlit()
Anuj Phogat
2015-06-29
4
-63
/
+287
*
mesa/swrast: Use global function _mesa_regions_overlap()
Anuj Phogat
2015-06-29
1
-13
/
+3
*
mesa/st: Use global function _mesa_regions_overlap()
Anuj Phogat
2015-06-29
1
-27
/
+3
*
mesa: Add a new helper function _mesa_regions_overlap()
Anuj Phogat
2015-06-29
2
-0
/
+32
*
i965/gen9: Allocate YF/YS tiled buffer objects
Anuj Phogat
2015-06-29
1
-3
/
+62
*
i965: Make a helper function intel_miptree_can_use_tr_mode()
Anuj Phogat
2015-06-29
1
-11
/
+19
*
i965: Make a helper function intel_miptree_release_levels()
Anuj Phogat
2015-06-29
1
-6
/
+12
*
i965/gen9: Plugin the code for selecting YF/YS tiling on skl+
Anuj Phogat
2015-06-29
1
-17
/
+79
*
i965: Make a helper function intel_miptree_set_alignment()
Anuj Phogat
2015-06-29
1
-7
/
+14
*
mesa/main: free locale at exit
Erik Faye-Lund
2015-06-29
3
-1
/
+22
*
util: port _mesa_strto[df] to C
Erik Faye-Lund
2015-06-29
6
-7
/
+21
*
glsl: No need to lock in _mesa_glsl_release_types
Erik Faye-Lund
2015-06-29
1
-4
/
+4
*
mesa/main: only call _mesa_destroy_shader_compiler once on exit
Erik Faye-Lund
2015-06-29
1
-5
/
+2
*
dri: don't touch the shader compiler
Erik Faye-Lund
2015-06-29
1
-3
/
+0
*
mesa/main: Get rid of outdated GDB-hack
Erik Faye-Lund
2015-06-29
1
-27
/
+0
*
clover: implement CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE
Grigori Goronzy
2015-06-29
3
-1
/
+7
*
gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZE
Grigori Goronzy
2015-06-29
6
-1
/
+42
*
i965: Don't try to print the GLSL IR if it has been freed
Neil Roberts
2015-06-29
1
-4
/
+7
*
Revert "glsl: clone inputs and outputs during linking"
Kenneth Graunke
2015-06-28
1
-3
/
+1
*
Revert "i965: Delete linked GLSL IR when using NIR."
Kenneth Graunke
2015-06-28
1
-4
/
+1
*
nv30: avoid leaking blit fp/vp
Ilia Mirkin
2015-06-29
1
-0
/
+6
*
nv40: enable base vertex
Ilia Mirkin
2015-06-29
3
-4
/
+5
*
i965/vs: Move compute_clip_distance() out of emit_urb_writes().
Kenneth Graunke
2015-06-28
3
-7
/
+15
*
i965: Write at least some data in SIMD8 URB write messages.
Kenneth Graunke
2015-06-28
1
-4
/
+11
*
gallium/hud: prevent NULL pointer dereference with pipe_query functions
Samuel Pitoiset
2015-06-28
1
-6
/
+8
*
nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
Mario Kleiner
2015-06-28
1
-1
/
+5
*
meta: Only change and restore viewport 0 in mesa meta mode
Mike Stroyan
2015-06-27
1
-2
/
+2
*
radeonsi: add support for geometry shader invocations.
Dave Airlie
2015-06-27
4
-1
/
+13
*
radeonsi: add support for viewport array (v3)
Dave Airlie
2015-06-27
6
-40
/
+69
*
i965/fs: Fix ir_txs in emit_texture_gen4_simd16().
Kenneth Graunke
2015-06-26
1
-3
/
+4
*
nv50/ir: propagate modifier to right arg when const-folding mad
Ilia Mirkin
2015-06-26
1
-1
/
+4
*
egl_dri2: Remove trailing whitespaces
Boyan Ding
2015-06-26
4
-13
/
+13
*
i965/skl: Fix aligning mt->total_width to the block size
Neil Roberts
2015-06-26
1
-3
/
+2
[next]