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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600: Turn 'r600_shader_key' struct into union
Edward O'Callaghan
2015-08-21
4
-38
/
+42
*
r600: Rewrite r600_shader_selector_key() to use a switch stmt
Edward O'Callaghan
2015-08-21
1
-7
/
+17
*
i965: Use NIR by default for vertex shaders
Jason Ekstrand
2015-08-20
1
-2
/
+2
*
glsl: check if return_deref in lower_subroutine_visitor::visit_leave isn't NULL
Kai Wasserbäch
2015-08-21
1
-1
/
+1
*
nv50/ir: Handle OP_CVT when folding constant expressions
Tobias Klausmann
2015-08-20
1
-0
/
+78
*
nvc0/ir: undo more shifts still by allowing a pre-SHL to occur
Ilia Mirkin
2015-08-20
1
-15
/
+33
*
nvc0/ir: don't require AND when the high byte is being addressed
Ilia Mirkin
2015-08-20
1
-0
/
+12
*
nvc0/ir: detect i2f/i2i which operate on specific bytes/words
Ilia Mirkin
2015-08-20
4
-4
/
+82
*
nvc0/ir: detect AND/SHR pairs and convert into EXTBF
Ilia Mirkin
2015-08-20
1
-20
/
+46
*
nv50/ir: support different unordered_set implementations
Chih-Wei Huang
2015-08-20
5
-12
/
+57
*
i965: Fix "handle nir_intrinsic_image_size"
Martin Peres
2015-08-20
1
-4
/
+3
*
i965: enable GL_ARB_shader_image_size
Martin Peres
2015-08-20
3
-2
/
+4
*
i965: handle nir_intrinsic_image_size
Martin Peres
2015-08-20
1
-0
/
+46
*
nir: convert the glsl intrinsic image_size to nir_intrinsic_image_size
Martin Peres
2015-08-20
2
-6
/
+17
*
glsl: add support for the imageSize builtin
Martin Peres
2015-08-20
1
-16
/
+92
*
main: add extension GL_ARB_shader_image_size
Martin Peres
2015-08-20
5
-0
/
+8
*
docs: Mark GLES 3.1 image load/store as done on i965.
Francisco Jerez
2015-08-20
1
-1
/
+1
*
mesa: Add ES31 API tag for the extension table.
Francisco Jerez
2015-08-20
1
-0
/
+7
*
glsl: Parse the allowed image format qualifiers in GLSL ES 3.1.
Francisco Jerez
2015-08-20
1
-41
/
+50
*
glsl: Recognise image memory qualifiers in GLSL ES 3.1.
Francisco Jerez
2015-08-20
1
-5
/
+5
*
glsl: Define image-related built-in constants required by GLSL ES 3.1.
Francisco Jerez
2015-08-20
1
-7
/
+15
*
glsl: Remove duplicate definition of gl_MaxTess*ImageUniforms built-in consta...
Francisco Jerez
2015-08-20
1
-2
/
+0
*
glsl: Accept atomic_uint type in GLSL ES 3.1.
Francisco Jerez
2015-08-20
1
-1
/
+1
*
glsl: Accept supported image types in GLSL ES 3.1.
Francisco Jerez
2015-08-20
2
-24
/
+24
*
glsl: Expose image load and store built-ins in GLSL ES 3.1.
Francisco Jerez
2015-08-20
1
-1
/
+1
*
glsl: Use a separate availability class for image atomic built-ins.
Francisco Jerez
2015-08-20
1
-11
/
+23
*
glsl: Allow precision qualifiers on general opaque types.
Francisco Jerez
2015-08-20
1
-4
/
+6
*
glsl: Implement GLSL ES restriction on images being either readonly or writeo...
Francisco Jerez
2015-08-20
1
-0
/
+18
*
glsl: Require that all image uniforms have a format qualifier in GLSL ES.
Francisco Jerez
2015-08-20
1
-4
/
+10
*
glsl: Add support for image binding qualifiers.
Francisco Jerez
2015-08-20
2
-8
/
+33
*
glsl: Forbid non-constant image array indexing in GLSL ES 3.1.
Francisco Jerez
2015-08-20
1
-0
/
+15
*
mesa: Refuse to bind image uniforms using glUniform in GLES.
Francisco Jerez
2015-08-20
1
-1
/
+3
*
mesa: Refuse to bind a mutable texture object to an image unit in GLES.
Francisco Jerez
2015-08-20
1
-0
/
+12
*
mesa: Initialize image unit state to different defaults in GLES.
Francisco Jerez
2015-08-20
1
-2
/
+3
*
mesa: Reset image unit state to the default values when a bound image is dele...
Francisco Jerez
2015-08-20
3
-7
/
+23
*
mesa: Reject image formats not supported by GLES.
Francisco Jerez
2015-08-20
1
-2
/
+65
*
mesa: Don't lose track of the shader image layer originally specified by the ...
Francisco Jerez
2015-08-20
3
-8
/
+15
*
mesa: Rename MaxCombinedImageUnitsAndFragmentOutputs to MaxCombinedShaderOutp...
Francisco Jerez
2015-08-20
7
-7
/
+7
*
GL: update glext to svn 31811
Dave Airlie
2015-08-20
1
-9
/
+285
*
nir: Use nir_builder in nir_lower_io's get_io_offset().
Kenneth Graunke
2015-08-19
1
-28
/
+14
*
nir: Pull nir_lower_io's load_op selection into a helper function.
Kenneth Graunke
2015-08-19
1
-17
/
+22
*
mesa/formats: refactor by collapsing cases in switch statement by type
Nanley Chery
2015-08-19
1
-135
/
+17
*
mesa/formats: add more MESA_FORMAT_LAYOUTs
Nanley Chery
2015-08-19
4
-33
/
+19
*
glsl: Fix up GL_ARB_compute_shader for GLSL ES 3.1
Marta Lofstedt
2015-08-19
2
-3
/
+7
*
mesa/main: Add GL_IMAGE_FORMAT_COMPATIBILITY_TYPE to glGetTexParameterfv
Marta Lofstedt
2015-08-19
1
-0
/
+6
*
radeonsi: fix a typo as_es -> as_ls in a string
Marek Olšák
2015-08-19
1
-1
/
+1
*
winsys/amdgpu: fix the type of memory usage counters
Marek Olšák
2015-08-19
1
-2
/
+2
*
radeonsi: fix indirect indexing of MSAA textures
Marek Olšák
2015-08-19
1
-4
/
+13
*
st/mesa: add fake ARB_copy_image support in Gallium
Ilia Mirkin
2015-08-19
1
-0
/
+27
*
glsl: enable textureSize and texelFetch on GLSL ES 3.10 with MS samplers
Tapani Pälli
2015-08-19
1
-6
/
+13
[next]