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
*
mesa: move GL_ARB_debug_output code into new debug_output.c file
Brian Paul
2016-02-08
12
-1318
/
+1435
*
gallium/util: whitespace, formatting fixes in u_debug_stack.c
Brian Paul
2016-02-08
1
-29
/
+32
*
gallium/util: whitespace, formatting fixes in u_staging.[ch] files
Brian Paul
2016-02-08
2
-33
/
+41
*
gallium/util: switch over to new u_debug_image.[ch] code
Brian Paul
2016-02-08
10
-353
/
+10
*
gallium/util: put image dumping functions into separate file
Brian Paul
2016-02-08
2
-0
/
+422
*
gallium/util: whitespace, formatting fixes in u_debug.c
Brian Paul
2016-02-08
1
-95
/
+106
*
trace: add missing pipe_context::clear_texture()
Samuel Pitoiset
2016-02-08
1
-0
/
+28
*
trace: remove useless MALLOC() in trace_context_draw_vbo()
Samuel Pitoiset
2016-02-08
1
-11
/
+6
*
mesa/extensions: Fix NVX_gpu_memory_info lexicographical order.
Vinson Lee
2016-02-07
1
-1
/
+2
*
glsl: return cloned signature, not the builtin one
Ilia Mirkin
2016-02-07
1
-1
/
+2
*
glsl: make sure builtins are initialized before getting the shader
Ilia Mirkin
2016-02-07
1
-0
/
+1
*
tgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding the mask
Samuel Pitoiset
2016-02-06
2
-4
/
+4
*
glsl: don't generate transform feedback candidate when not required
Timothy Arceri
2016-02-06
1
-2
/
+4
*
glsl: replace unreachable code with an assert()
Timothy Arceri
2016-02-06
2
-65
/
+38
*
r600, compute: Do not overwrite pipe_resource.screen
Jan Vesely
2016-02-05
1
-1
/
+1
*
r600g: Ignore format for PIPE_BUFFER targets
Jan Vesely
2016-02-05
1
-1
/
+1
*
mesa/get: fix a breakage after rebase
Marek Olšák
2016-02-05
1
-0
/
+1
*
i965/vec4: don't copy ATTR into 3src instructions with complex swizzles
Matt Turner
2016-02-05
1
-4
/
+10
*
gallium/radeon: implement query_memory_info (v2)
Marek Olšák
2016-02-05
3
-2
/
+39
*
st/mesa: implement and enable memory info extensions (v2)
Marek Olšák
2016-02-05
2
-0
/
+27
*
mesa: implement GL_ATI_meminfo (v2)
Marek Olšák
2016-02-05
5
-1
/
+38
*
mesa: implement GL_NVX_gpu_memory_info (v2)
Marek Olšák
2016-02-05
6
-0
/
+61
*
gallium: add interface for querying memory usage and sizes (v2)
Marek Olšák
2016-02-05
16
-0
/
+33
*
gallium/radeon: remove radeon_info::r600_tiling_config
Marek Olšák
2016-02-05
4
-24
/
+9
*
gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsys
Marek Olšák
2016-02-05
7
-65
/
+16
*
gallium/radeon: set num_banks in the winsys
Marek Olšák
2016-02-05
7
-32
/
+13
*
gallium/radeon: just get num_tile_pipes from the winsys
Marek Olšák
2016-02-05
6
-91
/
+9
*
winsys/amdgpu: add an assertion to cik_get_num_tile_pipes (v2)
Marek Olšák
2016-02-05
1
-1
/
+4
*
winsys/amdgpu: remove an r600-only setting
Marek Olšák
2016-02-05
1
-1
/
+0
*
gallium/radeon: rename & reorder members of radeon_info
Marek Olšák
2016-02-05
14
-95
/
+103
*
mesa: Fix locking of GLsync objects.
Steinar H. Gunderson
2016-02-05
4
-49
/
+66
*
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
[next]