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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: don't call Driver.TexEnv with invalid arguments
Tapani Pälli
2018-05-31
1
-20
/
+34
*
mesa: expose ARB_tessellation_shader in the compatibility profile
Marek Olšák
2018-05-29
3
-3
/
+6
*
mesa: expose AMD_vertex_shader_layer in the compatibility profile
Marek Olšák
2018-05-29
2
-2
/
+3
*
mesa: expose ARB_gpu_shader5 in the compatibility profile
Marek Olšák
2018-05-29
2
-3
/
+5
*
st/mesa: use PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
Marek Olšák
2018-05-29
1
-10
/
+15
*
mesa: update fixed-func state constants for TCS, TES, GS
Marek Olšák
2018-05-29
1
-28
/
+36
*
mesa: print Compatibility Profile in the version string
Marek Olšák
2018-05-29
1
-1
/
+3
*
st/mesa: fix assertion failures with GL_UNSIGNED_INT64_ARB (v2)
Marek Olšák
2018-05-29
1
-1
/
+2
*
mesa: handle GL_UNSIGNED_INT64_ARB properly (v2)
Marek Olšák
2018-05-29
2
-1
/
+3
*
mesa: add display list support for glPatchParameter{i,fv}()
Timothy Arceri
2018-05-30
1
-0
/
+78
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
2
-2
/
+2
*
i965: Only emit VF cache invalidations when the high bits changes
Chris Wilson
2018-05-29
1
-1
/
+1
*
dri: replace two-way switch case with a table lookup
Eric Engestrom
2018-05-29
1
-74
/
+84
*
dri: fix error value returned by driGLFormatToImageFormat()
Eric Engestrom
2018-05-29
3
-3
/
+3
*
Revert "st/nir: use NIR for asm programs"
Eric Anholt
2018-05-28
1
-58
/
+7
*
i965: Revert recent tiled memcpy changes.
Kenneth Graunke
2018-05-26
5
-186
/
+9
*
i965/miptree: Use cpu tiling/detiling when mapping
Scott D Phillips
2018-05-25
1
-4
/
+98
*
i915: Fix streaming loads for intel_tiled_memcpy
Chris Wilson
2018-05-25
1
-5
/
+5
*
intel/blorp: Support blits and clears on surfaces with offsets
Jason Ekstrand
2018-05-25
1
-0
/
+2
*
st/mesa: simplify lastLevel determination in st_finalize_texture
Marek Olšák
2018-05-25
1
-13
/
+4
*
i965/tiled_memcpy: inline movntdqa loads in tiled_to_linear
Scott D Phillips
2018-05-25
4
-5
/
+88
*
mesa: do not leak ctx->Shader.ReferencedProgram references
Jose Dapena Paz
2018-05-25
1
-0
/
+3
*
i965: enable OES_texture_view for gen8+
Tapani Pälli
2018-05-24
1
-1
/
+2
*
mesa: changes to expose OES_texture_view extension
Tapani Pälli
2018-05-24
5
-6
/
+17
*
i965: Use intel_bufferobj_buffer() wrapper in image surface state setup.
Francisco Jerez
2018-05-23
1
-3
/
+5
*
i965: Handle non-zero texture buffer offsets in buffer object range calculation.
Francisco Jerez
2018-05-23
1
-1
/
+3
*
i965: Move buffer texture size calculation into a common helper function.
Francisco Jerez
2018-05-23
1
-23
/
+32
*
Revert "mesa: simplify _mesa_is_image_unit_valid for buffers"
Francisco Jerez
2018-05-23
1
-13
/
+12
*
i965: add {X,A}BGR2101010 to 'intel_image_formats'
Miguel Casas
2018-05-23
1
-0
/
+6
*
dri_util: Add R10G10B10{A,X}2 translation between DRI and mesa_format.
Miguel Casas
2018-05-23
1
-0
/
+8
*
i965: Remove ring switching entirely
Jason Ekstrand
2018-05-22
11
-105
/
+61
*
i965/miptree: Move the access_raw call to the individual map functions
Jason Ekstrand
2018-05-22
1
-3
/
+13
*
i965: Remove support for the BLT ring
Jason Ekstrand
2018-05-22
1
-9
/
+3
*
i965/miptree: Use blorp for blit maps on gen6+
Jason Ekstrand
2018-05-22
1
-11
/
+25
*
i965/miptree: Use blorp for validation tex copies on gen6+
Jason Ekstrand
2018-05-22
1
-11
/
+29
*
i965: Delete the blitter path for CopyTexSubImage
Jason Ekstrand
2018-05-22
1
-58
/
+0
*
i965: Don't fall back to the blitter in BlitFramebuffer
Jason Ekstrand
2018-05-22
1
-8
/
+0
*
i965: Remove some unused includes of intel_blit.h
Jason Ekstrand
2018-05-22
4
-4
/
+0
*
i965/blit: Delete intel_emit_linear_blit
Jason Ekstrand
2018-05-22
2
-62
/
+0
*
i965: Use meta for pixel ops on gen6+
Jason Ekstrand
2018-05-22
3
-4
/
+10
*
i965: Emit VF cache invalidates for 48-bit addressing bugs with softpin.
Kenneth Graunke
2018-05-22
2
-0
/
+69
*
i965: Introduce a "memory zone" concept on BO allocation.
Kenneth Graunke
2018-05-22
16
-38
/
+107
*
mesa: stop hiding query parameters from OpenGL compat
Timothy Arceri
2018-05-21
1
-14
/
+7
*
i965: isl: Move the MCS gen7+ assertion into ISL
Nanley Chery
2018-05-18
1
-2
/
+0
*
i965/miptree: Remove format assertion in alloc_aux
Nanley Chery
2018-05-18
1
-5
/
+0
*
i965/miptree: Simplify the switch in supports_ccs
Nanley Chery
2018-05-18
1
-5
/
+1
*
i965: Make get_ccs_surf succeed in alloc_aux
Nanley Chery
2018-05-18
2
-10
/
+11
*
st/mesa: only define GLSL 1.4 for compat if driver supports it
Christian Gmeiner
2018-05-18
1
-1
/
+1
*
vbo: remove MaxVertexAttribStride assert check.
Dave Airlie
2018-05-18
1
-1
/
+0
*
mesa: drop GL_EXT_polygon_offset support
Timothy Arceri
2018-05-18
6
-25
/
+0
[next]