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
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
android: dri: link against libmesa_util
Emil Velikov
2015-04-22
1
-1
/
+2
*
android: dri/common: conditionally include drm_cflags/set __NOT_HAVE_DRM_H
Emil Velikov
2015-04-22
1
-0
/
+14
*
android: add $(mesa_top)/src include to the whole of mesa
Emil Velikov
2015-04-22
1
-1
/
+0
*
android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
Emil Velikov
2015-04-22
1
-1
/
+0
*
drirc: Add "Second Life" quirk (allow_glsl_extension_directive_midshader).
Kenneth Graunke
2015-04-22
1
-0
/
+4
*
i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shaders
Kristian Høgsberg
2015-04-22
1
-0
/
+9
*
i965: Flush batchbuffer containing the query on glQueryCounter.
Mathias Froehlich
2015-04-22
1
-0
/
+2
*
i965: Fix URB size for CHV
Ville Syrjälä
2015-04-08
1
-1
/
+1
*
i965: Do not render primitives in non-zero streams then TF is disabled
Iago Toral Quiroga
2015-04-08
1
-0
/
+13
*
i965: Add forgotten multi-stream code to Gen8 SOL state.
Kenneth Graunke
2015-04-08
1
-0
/
+9
*
i965: Fix instanced geometry shaders on Gen8+.
Kenneth Graunke
2015-04-08
1
-0
/
+2
*
xmlpool: don't forget to ship the MOS
Emil Velikov
2015-04-08
1
-1
/
+8
*
i965: Set nr_params to the number of uniform components in the VS/GS path.
Francisco Jerez
2015-03-26
3
-15
/
+4
*
i965: Fix out-of-bounds accesses into pull_constant_loc array
Iago Toral Quiroga
2015-03-11
1
-2
/
+7
*
i965/fs: Don't issue FB writes for bound but unwritten color targets.
Kenneth Graunke
2015-03-11
1
-3
/
+9
*
i965/fs: Make emit_shader_time_end() insert before EOT.
Kenneth Graunke
2015-03-11
2
-23
/
+18
*
i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.
Kenneth Graunke
2015-03-11
2
-5
/
+16
*
i965/fs: Make emit_shader_time_write return rather than emit.
Kenneth Graunke
2015-03-11
2
-10
/
+8
*
i965/fs: Set smear on shader_time diff register.
Kenneth Graunke
2015-03-11
1
-0
/
+1
*
i965/fs: Set force_writemask_all on shader_time instructions.
Kenneth Graunke
2015-03-11
1
-2
/
+7
*
meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImage
Neil Roberts
2015-03-11
1
-0
/
+8
*
meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImage
Neil Roberts
2015-03-11
1
-12
/
+20
*
Revert "common: Fix PBOs for 1D_ARRAY."
Neil Roberts
2015-03-11
1
-36
/
+26
*
meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source tex
Neil Roberts
2015-03-11
1
-4
/
+0
*
i965: Avoid applying negate to wrong MAD source.
Matt Turner
2015-03-07
1
-15
/
+13
*
intel: fix EGLImage renderbuffer _BaseFormat
Frank Henigman
2015-03-07
2
-3
/
+2
*
i965/vec4: Don't lose the saturate modifier in copy propagation.
Andrey Sudnik
2015-03-07
1
-1
/
+1
*
i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.
Kenneth Graunke
2015-03-07
1
-1
/
+49
*
i965: Tell intel_get_memcpy() which direction the memcpy() is going.
Matt Turner
2015-03-07
5
-42
/
+106
*
i965/fs: Don't propagate cmod to inst with different type.
Matt Turner
2015-03-07
2
-0
/
+38
*
i965/fs: Don't use backend_visitor::instructions after creating the CFG.
Matt Turner
2015-03-07
1
-10
/
+0
*
meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_begin
Jason Ekstrand
2015-03-07
1
-4
/
+4
*
i965: Consider scratch writes to have side effects.
Matt Turner
2015-03-07
1
-0
/
+1
*
i965/gs: Check newly-generated GS-out VUE map against correct stage
Chris Forbes
2015-03-07
1
-1
/
+1
*
i965/vec4: Fix implementation of i2b.
Matt Turner
2015-03-07
1
-1
/
+1
*
i965/fs/nir: Use emit_math for nir_op_fpow
Ian Romanick
2015-03-07
1
-1
/
+1
*
xmlpool: make sure we ship options.h
Emil Velikov
2015-03-02
1
-1
/
+1
*
i965/skl: Implement WaDisable1DDepthStencil
Neil Roberts
2015-02-27
1
-0
/
+12
*
common: Fix PBOs for 1D_ARRAY.
Laura Ekstrand
2015-02-27
1
-26
/
+36
*
common: Correct PBO 2D_ARRAY handling.
Laura Ekstrand
2015-02-27
1
-9
/
+17
*
common: Correct texture init for meta pbo uploads and downloads.
Laura Ekstrand
2015-02-27
1
-1
/
+4
*
i965: Link test programs with gtest before pthreads.
Matt Turner
2015-02-24
1
-10
/
+10
*
i965/vec4: Add and use byte-MOV instruction for unpack 4x8.
Matt Turner
2015-02-24
4
-2
/
+21
*
i965/fs: Consider MOV.SAT to interfere if it has a source modifier.
Matt Turner
2015-02-24
2
-4
/
+52
*
i965/fs: Use fs_inst::overwrites_reg() in saturate propagation.
Matt Turner
2015-02-24
2
-4
/
+44
*
i965/fs: Add unit tests for saturate propagation pass.
Matt Turner
2015-02-24
2
-0
/
+362
*
i965: Prefer Meta over the BLT for BlitFramebuffer.
Kenneth Graunke
2015-02-24
1
-7
/
+7
*
meta: Fix saving the results of the current occlusion query
Neil Roberts
2015-02-24
1
-7
/
+10
*
i965/vec4/vp: Use vec4_visitor::CMP.
Matt Turner
2015-02-24
1
-2
/
+1
*
i965: Fix integer border color on Haswell.
Kenneth Graunke
2015-02-24
3
-0
/
+66
[next]