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: remove dead program parameter functions
Timothy Arceri
2016-02-05
2
-77
/
+0
*
DRI_CONFIG: Add option to override vendor id
Patrick Rudolph
2016-02-04
1
-0
/
+5
*
i965/fs: Allocate single register at a time for constants.
Matt Turner
2016-02-04
1
-3
/
+3
*
mesa: Use SSE prefetch instructions rather than 3DNow instructions
Patrick Baggett
2016-02-04
1
-20
/
+20
*
st/mesa: fix potential null deref if no shader is passed in
Ilia Mirkin
2016-02-03
1
-1
/
+3
*
st/mesa: implement PBO upload for glCompressedTex(Sub)Image
Nicolai Hähnle
2016-02-03
1
-0
/
+115
*
st/mesa: redirect CompressedTexSubImage to our own implementation
Nicolai Hähnle
2016-02-03
1
-6
/
+18
*
st/mesa: inline the implementation of _mesa_store_compressed_teximage
Nicolai Hähnle
2016-02-03
1
-1
/
+27
*
st/mesa: implement PBO upload for multiple layers
Nicolai Hähnle
2016-02-03
2
-19
/
+143
*
st/mesa: Accelerate PBO uploads
Fredrik Höglund
2016-02-03
4
-9
/
+898
*
st/mesa: use the correct address generation functions in st_TexSubImage blit
Nicolai Hähnle
2016-02-03
1
-5
/
+5
*
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
[next]