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
*
i965: Enable GL_KHR_robustness
Kristian Høgsberg Kristensen
2016-05-25
4
-0
/
+26
*
i965/draw: Use the correct buffer index for interleaved VBO sizes
Jason Ekstrand
2016-05-24
1
-2
/
+4
*
i965/gen7: Fix gl_HelperInvocation
Jordan Justen
2016-05-24
1
-1
/
+1
*
dri: Add YVU formats
Kristian Høgsberg Kristensen
2016-05-24
1
-0
/
+25
*
i965: Allow creating planar YUV __DRIimages
Kristian Høgsberg Kristensen
2016-05-24
1
-10
/
+20
*
i965: Invoke lowering pass for YUV textures
Kristian Høgsberg Kristensen
2016-05-24
5
-0
/
+44
*
i965: Support textures with multiple planes
Kristian Høgsberg Kristensen
2016-05-24
7
-19
/
+59
*
i965: Create multiple miptrees for planar YUV images
Kristian Høgsberg Kristensen
2016-05-24
3
-1
/
+53
*
i965: Refactor intel_set_texture_image_bo() to create_mt_for_dri_image()
Kristian Høgsberg Kristensen
2016-05-24
1
-39
/
+30
*
i965: Use intel_set_texture_image_mt() in intelSetTexBuffer2()
Kristian Høgsberg Kristensen
2016-05-24
1
-12
/
+15
*
i965: Add new intel_set_texture_image_mt() helper
Kristian Høgsberg Kristensen
2016-05-24
1
-27
/
+42
*
i965: fix double-precision vertex inputs measurement
Juan A. Suarez Romero
2016-05-24
3
-16
/
+53
*
mesa: remove separate enable for KHR_robust_buffer_access_behavior
Ilia Mirkin
2016-05-23
1
-1
/
+0
*
i965: Use ISL for surface format introspection
Jason Ekstrand
2016-05-23
7
-387
/
+19
*
i965: Enable ARB/KHR_robust_buffer_access_behavior on BYT and HSW+
Jason Ekstrand
2016-05-23
1
-0
/
+5
*
glsl: Add an option to clamp block indices when lowering UBO/SSBOs
Jason Ekstrand
2016-05-23
1
-0
/
+1
*
i965/draw: Use the real size for index buffers
Jason Ekstrand
2016-05-23
3
-3
/
+8
*
i965/draw: Use the real size for vertex buffers
Jason Ekstrand
2016-05-23
3
-2
/
+17
*
i965/draw: Use 3-channel formats for vertex fetch when possible.
Jason Ekstrand
2016-05-23
1
-11
/
+37
*
i965/surface_formats: Update the VB column for new formats added on BYT
Jason Ekstrand
2016-05-23
1
-20
/
+20
*
i965/draw: Properly handle rounding when dividing by InstanceDivisor
Jason Ekstrand
2016-05-23
1
-2
/
+2
*
i965/draw: Account for BaseInstance in VBO bounds
Jason Ekstrand
2016-05-23
3
-2
/
+5
*
i965/draw: Use worst-case VBO bounds if brw->num_instances == 0
Jason Ekstrand
2016-05-23
1
-9
/
+10
*
i965/draw: Delay when we get the bo for vertex buffers
Jason Ekstrand
2016-05-23
1
-22
/
+49
*
i965/draw: Stop relying on min_index == -1 for invalid index bounds
Jason Ekstrand
2016-05-23
3
-3
/
+7
*
i965: reenable ARB_cull_distance.
Dave Airlie
2016-05-24
1
-1
/
+1
*
i965: Unset alpha blend for R10G10B10_SNORM_A2_UNORM
Nanley Chery
2016-05-23
1
-1
/
+1
*
i965: deindent blorp code.
Dave Airlie
2016-05-24
1
-9
/
+9
*
mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED).
Kenneth Graunke
2016-05-23
1
-0
/
+1
*
i965/fs: Mark UBO uniform pull constant loads as force_writemask_all.
Francisco Jerez
2016-05-23
2
-1
/
+4
*
i965/fs: Allow spilling of non-contiguous registers.
Francisco Jerez
2016-05-23
1
-19
/
+2
*
i965/fs: Calculate the (un)spill block size correctly.
Francisco Jerez
2016-05-23
1
-3
/
+17
*
i965/fs: Set exec_all on spills not matching the channel layout of the instru...
Francisco Jerez
2016-05-23
1
-3
/
+16
*
i965/fs: Set exec_all on unspills.
Francisco Jerez
2016-05-23
1
-2
/
+10
*
i965/fs: Move scratch block size calculation into the caller of emit_(un)spill.
Francisco Jerez
2016-05-23
1
-21
/
+23
*
i965/fs: Make emit_spill/unspill static functions taking builder as argument.
Francisco Jerez
2016-05-23
2
-24
/
+21
*
i965/fs: Apply execution controls from the instruction to scratch messages.
Francisco Jerez
2016-05-23
1
-6
/
+5
*
i965/fs: Fix signedness of local variables and arguments of emit_(un)spill.
Francisco Jerez
2016-05-23
2
-8
/
+8
*
i965/fs: Factor out calculation of the block of MRFs reserved for spilling.
Francisco Jerez
2016-05-23
1
-9
/
+45
*
mesa: dri: Add shared glapi to LIBADD on Android
Nicolas Boichat
2016-05-23
1
-0
/
+8
*
i965/fs: do not depend on std140 alignment rules for UBO loads
Francisco Jerez
2016-05-23
1
-46
/
+13
*
i965: remove redundant NULL check
Timothy Arceri
2016-05-22
1
-1
/
+1
*
i965: Just read the existing tally on EndTransformFeedback if paused.
Kenneth Graunke
2016-05-20
1
-20
/
+22
*
i965: Don't write a counter snapshot on EndTransformFeedback if paused.
Kenneth Graunke
2016-05-20
1
-1
/
+2
*
nir: remove dead glsl variables before lowering io.
Dave Airlie
2016-05-21
1
-0
/
+1
*
i965: Delete dead dFdy flipping code.
Kenneth Graunke
2016-05-20
1
-19
/
+5
*
i965: Delete brw_wm_prog_key::render_to_fbo and drawable_height.
Kenneth Graunke
2016-05-20
2
-46
/
+0
*
i965, anv: Use NIR FragCoord re-center and y-transform passes.
Kenneth Graunke
2016-05-20
7
-57
/
+34
*
i965: Fix brw_regs_equal() for NaN and positive/negative zero.
Kenneth Graunke
2016-05-20
1
-1
/
+2
*
i965: Pass nir_src/nir_dest by reference.
Matt Turner
2016-05-20
4
-18
/
+18
[next]