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
*
st/mesa: bail out of try_pbo_upload_common when constant upload fails
Nicolai Hähnle
2016-02-05
1
-0
/
+6
*
st/mesa: bail out of try_pbo_upload_common when vertex upload fails
Nicolai Hähnle
2016-02-05
1
-1
/
+9
*
st/mesa: reduce the scope of sampler_view in try_pbo_upload_common
Nicolai Hähnle
2016-02-05
1
-3
/
+3
*
st/mesa: do uploads earlier in try_pbo_upload_common
Nicolai Hähnle
2016-02-05
1
-45
/
+44
*
main: Use a derived value for the default sample count
Neil Roberts
2016-02-05
3
-1
/
+25
*
program: Use _mesa_geometric_samples to calculate gl_NumSamples
Neil Roberts
2016-02-05
1
-1
/
+2
*
main: Use _mesa_geometric_samples to calculate GL_SAMPLE_BUFFERS
Neil Roberts
2016-02-05
2
-1
/
+4
*
main: Use _mesa_geometric_samples to calculate the value of GL_SAMPLES
Neil Roberts
2016-02-05
2
-1
/
+5
*
st/mesa: add query buffer support
Ilia Mirkin
2016-02-04
4
-1
/
+103
*
mesa: add core implementation of ARB_query_buffer_object
Ilia Mirkin
2016-02-04
1
-147
/
+138
*
mesa: add driver interface for writing query results to buffers
Ilia Mirkin
2016-02-04
1
-0
/
+9
*
mesa: Handle QUERY_BUFFER_BINDING in GetIntegerv
Rafal Mielniczuk
2016-02-04
2
-0
/
+8
*
mesa: Add QueryBuffer to context
Rafal Mielniczuk
2016-02-04
2
-0
/
+16
*
mesa: Add ARB_query_buffer_object extension flag
Rafal Mielniczuk
2016-02-04
2
-0
/
+2
*
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
[next]