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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-1
/
+1
*
i965/blorp: Set MOCS for gen11 in blorp_alloc_vertex_buffer
Jordan Justen
2019-05-14
1
-1
/
+5
*
gallium: Add a PIPE_CAP_FRAGMENT_SHADER_INTERLOCK.
Kenneth Graunke
2019-05-14
1
-0
/
+1
*
intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8
Kenneth Graunke
2019-05-14
2
-2
/
+8
*
i965: Pass compiler to default key populators
Kenneth Graunke
2019-05-14
13
-27
/
+37
*
mesa: fix _mesa_max_texture_levels for GL_TEXTURE_EXTERNAL_OES
Marek Olšák
2019-05-14
1
-1
/
+1
*
i965/miptree: Refactor intel_miptree_supports_ccs_e()
Nanley Chery
2019-05-14
1
-10
/
+5
*
i965/miptree: Drop intel_*_supports_hiz()
Nanley Chery
2019-05-14
1
-35
/
+2
*
i965/miptree: Drop intel_*_supports_ccs()
Nanley Chery
2019-05-14
1
-124
/
+6
*
i965/miptree: Drop intel_miptree_supports_mcs()
Nanley Chery
2019-05-14
1
-46
/
+1
*
i965/miptree: Fall back to no aux if creation fails
Nanley Chery
2019-05-14
1
-5
/
+6
*
mesa: Set _NEW_VARYING_VP_INPUTS iff varying_vp_inputs are set.
Mathias Fröhlich
2019-05-14
1
-7
/
+6
*
mesa: Avoid setting _NEW_VARYING_VP_INPUTS in non fixed function mode.
Mathias Fröhlich
2019-05-14
3
-2
/
+16
*
mesa: Fix test for setting the _NEW_VARYING_VP_INPUTS flag.
Mathias Fröhlich
2019-05-14
1
-8
/
+3
*
mesa: Make _mesa_set_varying_vp_inputs static in state.c.
Mathias Fröhlich
2019-05-14
2
-8
/
+3
*
mesa: Fix old outdated variable name in a comment.
Mathias Fröhlich
2019-05-14
1
-1
/
+1
*
mesa/vbo: Update Comment to what is actually happening.
Mathias Fröhlich
2019-05-14
1
-3
/
+1
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
3
-12
/
+7
*
mesa: Replace MaxTextureLevels with MaxTextureSize.
Eric Anholt
2019-05-13
15
-34
/
+29
*
mesa: Remove proxy image checks for maximum level.
Eric Anholt
2019-05-13
1
-18
/
+0
*
mesa: Reuse _mesa_max_texture_levels() instead of open-coding it.
Eric Anholt
2019-05-13
3
-29
/
+4
*
st/mesa: enable the ST_DEBUG env var in release and debugoptimized builds
Marek Olšák
2019-05-13
2
-10
/
+0
*
st/mesa: fix 2 crashes in st_tgsi_lower_yuv
Marek Olšák
2019-05-10
1
-20
/
+28
*
i965: Fix memory leaks in brw_upload_cs_work_groups_surface().
Kenneth Graunke
2019-05-10
1
-0
/
+5
*
swrast: Rename blend_func->swrast_blend_func
Alyssa Rosenzweig
2019-05-10
1
-5
/
+5
*
nir: allow specifying a set of opcodes in lower_alu_to_scalar
Jonathan Marek
2019-05-10
1
-2
/
+2
*
mesa: fix GL_PROGRAM_BINARY_RETRIEVABLE_HINT handling
Pierre-Eric Pelloux-Prayer
2019-05-09
2
-4
/
+11
*
nir: Initialize lower_flrp_progress everywhere
Ian Romanick
2019-05-09
1
-1
/
+1
*
i965: leave the top 4Gb of the high heap VMA unused
Kenneth Graunke
2019-05-07
1
-1
/
+5
*
i965: Force VMA alignment to be a multiple of the page size.
Kenneth Graunke
2019-05-07
1
-0
/
+2
*
i965: Fix BRW_MEMZONE_LOW_4G heap size.
Kenneth Graunke
2019-05-07
1
-1
/
+4
*
nir: Use the flrp lowering pass instead of nir_opt_algebraic
Ian Romanick
2019-05-06
1
-0
/
+24
*
nir: nir_shader_compiler_options: drop native_integers
Christian Gmeiner
2019-05-07
1
-34
/
+10
*
mesa: Leave aliasing of vertex and generic0 attribute to the dlist code.
Mathias Fröhlich
2019-05-04
1
-4
/
+1
*
mesa: Correct the is_vertex_position decision for dlists.
Mathias Fröhlich
2019-05-04
3
-14
/
+28
*
mesa: Set CurrentSavePrimitive in vbo_save_NotifyBegin.
Mathias Fröhlich
2019-05-04
1
-0
/
+2
*
mesa: Remove the _glapi_table argument from _mesa_array_element.
Mathias Fröhlich
2019-05-04
3
-17
/
+11
*
mesa: Constify static const array in api_arrayelt.c
Mathias Fröhlich
2019-05-04
1
-1
/
+1
*
mesa: Remove the now unused _NEW_ARRAY state change flag.
Mathias Fröhlich
2019-05-04
6
-23
/
+2
*
mesa: Rip out now unused gl_context::aelt_context.
Mathias Fröhlich
2019-05-04
7
-91
/
+0
*
mesa: Implement _mesa_array_element by walking enabled arrays.
Mathias Fröhlich
2019-05-04
1
-126
/
+58
*
mesa: Use glVertexAttrib*NV functions for fixed function attribs.
Mathias Fröhlich
2019-05-04
1
-157
/
+28
*
mesa: Factor out index function that will have multiple use.
Mathias Fröhlich
2019-05-04
1
-11
/
+18
*
anv,i965: Stop warning about incomplete gen11 support
Jason Ekstrand
2019-05-03
1
-7
/
+0
*
meson: lift driver-collection out into parent build-file
Erik Faye-Lund
2019-05-02
7
-23
/
+17
*
st/mesa: don't flush the front buffer if it's a pbuffer
Marek Olšák
2019-05-01
1
-3
/
+13
*
mesa: fix pbuffers because internally they are front buffers
Marek Olšák
2019-05-01
1
-20
/
+36
*
mesa: rework error handling in glDrawBuffers
Marek Olšák
2019-05-01
1
-24
/
+31
*
mesa: Add missing display list support for GL_FOG_COORDINATE_SOURCE
Ian Romanick
2019-04-30
1
-0
/
+1
*
i965: Re-enable fast color clears for GEN11.
Plamena Manolova
2019-04-29
1
-15
/
+8
[next]