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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: add placeholder MC and SRBM performance counter groups
Nicolai Hähnle
2016-02-05
1
-16
/
+54
*
radeonsi: re-order the SQ_xx performance counter blocks
Nicolai Hähnle
2016-02-05
3
-39
/
+42
*
radeonsi: re-order the perfcounter hardware blocks
Nicolai Hähnle
2016-02-05
1
-12
/
+18
*
gallium/radeon: add GPIN driver query group
Nicolai Hähnle
2016-02-05
2
-3
/
+87
*
radeonsi: Allow dumping LLVM IR before optimization passes
Nicolai Hähnle
2016-02-05
3
-2
/
+16
*
gallium/radeon: emit LLVM `ret void` before radeon_llvm_finalize_module
Nicolai Hähnle
2016-02-05
3
-3
/
+4
*
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
*
nvc0: avoid negatives in PUSH_SPACE argument
Ilia Mirkin
2016-02-05
1
-2
/
+1
*
nvc0: add some missing PUSH_SPACE's
Ilia Mirkin
2016-02-05
1
-1
/
+9
*
nvc0/ir: fix converting between predicate and gpr
Ilia Mirkin
2016-02-05
3
-11
/
+41
*
nvc0: add support for ARB_query_buffer_object
Ilia Mirkin
2016-02-04
11
-20
/
+239
*
st/mesa: add query buffer support
Ilia Mirkin
2016-02-04
4
-1
/
+103
*
gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
Ilia Mirkin
2016-02-04
15
-0
/
+16
*
gallium: add a way to store query result into buffer
Ilia Mirkin
2016-02-04
3
-0
/
+37
*
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
*
glapi: Add xml infrastructure for ARB_query_buffer_object
Rafal Mielniczuk
2016-02-04
1
-1
/
+8
*
glsl: simplify setting of image access qualifiers
Timothy Arceri
2016-02-05
1
-63
/
+21
*
mesa: remove dead program parameter functions
Timothy Arceri
2016-02-05
2
-77
/
+0
*
st/nine: Use align_free when needed
Axel Davy
2016-02-04
4
-4
/
+4
*
st/nine: Disallow non-argb8888 cursors
Axel Davy
2016-02-04
1
-0
/
+1
*
st/nine: Enforce centroid for color input when multisampling is on
Axel Davy
2016-02-04
4
-4
/
+15
*
st/nine: Fix centroid flag
Axel Davy
2016-02-04
1
-1
/
+4
*
st/nine: Use fast clears more often for MRTs
Axel Davy
2016-02-04
4
-12
/
+11
*
st/nine: Use linear filtering for shadow mapping
Axel Davy
2016-02-04
1
-2
/
+3
*
st/nine: Respect block alignment on surface lock
Patrick Rudolph
2016-02-04
1
-1
/
+1
*
st/nine: Add Render state validation layer
Axel Davy
2016-02-04
5
-13
/
+236
*
DRI_CONFIG: Add option to override vendor id
Patrick Rudolph
2016-02-04
2
-13
/
+53
*
st/nine: Implement NineDevice9_GetAvailableTextureMem
Patrick Rudolph
2016-02-04
4
-5
/
+50
*
st/nine: Handle Window Occlusion
Patrick Rudolph
2016-02-04
6
-6
/
+104
*
st/nine: Store minor version num
Patrick Rudolph
2016-02-04
5
-12
/
+24
*
st/nine: Call flush_resource before flush
Axel Davy
2016-02-04
1
-6
/
+4
*
st/nine: Fix remaining swapchain tests
Patrick Rudolph
2016-02-04
2
-1
/
+5
*
st/nine: Fix crash NineDevice9_CreateAdditionalSwapChain
Axel Davy
2016-02-04
1
-0
/
+4
*
st/nine: Fix possible crash on error
Patrick Rudolph
2016-02-04
1
-1
/
+2
*
st/nine: Test more presentation params
Patrick Rudolph
2016-02-04
1
-5
/
+8
*
st/nine: Fix resource9 private data
Patrick Rudolph
2016-02-04
2
-1
/
+3
*
st/nine: Print GUID instead of pointer
Patrick Rudolph
2016-02-04
3
-6
/
+30
*
st/nine: Fix use of uninitialized memory
Patrick Rudolph
2016-02-04
2
-1
/
+13
*
st/nine: Fix clear for multisample mismatch depth-stencil
Patrick Rudolph
2016-02-04
1
-5
/
+7
[next]