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
*
Revert "mesa/formats: refactor by collapsing cases in switch statement by type"
Nanley Chery
2015-08-20
1
-17
/
+135
*
i965: Use NIR by default for vertex shaders
Jason Ekstrand
2015-08-20
1
-2
/
+2
*
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
1
-0
/
+1
*
i965: handle nir_intrinsic_image_size
Martin Peres
2015-08-20
1
-0
/
+46
*
main: add extension GL_ARB_shader_image_size
Martin Peres
2015-08-20
2
-0
/
+2
*
mesa: Add ES31 API tag for the extension table.
Francisco Jerez
2015-08-20
1
-0
/
+7
*
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
3
-3
/
+3
*
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
*
mesa/main: Add GL_IMAGE_FORMAT_COMPATIBILITY_TYPE to glGetTexParameterfv
Marta Lofstedt
2015-08-19
1
-0
/
+6
*
st/mesa: add fake ARB_copy_image support in Gallium
Ilia Mirkin
2015-08-19
1
-0
/
+27
*
mesa: validate size parameters for glTexStorage*Multisample
Tapani Pälli
2015-08-19
1
-0
/
+26
*
mesa: expose dimension check for glTex*Storage functions
Tapani Pälli
2015-08-19
2
-1
/
+22
*
i965/bdw: Fix setting the instancing state for the SGVS element
Neil Roberts
2015-08-18
1
-1
/
+1
*
util/ra: Make allocating conflict lists optional
Jason Ekstrand
2015-08-18
2
-2
/
+2
*
i965/reg_allocate: Use make_reg_conflicts_transitive
Jason Ekstrand
2015-08-18
2
-3
/
+12
*
mesa: Move varying slots and FS output names to shader_enums.h
Eric Anholt
2015-08-18
1
-106
/
+4
*
mesa: undo split out of create shader code
Timothy Arceri
2015-08-19
1
-59
/
+50
*
drirc: Add "Unigine Oil Rush" quirk (allow_glsl_extension_directive_midshader).
Richard Yao
2015-08-18
1
-0
/
+2
*
i965/gen7: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965/gen6: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-5
/
+6
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-3
/
+3
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
mesa: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
mesa: move non-generic samples validation
Timothy Arceri
2015-08-18
2
-9
/
+10
*
mesa: check samples > 0 for glTex*Multisample
Timothy Arceri
2015-08-18
1
-0
/
+5
*
i965/vec4/nir: Emit single MOV to generate a scalar constant.
Matt Turner
2015-08-17
1
-3
/
+18
*
mesa: Raise INVALID_VALUE from glCreateShaderProgramv if count < 0
Marta Lofstedt
2015-08-17
1
-0
/
+9
*
mesa: AtomicBufferBindings should be initialized to zero.
Marta Lofstedt
2015-08-17
1
-2
/
+2
*
mesa: fix target error checking in glGetTexLevelParameter
Tapani Pälli
2015-08-17
1
-7
/
+25
*
mesa: rename texture function now that its static
Timothy Arceri
2015-08-17
1
-31
/
+31
[next]