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
*
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
*
mesa: Implement glMemoryBarrierByRegion
Marta Lofstedt
2015-08-17
3
-2
/
+50
*
st/mesa: also move yoffset to zoffset for 1d array textures
Ilia Mirkin
2015-08-17
1
-0
/
+2
*
swrast: fix EXT_depth_bounds_test
Marek Olšák
2015-08-14
1
-2
/
+12
*
st/mesa: add EXT_depth_bounds_test
Marek Olšák
2015-08-14
2
-4
/
+12
*
st/mesa: small cleanup in st_extensions.c
Marek Olšák
2015-08-14
1
-31
/
+9
*
gallium: add support for GLES texture float extensions (v3)
Marek Olšák
2015-08-14
1
-0
/
+8
*
mesa: set correct error for non-renderable multisample textures
Tapani Pälli
2015-08-14
1
-3
/
+10
*
i965/skl: Remove early platform support
Ben Widawsky
2015-08-13
1
-10
/
+0
*
mesa: remove extern from texture function
Timothy Arceri
2015-08-13
2
-10
/
+1
*
i965: Stop aux data compare preventing program binary re-use
Topi Pohjolainen
2015-08-13
1
-32
/
+20
*
i965: Only write program to cache when it doesn't exist yet
Topi Pohjolainen
2015-08-13
1
-7
/
+7
*
i965: Rename brw_upload_item_data to brw_alloc_item_data
Topi Pohjolainen
2015-08-13
1
-9
/
+10
*
mesa: update MaxShaderStorageBlockSize to 2^27
Tapani Pälli
2015-08-13
1
-1
/
+1
*
mesa: fix name returned for XFB varyings
Tapani Pälli
2015-08-13
1
-4
/
+16
*
mesa: Fix printf format specifier warn of the ptrdiff_t
Edward O'Callaghan
2015-08-13
1
-1
/
+1
*
mesa: add NV_read_{depth,stencil,depth_stencil} extensions
Rob Clark
2015-08-12
2
-9
/
+42
[next]