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
*
main: fail texture_storage() call if the size is not okay
Xiong, James
2018-05-10
1
-0
/
+1
*
main: return 0 length when the queried program object's not linked
Xiong, James
2018-05-10
1
-1
/
+1
*
i965: Shut up unused variable warnings.
Kenneth Graunke
2018-05-09
1
-6
/
+7
*
mesa: fix error handling in get_framebuffer_parameteriv
Rhys Perry
2018-05-09
1
-31
/
+41
*
i965: require pixel scoreboard stall prior to ISP disable
Lionel Landwerlin
2018-05-09
1
-1
/
+8
*
i965/blorp: Remove a pile of blorp_blit restrictions
Jason Ekstrand
2018-05-09
1
-30
/
+33
*
i965/blorp: Allow blorp blits for 16x MSAA
Jason Ekstrand
2018-05-09
1
-4
/
+0
*
i965/surface_state: Use an identity swizzle pre-Haswell
Jason Ekstrand
2018-05-09
1
-0
/
+6
*
i965: silence unused variable
Lionel Landwerlin
2018-05-09
1
-1
/
+0
*
mesa: remove hard-coded OpenGL 3.2 compat limit
Timothy Arceri
2018-05-09
1
-8
/
+0
*
mesa: add GLSLVersionCompat constant
Timothy Arceri
2018-05-09
5
-3
/
+10
*
mesa: dont call _mesa_override_glsl_version() in _mesa_init_constants()
Timothy Arceri
2018-05-09
1
-3
/
+0
*
mesa: dont set GLSLVersion in _mesa_init_constants()
Timothy Arceri
2018-05-09
1
-1
/
+0
*
i965: Dump validation list on INTEL_DEBUG=bat,submit.
Kenneth Graunke
2018-05-08
1
-1
/
+3
*
i965/miptree: Remove redundant fields from intel_miptree_aux_buffer
Jason Ekstrand
2018-05-08
2
-37
/
+7
*
i965: Simplify brw_emit_depthbuffer and brw_emit_depth_stencil_hiz
Jason Ekstrand
2018-05-08
1
-81
/
+26
*
i965: Move brw_emit_depth_stencil_hiz higher up in the file
Jason Ekstrand
2018-05-08
1
-50
/
+40
*
i965: Use ISL for emitting depth/stencil/hiz state on gen6+
Jason Ekstrand
2018-05-08
9
-671
/
+129
*
i965: Use the brw_depthbuffer atom on all gens
Jason Ekstrand
2018-05-08
4
-17
/
+4
*
i965: Always set depth/stencil write enables on gen7+
Jason Ekstrand
2018-05-08
2
-11
/
+6
*
i965: Re-order depth/stencil/hiz/clear packets to match ISL
Jason Ekstrand
2018-05-08
3
-47
/
+47
*
i965: Re-emit depth/stencil/hiz on BRW_NEW_AUX_STATE
Jason Ekstrand
2018-05-08
1
-1
/
+2
*
mesa/formatquery: remove online compression check on is_resource_supported
Alejandro PiƱeiro
2018-05-08
1
-2
/
+1
*
i965: Don't leak blorp on Gen4-5.
Kenneth Graunke
2018-05-07
1
-2
/
+1
*
i965: Set initial kflags on BO creation.
Kenneth Graunke
2018-05-07
1
-6
/
+11
*
r200: Enable NV_fog_distance
Ian Romanick
2018-05-04
1
-0
/
+1
*
i965: Enable NV_fog_distance
Ian Romanick
2018-05-04
1
-0
/
+1
*
ffvertex: Don't try to read output registers in fog calculation
Ian Romanick
2018-05-04
1
-4
/
+6
*
mesa: Add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV)
Ian Romanick
2018-05-04
1
-0
/
+1
*
mesa: Silence an unused parameter warning
Ian Romanick
2018-05-04
1
-5
/
+4
*
mesa/main/readpix: Correct handling of packed floating point values
Gert Wollny
2018-05-04
1
-2
/
+4
*
compiler/lower_64bit_packing: rename the pass to be more generic
Iago Toral Quiroga
2018-05-03
1
-1
/
+1
*
i965: Always try to create a logical context
Chris Wilson
2018-05-03
1
-15
/
+14
*
intel: decoder: limit to the number decoded lines from VBO
Lionel Landwerlin
2018-05-02
1
-0
/
+1
*
i965: Reuse batch decoder infrastructure rather than open coding it.
Kenneth Graunke
2018-05-02
3
-223
/
+55
*
i965: Allocate shadow batches to explicitly be the BO size.
Kenneth Graunke
2018-05-02
1
-7
/
+5
*
intel: activate the gl_BaseVertex lowering
Antia Puentes
2018-05-02
3
-11
/
+3
*
intel: emit is_indexed_draw in the same VE than gl_DrawID
Antia Puentes
2018-05-02
4
-40
/
+59
*
i965: Drop unused gen5 sampler default color struct.
Kenneth Graunke
2018-05-01
1
-9
/
+0
*
i965: Make brw_vs_outputs_written static.
Kenneth Graunke
2018-05-01
2
-5
/
+1
*
i965/tex_image: Avoid the ASTC LDR workaround on gen9lp
Nanley Chery
2018-05-01
1
-1
/
+1
*
st/mesa: add support for nvidia conservative rasterization extensions
Rhys Perry
2018-04-30
3
-0
/
+51
*
mesa: add support for nvidia conservative rasterization extensions
Rhys Perry
2018-04-30
15
-11
/
+478
*
nir: move GL specific passes to src/compiler/glsl
Timothy Arceri
2018-05-01
3
-5
/
+8
*
i965/tiled_memcpy: ytiled_to_linear a cache line at a time
Scott D Phillips
2018-04-30
1
-6
/
+66
*
i965: Record mipmap resolver for unmapping
Chris Wilson
2018-04-30
2
-17
/
+22
*
i965: Move unmap_depthstencil before map_depthstencil
Chris Wilson
2018-04-30
1
-57
/
+57
*
i965: Move unmap_etc before map_etc
Chris Wilson
2018-04-30
1
-21
/
+21
*
i965: Move unmap_s8 before map_s8
Chris Wilson
2018-04-30
1
-30
/
+30
*
i965: Move unmap_movntdqa before map_movntdqa
Chris Wilson
2018-04-30
1
-12
/
+12
[next]