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: add MESA_NO_MINMAX_CACHE environment variable
Nicolai Hähnle
2016-02-03
1
-0
/
+22
*
vbo: disable the minmax cache when the hit rate is low
Nicolai Hähnle
2016-02-03
2
-2
/
+34
*
mesa: add USAGE_DISABLE_MINMAX_CACHE flag to buffer UsageHistory
Nicolai Hähnle
2016-02-03
2
-1
/
+3
*
vbo: cache/memoize the result of vbo_get_minmax_indices (v3)
Nicolai Hähnle
2016-02-03
4
-1
/
+186
*
vbo: move vbo_get_minmax_indices into its own source file
Nicolai Hähnle
2016-02-03
3
-148
/
+180
*
mesa/main: bail earlier for size == 0 in _mesa_clear_buffer_sub_data
Nicolai Hähnle
2016-02-03
1
-8
/
+8
*
mesa/main: add USAGE_PIXEL_PACK_BUFFER flag to buffer UsageHistory
Nicolai Hähnle
2016-02-03
2
-0
/
+10
*
mesa/main: add USAGE_TRANSFORM_FEEDBACK_BUFFER flag to buffer UsageHistory
Nicolai Hähnle
2016-02-03
2
-0
/
+4
*
util/hash_table: add _mesa_hash_table_num_entries
Nicolai Hähnle
2016-02-03
1
-3
/
+1
*
i965/gen8: Initialize aux_mode to GEN8_SURFACE_AUX_MODE_NONE
Jordan Justen
2016-02-02
1
-2
/
+2
*
mesa: use default geometry's samples when there are no attachments
Ilia Mirkin
2016-02-02
1
-1
/
+1
*
mesa: invalidate framebuffer when changing parameters
Ilia Mirkin
2016-02-02
1
-0
/
+3
*
mesa: use geometric helper for computing min samples
Ilia Mirkin
2016-02-02
1
-3
/
+4
*
mesa: the _mesa_geometric_* functions require full types from mtypes.h
Ilia Mirkin
2016-02-02
1
-1
/
+1
*
Revert "i965: Provide sse2 version for rgba8 <-> bgra8 swizzle"
Roland Scheidegger
2016-02-02
2
-62
/
+12
*
i965: Provide sse2 version for rgba8 <-> bgra8 swizzle
Roland Scheidegger
2016-02-02
2
-12
/
+62
*
mesa: fix typo in python scripts
Roland Scheidegger
2016-02-02
1
-1
/
+1
*
st/mesa: treat a write as a read for range purposes
Ilia Mirkin
2016-02-01
1
-1
/
+4
*
i965/gen7+: Use NIR for lowering of pack/unpack opcodes.
Matt Turner
2016-02-01
3
-19
/
+29
*
i965/vec4: Implement nir_op_pack_uvec2_to_uint.
Matt Turner
2016-02-01
1
-0
/
+18
*
i965/fs: Implement support for extract_word.
Matt Turner
2016-02-01
5
-0
/
+56
*
glsl: Remove 2x16 half-precision pack/unpack opcodes.
Matt Turner
2016-02-01
3
-9
/
+0
*
i965/fs: Switch from GLSL IR to NIR for un/packHalf2x16 scalarizing.
Matt Turner
2016-02-01
3
-11
/
+7
*
i965: Make separate nir_options for scalar/vector stages.
Matt Turner
2016-02-01
1
-28
/
+33
*
i965: Move brw_compiler_create() to new brw_compiler.c.
Matt Turner
2016-02-01
5
-133
/
+161
*
mesa: enable enums for OES_geometry_shader
Marta Lofstedt
2016-02-01
2
-36
/
+98
*
st/mesa: enable ARB_shader_storage_buffer_object when supported
Ilia Mirkin
2016-01-29
1
-0
/
+1
*
st/mesa: add shader buffer barrier bit
Ilia Mirkin
2016-01-29
1
-0
/
+4
*
st/mesa: add support for memory barrier intrinsics
Ilia Mirkin
2016-01-29
1
-0
/
+45
*
st/mesa: use RESQ to find buffer size
Ilia Mirkin
2016-01-29
1
-4
/
+18
*
st/mesa: add support for SSBO binding and GLSL intrinsics
Ilia Mirkin
2016-01-29
9
-8
/
+397
*
st/mesa: add atomic counter support
Ilia Mirkin
2016-01-29
10
-8
/
+330
*
mesa: add PROGRAM_IMMEDIATE, PROGRAM_BUFFER
Ilia Mirkin
2016-01-29
2
-1
/
+2
*
i965/skl: Utilize new 5th bit for gateway messages
Ben Widawsky
2016-01-27
1
-2
/
+4
*
glsl: add GL_OES_geometry_point_size and conditionalize gl_PointSize
Ilia Mirkin
2016-01-26
1
-0
/
+1
*
glsl: move to compiler/
Emil Velikov
2016-01-26
31
-62
/
+59
*
nir: move to compiler/
Emil Velikov
2016-01-26
13
-18
/
+16
*
nir: move glsl_types.{cpp,h} to compiler
Emil Velikov
2016-01-26
12
-12
/
+11
*
nir: move shader_enums.[ch] to compiler
Emil Velikov
2016-01-26
2
-1
/
+2
*
i965/bxt: Fix conservative wm thread counts.
Ben Widawsky
2016-01-25
1
-1
/
+1
*
meta: Use internal functions to set texture parameters
Ian Romanick
2016-01-25
4
-24
/
+49
*
meta/blit: Restore GL_DEPTH_STENCIL_TEXTURE_MODE state for GL_TEXTURE_RECTANGLE
Ian Romanick
2016-01-25
1
-8
/
+8
*
meta/copy_image: Fix typo in comment
Ian Romanick
2016-01-25
1
-1
/
+1
*
mesa: Don't include meta.h
Ian Romanick
2016-01-25
1
-1
/
+0
*
Revert "mesa: enable enums for OES_geometry_shader"
Marek Olšák
2016-01-24
2
-86
/
+30
*
i965: Implement a drirc workaround for broken dual color blending.
Kenneth Graunke
2016-01-22
8
-9
/
+28
*
Revert "mesa: Deal with size differences between GLuint and GLhandleARB in Ge...
Jeremy Huddleston Sequoia
2016-01-22
1
-17
/
+1
*
i965/fs: Remove unused count from vs urb setup
Ben Widawsky
2016-01-22
1
-6
/
+0
*
mesa: Update _mesa_has_geometry_shaders
Marta Lofstedt
2016-01-22
1
-1
/
+2
*
mesa: enable enums for OES_geometry_shader
Marta Lofstedt
2016-01-22
2
-30
/
+86
[next]