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
*
i965: Drop unnecessary 'and' with prog->SamplerUnits
Kenneth Graunke
2019-02-11
1
-1
/
+1
*
nir: Gather texture bitmasks in gl_nir_lower_samplers_as_deref.
Kenneth Graunke
2019-02-11
4
-4
/
+13
*
program: Make prog_to_nir create texture/sampler derefs.
Kenneth Graunke
2019-02-11
1
-5
/
+16
*
st/nir: Use sampler derefs in built-in shaders.
Kenneth Graunke
2019-02-11
2
-8
/
+24
*
st/nir: Lower sampler derefs for builtin shaders.
Kenneth Graunke
2019-02-11
1
-0
/
+2
*
st/nir: Pull sampler lowering into a helper function.
Kenneth Graunke
2019-02-11
2
-4
/
+14
*
i965: Call nir_lower_samplers for ARB programs.
Kenneth Graunke
2019-02-11
1
-0
/
+2
*
st/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB to 2048
Kenneth Graunke
2019-02-11
1
-1
/
+6
*
i965: consider a 'base level' when calculating width0, height0, depth0
Andrii Simiklit
2019-02-07
1
-1
/
+25
*
st/glsl_to_nir: call nir_remove_dead_variables() after lowing local indirects
Timothy Arceri
2019-02-08
1
-0
/
+7
*
util: move BITFIELD macros to util/macros.h
Timothy Arceri
2019-02-08
1
-24
/
+0
*
st/mesa: require RGBA2, RGB4, and RGBA4 to be renderable
Karol Herbst
2019-02-07
1
-0
/
+2
*
gallium: add PIPE_CAP_MAX_VARYINGS
Karol Herbst
2019-02-07
1
-4
/
+1
*
st/nir: Use src/ relative include path for autotools
Kristian H. Kristensen
2019-02-05
2
-2
/
+4
*
gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.
Kenneth Graunke
2019-02-05
1
-2
/
+5
*
st/nir: Call nir_lower_clip_cull_distance_arrays().
Kenneth Graunke
2019-02-05
1
-0
/
+1
*
program: Extend prog_to_nir handle system values.
Kenneth Graunke
2019-02-05
1
-0
/
+30
*
program: Use u_bit_scan64 in prog_to_nir.
Kenneth Graunke
2019-02-05
1
-7
/
+6
*
st/mesa: Add NIR versions of the PBO upload/download shaders.
Kenneth Graunke
2019-02-05
1
-2
/
+188
*
st/mesa: Add a NIR version of the OES_draw_texture built-in shaders.
Kenneth Graunke
2019-02-05
1
-7
/
+62
*
st/mesa: Add NIR versions of the clear shaders.
Kenneth Graunke
2019-02-05
1
-13
/
+67
*
st/mesa: Add NIR versions of the drawpixels Z/stencil fragment shaders.
Kenneth Graunke
2019-02-05
1
-21
/
+119
*
st/mesa: Add a NIR version of the drawpixels/bitmap VS copy shader.
Kenneth Graunke
2019-02-05
1
-8
/
+29
*
st/nir: Make new helpers for constructing built-in NIR shaders.
Kenneth Graunke
2019-02-05
4
-0
/
+155
*
st/nir: Move varying setup code to a helper function.
Kenneth Graunke
2019-02-05
2
-20
/
+29
*
mesa: release references to image textures when a context is destroyed
Gert Wollny
2019-02-05
3
-0
/
+15
*
i965: skip bit6 swizzle detection in Gen8+
Caio Marcelo de Oliveira Filho
2019-02-04
1
-0
/
+14
*
st/mesa: Set pipe_image_view::shader_access in PBO readpixels.
Kenneth Graunke
2019-02-04
1
-0
/
+1
*
st/mesa: expose EXT_texture_compression_s3tc_srgb
Gurchetan Singh
2019-02-01
1
-0
/
+6
*
i965: Set flag for EXT_texture_compression_s3tc_srgb
Gurchetan Singh
2019-02-01
1
-0
/
+1
*
mesa/main: Expose EXT_texture_compression_s3tc_srgb
Gurchetan Singh
2019-02-01
3
-1
/
+4
*
st/glsl_to_nir: remove dead local variables
Timothy Arceri
2019-02-01
1
-0
/
+3
*
st/mesa: Fix topogun-1.06-orc-84k-resize.trace crash
Neha Bhende
2019-01-31
1
-0
/
+4
*
android,autotools,i965: Fix location of float64_glsl.h
Dylan Baker
2019-01-31
2
-1
/
+3
*
mesa: Skip partial InvalidateFramebuffer of packed depth/stencil.
Eric Anholt
2019-01-31
1
-0
/
+23
*
mesa/core: Enable EXT_texture_sRGB_R8 also for desktop GL
Gert Wollny
2019-01-30
2
-1
/
+2
*
mesa: expose NV_conditional_render on GLES
Erik Faye-Lund
2019-01-30
2
-1
/
+5
*
mesa/st: wire up DiscardFramebuffer
Jonathan Marek
2019-01-29
1
-0
/
+25
*
mesa: wire up InvalidateFramebuffer
Rob Clark
2019-01-29
2
-7
/
+66
*
intel/defines: Explicitly cast to uint32_t in SET_FIELD and SET_BITS
Jason Ekstrand
2019-01-29
1
-1
/
+1
*
mesa/main: Expose EXT_sRGB_write_control
Gert Wollny
2019-01-28
3
-5
/
+4
*
mesa/main/version: Lower the requirements for GLES 3.0
Gert Wollny
2019-01-28
1
-2
/
+2
*
mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possible
Gert Wollny
2019-01-28
5
-5
/
+5
*
mesa/st: rework support for sRGB framebuffer attachements
Gert Wollny
2019-01-28
4
-18
/
+31
*
i965: Set flag for EXT_sRGB
Gert Wollny
2019-01-28
1
-0
/
+1
*
mesa:main: Add flag for EXT_sRGB to gl_extensions
Gert Wollny
2019-01-28
1
-0
/
+1
*
i965: Always compile fp64 funcs when needed
Matt Turner
2019-01-26
1
-1
/
+2
*
Revert "mesa/main: remove ARB suffix from glGetnTexImage"
Emil Velikov
2019-01-24
2
-5
/
+5
*
mesa: correctly use os.path.join in our python scripts
Emil Velikov
2019-01-24
1
-4
/
+3
*
st/mesa: fix PRIMITIVES_GENERATED query after the "pipeline stat single" changes
Marek Olšák
2019-01-23
1
-1
/
+2
[next]