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
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure.ac: Require LLVM for r300 only on x86 and x86_64
Andreas Boll
2017-02-03
1
-1
/
+14
*
spirv: handle undefined components for OpVectorShuffle
Lionel Landwerlin
2017-02-03
1
-15
/
+38
*
spirv: handle OpUndef as part of the variable parsing pass
Lionel Landwerlin
2017-02-03
2
-0
/
+7
*
anv: fix descriptor pool internal size allocation
Lionel Landwerlin
2017-02-03
1
-4
/
+4
*
i965: Make intelEmitCopyBlit not truncate large strides.
Kenneth Graunke
2017-02-03
2
-11
/
+7
*
i965: Use a UW source type for CS_OPCODE_CS_TERMINATE.
Kenneth Graunke
2017-02-03
1
-1
/
+1
*
anv/lower_input_attachments: honor sample index parameter to subpassLoad()
Iago Toral Quiroga
2017-02-03
1
-4
/
+1
*
i965: Fix fast depth clears for surfaces with a dimension of 16384.
Kenneth Graunke
2017-02-03
1
-0
/
+12
*
anv: set command buffer to NULL when allocations fail
Lionel Landwerlin
2017-02-03
1
-1
/
+4
*
radv: program a default point size.
Dave Airlie
2017-02-03
1
-1
/
+2
*
radeonsi: handle first_non_void correctly in si_create_vertex_elements
Marek Olšák
2017-02-03
1
-3
/
+3
*
st/mesa: destroy pipe_context before destroying st_context (v2)
Marek Olšák
2017-02-03
1
-6
/
+7
*
mesa: Don't advertise GL_OES_read_format in core profile
Ian Romanick
2017-02-03
1
-1
/
+1
*
gallivm: (trivial) fix ddiv cpu implementation
Roland Scheidegger
2017-02-03
1
-1
/
+0
*
tgsi: implement ddiv opcode
Roland Scheidegger
2017-02-03
1
-0
/
+14
*
i965/blorp: Use the correct ISL format for combined depth/stencil
Jason Ekstrand
2017-02-03
1
-0
/
+2
*
i965/blorp: Add also depth and stencil buffers to render cache
Topi Pohjolainen
2017-02-03
1
-0
/
+4
*
configure.ac: move require_dri_shared_libs_and_glapi() before its users
Emil Velikov
2017-02-03
1
-16
/
+16
*
Update version to 17.0.0-rc2
mesa-17.0.0-rc2
Emil Velikov
2017-01-25
1
-1
/
+1
*
i965/blorp: Make post draw flush more explicit
Topi Pohjolainen
2017-01-24
2
-5
/
+22
*
i965/gen6: Issue direct depth stall and flush after depth clear
Topi Pohjolainen
2017-01-24
1
-1
/
+6
*
i965: Make depth clear flushing more explicit
Topi Pohjolainen
2017-01-24
2
-8
/
+57
*
i965/blorp: Use the render cache mechanism instead of explicit flushing
Topi Pohjolainen
2017-01-24
1
-1
/
+7
*
radeonsi: always set the TCL1_ACTION_ENA when invalidating L2
Marek Olšák
2017-01-24
1
-1
/
+2
*
radv: don't resubmit the same cs over and over while tracing
Grazvydas Ignotas
2017-01-24
1
-2
/
+1
*
swr: Align query results allocation
George Kyriazis
2017-01-24
2
-4
/
+5
*
swr: Prune empty nodes in CalculateProcessorTopology.
Bruce Cherniak
2017-01-24
1
-0
/
+9
*
st/glsl_to_tgsi: use DDIV instead of DRCP + DMUL
Nicolai Hähnle
2017-01-24
1
-6
/
+3
*
glsl: split DIV_TO_MUL_RCP into single- and double-precision flags
Nicolai Hähnle
2017-01-24
2
-9
/
+14
*
r600: implement DDIV
Nicolai Hähnle
2017-01-24
1
-0
/
+59
*
r600: factor out cayman_emit_unary_double_raw
Nicolai Hähnle
2017-01-24
1
-20
/
+42
*
r600: double multiply can handle only one multiply at a time
Nicolai Hähnle
2017-01-24
1
-17
/
+19
*
freedreno/a5xx: set frag shader threadsize
Rob Clark
2017-01-24
1
-2
/
+7
*
freedreno/a5xx: set fragcoordxy properly
Rob Clark
2017-01-24
1
-1
/
+1
*
freedreno/a5xx: fix psize
Rob Clark
2017-01-24
2
-8
/
+5
*
freedreno/a5xx: srgb fix
Rob Clark
2017-01-24
1
-1
/
+2
*
freedreno/a5xx: fix int vbos
Rob Clark
2017-01-24
1
-1
/
+3
*
freedreno/a5xx: fix clear for uint/sint formats
Rob Clark
2017-01-24
1
-19
/
+28
*
freedreno/a5xx: fix cull state
Rob Clark
2017-01-24
1
-5
/
+5
*
freedreno: update generated headers
Rob Clark
2017-01-24
6
-13
/
+36
*
nir/search: Use the correct bit size for integer comparisons
Jason Ekstrand
2017-01-24
1
-32
/
+16
*
intel/blorp/copy: Properly handle clear colors for CCS_E images
Jason Ekstrand
2017-01-24
1
-0
/
+82
*
radv: fix include order for installed headers v2
Andres Rodriguez
2017-01-20
1
-4
/
+4
*
vulkan/wsi: clarify the severity of lack of DRI3 v2
Andres Rodriguez
2017-01-20
1
-2
/
+4
*
anv: don't require render target isl bit for depth/stencil surfaces
Lionel Landwerlin
2017-01-20
1
-2
/
+5
*
spirv: don't assert with location decorations on non i/o variables
Lionel Landwerlin
2017-01-20
1
-1
/
+2
*
gallium/hud: add missing break in hud_cpufreq_graph_install()
Samuel Pitoiset
2017-01-20
1
-0
/
+1
*
radeonsi: don't forget to add HTILE to the buffer list for texturing
Marek Olšák
2017-01-20
1
-6
/
+13
*
radeonsi: fix texture gather on stencil textures
Nicolai Hähnle
2017-01-20
1
-2
/
+16
*
radeonsi: Always leave poly_offset in a valid state
Zachary Michaels
2017-01-20
1
-1
/
+3
[next]