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
*
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
*
i965/shader: Don't use OptimizeForAOS for NIR vec4 vertex shaders
Jason Ekstrand
2015-08-12
1
-1
/
+1
*
mesa/teximage: report the correct function which triggered the error
Nanley Chery
2015-08-12
1
-4
/
+4
*
mesa/formats: don't byteswap when building array formats
Oded Gabbay
2015-08-12
1
-11
/
+3
*
mesa/formats: Don't flip channels of null array formats
Jason Ekstrand
2015-08-12
1
-1
/
+2
*
mesa/formats: Fix swizzle flipping for big-endian targets
Jason Ekstrand
2015-08-12
1
-4
/
+12
*
mesa/formats: Only do byteswapping for packed formats
Jason Ekstrand
2015-08-12
1
-3
/
+3
*
i965: Optimize brw_inst_set_bits() and brw_compact_inst_set_bits().
Matt Turner
2015-08-11
1
-4
/
+4
*
i965: Optimize brw_inst_bits() and brw_compact_inst_bits().
Matt Turner
2015-08-11
1
-4
/
+4
*
i965: Expose ARB_shader_image_load_store.
Francisco Jerez
2015-08-11
1
-0
/
+1
*
i965/fs: Clamp image array indices to the array bounds on IVB.
Francisco Jerez
2015-08-11
1
-4
/
+21
*
i965/fs: Translate image load, store and atomic NIR intrinsics.
Francisco Jerez
2015-08-11
1
-0
/
+106
*
i965/fs: Handle image uniforms in NIR programs.
Francisco Jerez
2015-08-11
2
-8
/
+44
*
i965: Implement logic to set up and upload an image uniform.
Francisco Jerez
2015-08-11
2
-0
/
+32
*
i965: Teach type_size() about the size of an image uniform.
Francisco Jerez
2015-08-11
2
-0
/
+2
*
i965/fs: Implement image load, store and atomic.
Francisco Jerez
2015-08-11
2
-0
/
+264
*
i965/fs: Import image format conversion primitives.
Francisco Jerez
2015-08-11
1
-0
/
+265
*
i965/fs: Import image format metadata queries.
Francisco Jerez
2015-08-11
1
-0
/
+148
*
i965/fs: Import code to transform image coordinates into surface coordinates.
Francisco Jerez
2015-08-11
1
-0
/
+52
*
i965/fs: Import image memory offset calculation code.
Francisco Jerez
2015-08-11
1
-0
/
+169
*
i965/fs: Import image access validity checks.
Francisco Jerez
2015-08-11
1
-0
/
+55
*
i965: Define implementation constants for ARB_shader_image_load_store.
Francisco Jerez
2015-08-11
1
-0
/
+12
*
i965/gen7-8: Set up early depth/stencil control appropriately for image load/...
Francisco Jerez
2015-08-11
6
-3
/
+21
[next]