index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
tnl: Push down the gl_vertex_array inputs into tnl drivers.
Mathias Fröhlich
2018-03-31
7
-3
/
+27
*
i965: Push down the gl_vertex_array inputs into i965.
Mathias Fröhlich
2018-03-31
4
-6
/
+23
*
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
*
meson: use dep_libdrm version for pkg-config
Dylan Baker
2018-03-29
1
-1
/
+1
*
i965: Drop unnecessary bo->align field.
Kenneth Graunke
2018-03-27
3
-10
/
+0
*
i965: Drop unused alignment parameter from brw_bo_alloc().
Kenneth Graunke
2018-03-27
14
-26
/
+25
*
i965: Drop alignment parameter from bo_alloc_internal().
Kenneth Graunke
2018-03-27
1
-7
/
+6
*
i965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().
Kenneth Graunke
2018-03-27
1
-2
/
+2
*
i965: Drop PIPE_CONTROL_NO_WRITE from various calls.
Kenneth Graunke
2018-03-27
4
-11
/
+4
*
i965: add performance query support on CNL
Lionel Landwerlin
2018-03-22
4
-1
/
+10415
*
i965: perf: add support for new equation operators
Lionel Landwerlin
2018-03-22
1
-0
/
+15
*
i965: perf: query topology
Lionel Landwerlin
2018-03-22
1
-71
/
+110
*
i965/perf: fix config registration when uploading to kernel
Lionel Landwerlin
2018-03-22
1
-1
/
+1
*
intel: Disable fast color clear on icl
Anuj Phogat
2018-03-22
1
-0
/
+5
*
i965: fix android build
Lionel Landwerlin
2018-03-21
1
-2
/
+5
*
intel/blorp: Fix compiler warning about num_layers.
Eric Anholt
2018-03-20
1
-1
/
+1
*
i965: fix out of tree autotools build
Lionel Landwerlin
2018-03-20
1
-1
/
+4
*
i965: annotate brw_oa.py's --header and --code as required
Emil Velikov
2018-03-20
1
-21
/
+14
*
i965: pipecontrol: add LRI write immediate flag
Lionel Landwerlin
2018-03-20
1
-0
/
+1
*
i965: fix autotools/android build
Lionel Landwerlin
2018-03-20
2
-13
/
+6
*
i965: perf: reduce i965 binary size
Lionel Landwerlin
2018-03-20
6
-221
/
+334
*
i965: perf: fix a counter return type on hsw
Lionel Landwerlin
2018-03-20
1
-1
/
+1
*
st/nir: fix atomic lowering for gallium drivers
Timothy Arceri
2018-03-20
1
-1
/
+1
*
mesa: rework ParameterList to allow packing
Timothy Arceri
2018-03-20
3
-9
/
+13
*
i965: Allow disk shader cache usage with LINKING_SUCCESS status
Jordan Justen
2018-03-19
1
-3
/
+0
*
i965: Allow disk shader cache usage with transform feedback
Jordan Justen
2018-03-19
1
-8
/
+0
*
i965: Add INTEL_DEBUG stages support for disk shader cache
Jordan Justen
2018-03-19
1
-0
/
+26
*
i965: silence unused function warning
Lionel Landwerlin
2018-03-15
1
-1
/
+1
*
i965: Emit texture cache invalidates around blorp_copy
Jason Ekstrand
2018-03-13
1
-0
/
+15
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
5
-115
/
+149
*
i965: Hard code CS scratch_ids_per_subslice for Cherryview
Jordan Justen
2018-03-09
1
-17
/
+27
*
i965: perf: consolidate unmapping oa perf bo outside accumulation
Lionel Landwerlin
2018-03-08
1
-4
/
+3
*
i965: perf: count number of accumlated reports
Lionel Landwerlin
2018-03-08
1
-0
/
+6
*
i965: perf: reuse timescale base function from query
Lionel Landwerlin
2018-03-08
1
-11
/
+2
*
i965: perf: store sysfs device entry into context
Lionel Landwerlin
2018-03-08
2
-76
/
+73
*
i965: perf: store the hw_id of the context in the query
Lionel Landwerlin
2018-03-08
1
-6
/
+11
*
i965: perf: default case for unknown query types
Lionel Landwerlin
2018-03-08
1
-1
/
+31
*
intel: Add missing includes for building on Android
Clayton Craft
2018-03-06
1
-0
/
+1
*
intel: Drop SURFACE_FORMAT enum from genxml.
Kenneth Graunke
2018-03-05
1
-4
/
+4
*
intel: Split gen_device_info out into libintel_dev
Jordan Justen
2018-03-05
5
-4
/
+6
*
i965: Silence unused parameter warnings in genX_state_upload
Ian Romanick
2018-03-02
1
-20
/
+14
*
i965: Silence unused parameter warnings in blorp
Ian Romanick
2018-03-02
2
-10
/
+10
*
i965: Silence unused parameter warnings in generated OA code
Ian Romanick
2018-03-02
1
-1
/
+1
*
i965: Silence unused parameter warnings
Ian Romanick
2018-03-02
1
-1
/
+1
*
i965: Mark upload buffers with MAP_ASYNC and MAP_PERSISTENT.
Kenneth Graunke
2018-03-02
1
-1
/
+3
*
i965: Generalize intel_upload.c to support multiple uploaders.
Kenneth Graunke
2018-03-02
9
-91
/
+101
[next]