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_OES_shader_io_blocks
Ian Romanick
2016-05-26
1
-0
/
+1
*
i965: Use the buffer object size for VERTEX_BUFFER_STATE's size field.
Kenneth Graunke
2016-05-26
1
-2
/
+1
*
i965: Don't link libmesa or libdri_test_stubs into tests
Jason Ekstrand
2016-05-26
1
-3
/
+3
*
i965: Move compiler debug functions to intel_screen.c
Jason Ekstrand
2016-05-26
2
-42
/
+42
*
i965/test: Remove the fragment/vertex_program field from test visitors
Jason Ekstrand
2016-05-26
5
-23
/
+0
*
i965: Move brw_new_shader to brw_link.cpp
Jason Ekstrand
2016-05-26
2
-17
/
+17
*
i965: Move brw_nir_lower_uniforms.cpp to i965_FILES
Jason Ekstrand
2016-05-26
1
-1
/
+1
*
i965: Move brw_create_nir to brw_program.c
Jason Ekstrand
2016-05-26
4
-76
/
+74
*
i965/nir: Move the type_size_*_bytes functions to brw_nir.h
Jason Ekstrand
2016-05-26
2
-12
/
+13
*
compiler: Move glsl_to_nir to libglsl.la
Jason Ekstrand
2016-05-26
1
-1
/
+1
*
i965/sklgt4: Implement depth/timestamp write w/a
Ben Widawsky
2016-05-26
1
-4
/
+12
*
i965/bxt: Add 2x6 variant
Ben Widawsky
2016-05-26
1
-0
/
+22
*
i965: Don't use fast copy blit in case of logical operations other than GL_COPY
Anuj Phogat
2016-05-26
1
-2
/
+7
*
i965/gen9: Remove the halign/valign field setup code in fast copy blit
Anuj Phogat
2016-05-26
1
-65
/
+0
*
i965: Enable OES_copy_image (and EXT) on Gen8+ and Baytrail.
Kenneth Graunke
2016-05-25
1
-0
/
+8
*
i965: Implement a BLORP path for CopyImage and prefer it over Meta.
Kenneth Graunke
2016-05-25
1
-6
/
+28
*
i965: Make the CopyImage BLT path bail for stencil images.
Kenneth Graunke
2016-05-25
1
-0
/
+3
*
i965: Also copy stencil miptree data.
Kenneth Graunke
2016-05-25
1
-0
/
+15
*
i965: Make a helper function for CopyImage of a miptree.
Kenneth Graunke
2016-05-25
1
-41
/
+54
*
i965: Combine src/dest tex vs. rb checks in intel_copy_image_sub_data.
Kenneth Graunke
2016-05-25
1
-20
/
+13
*
i965: Account for MinLayer in CopyImageSubData's blitter/CPU paths.
Kenneth Graunke
2016-05-25
1
-0
/
+4
*
i965: Mark fallthrough in switch statement.
Matt Turner
2016-05-25
1
-0
/
+1
*
i965: Assert that a depth_mt exists when using HiZ.
Matt Turner
2016-05-25
4
-0
/
+4
*
i965/fs: take into account doubles when emitting system values
Alejandro Piñeiro
2016-05-25
1
-1
/
+2
*
i965: Fix shadowing of 'height' parameter
Kristian Høgsberg Kristensen
2016-05-25
1
-2
/
+2
*
mesa: Add .gitignore entries for make check binaries
Kristian Høgsberg Kristensen
2016-05-25
1
-0
/
+3
*
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
[next]