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
*
radeon: Drop broken front_buffer_reading/drawing optimization
Ian Romanick
2018-04-26
3
-46
/
+18
*
radeon: Use _mesa_is_front_buffer_drawing
Ian Romanick
2018-04-26
4
-25
/
+5
*
meson: remove dummy_cpp
Dylan Baker
2018-04-24
1
-1
/
+1
*
i965/meta_util: Re-enable sRGB-encoded fast-clears on CNL
Nanley Chery
2018-04-24
1
-11
/
+0
*
i965/miptree: Extend the sRGB-blending WA to future platforms
Nanley Chery
2018-04-24
1
-2
/
+2
*
i965: Add and use a getter for the clear color
Nanley Chery
2018-04-24
4
-11
/
+51
*
i965/wm_surface_state: Use the clear address if clear_bo is non-NULL
Nanley Chery
2018-04-24
1
-11
/
+6
*
i965: Add and use a single miptree aux_buf field
Nanley Chery
2018-04-24
10
-114
/
+96
*
i965: Add and use a getter for the miptree aux buffer
Nanley Chery
2018-04-24
4
-41
/
+25
*
i965: expose MESA_FORMAT_R8G8B8A8_SRGB visual
Tapani Pälli
2018-04-24
1
-3
/
+7
*
dri: Add __DRI_IMAGE_FORMAT_SABGR8
Tapani Pälli
2018-04-24
2
-0
/
+5
*
i965: perf: enable GPA query statistics
Lionel Landwerlin
2018-04-23
3
-1
/
+68
*
i965: perf: add support for raw queries
Lionel Landwerlin
2018-04-23
6
-27
/
+474
*
i965: perf: read slice/unslice frequencies from OA reports
Lionel Landwerlin
2018-04-23
2
-0
/
+71
*
i965: perf: snapshot RPSTAT register
Lionel Landwerlin
2018-04-23
3
-0
/
+67
*
i965: perf: extract utility functions
Lionel Landwerlin
2018-04-23
6
-252
/
+294
*
i965/miptree: Delete an unused function
Nanley Chery
2018-04-20
2
-17
/
+0
*
i965/miptree: Don't leak the clear_color_bo
Nanley Chery
2018-04-20
1
-2
/
+1
*
i965/blorp: Do the gen11 BTI flush
Jason Ekstrand
2018-04-20
1
-0
/
+14
*
intel: Handle firstvertex in an identical way to BaseVertex
Antia Puentes
2018-04-19
4
-13
/
+27
*
i965: Fix shadow batches to be the same size as the real BO.
Kenneth Graunke
2018-04-18
1
-1
/
+4
*
mesa: merge the driver functions DrawBuffers and DrawBuffer
Timothy Arceri
2018-04-17
2
-3
/
+2
*
Fix scons build
Marek Olšák
2018-04-12
1
-0
/
+1
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
7
-2
/
+11
*
blorp: Silence unused function warnings
Nanley Chery
2018-04-11
1
-1
/
+1
*
i965: Remove brw_bo_alloc_tiled_2d from intel_detect_swizzling.
Kenneth Graunke
2018-04-10
1
-10
/
+4
*
i965: Make the miptree clear color setter take a gl_color_union
Nanley Chery
2018-04-09
3
-6
/
+7
*
i965/miptree: Move the clear color and value setter implementations
Nanley Chery
2018-04-09
2
-21
/
+30
*
i965: Use the brw_context for the clear color and value setters
Nanley Chery
2018-04-09
3
-6
/
+6
*
i965: return the fourcc saved in __DRIimage when possible
Xiong, James
2018-04-09
1
-3
/
+10
*
dri_util: don't fail when not supporting ARB_compatibility with GL3.1
Andres Gomez
2018-04-09
1
-0
/
+10
*
dri_util: when overriding, always reset the core version
Andres Gomez
2018-04-09
1
-4
/
+2
*
i965: Use %x instead of %u in debug print.
Kenneth Graunke
2018-04-06
1
-1
/
+1
*
i965/surface_state: Emit the clear color address instead of value.
Rafael Antognolli
2018-04-05
1
-0
/
+22
*
i965/blorp: Update the fast clear value buffer.
Rafael Antognolli
2018-04-05
2
-0
/
+29
*
i965: Add aux_buf variable to simplify code.
Rafael Antognolli
2018-04-05
2
-21
/
+14
*
i965/miptree: Add new clear color BO for winsys aux buffers
Rafael Antognolli
2018-04-05
1
-0
/
+17
*
i965/miptree: Add space to store the clear value in the aux surface.
Rafael Antognolli
2018-04-05
2
-0
/
+33
*
i965: Extend the negative 32-bit deltas to 64-bits
Sergii Romantsov
2018-04-03
1
-1
/
+1
*
vbo: Move vbo_split into the tnl module.
Mathias Fröhlich
2018-03-31
1
-2
/
+2
*
vbo: Readd the arrays argument to the legacy draw methods.
Mathias Fröhlich
2018-03-31
1
-4
/
+7
*
vbo: Remove the now unused vbo draw path.
Mathias Fröhlich
2018-03-31
1
-1
/
+1
*
tnl: Push down the gl_vertex_array inputs into tnl drivers.
Mathias Fröhlich
2018-03-31
9
-3
/
+29
*
i965: Push down the gl_vertex_array inputs into i965.
Mathias Fröhlich
2018-03-31
4
-6
/
+23
*
spirv: Fix building with SCons
Neil Roberts
2018-03-30
2
-0
/
+4
*
i965: Don't call process_glsl_ir() for SPIR-V shaders
Eduardo Lima Mitev
2018-03-30
1
-1
/
+2
*
i965: Call spirv_to_nir() instead of glsl_to_nir() for SPIR-V shaders
Eduardo Lima Mitev
2018-03-30
1
-2
/
+8
*
i965: initialize SPIR-V capabilities
Alejandro Piñeiro
2018-03-30
1
-0
/
+25
*
i965: Don't request GLSL IR lowering of gl_VertexID
Ian Romanick
2018-03-29
1
-1
/
+0
*
i965: Silence unused parameter warning
Ian Romanick
2018-03-29
1
-5
/
+3
[next]