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
*
util/rand_xor: add missing include statements
Nicolas Dechesne
2017-06-01
1
-0
/
+1
*
etnaviv: always do cpu_fini in transfer_unmap
Lucas Stach
2017-06-01
1
-3
/
+6
*
glsl: fix a crash in ir_print_visitor() for bindless samplers/images
Samuel Pitoiset
2017-06-01
1
-1
/
+5
*
glsl: teach opt_array_splitting about bindless images
Samuel Pitoiset
2017-06-01
1
-2
/
+13
*
glsl: teach opt_structure_splitting about images in structures
Samuel Pitoiset
2017-06-01
1
-2
/
+21
*
glsl: fix broken indentation in do_structure_splitting()
Samuel Pitoiset
2017-06-01
1
-16
/
+13
*
glsl: handle format layout qualifiers for struct with array of images
Samuel Pitoiset
2017-06-01
1
-1
/
+2
*
glsl: handle memory qualifiers for struct with array of images
Samuel Pitoiset
2017-06-01
1
-3
/
+4
*
nvc0: Clean up unnecessary includes from gallium/auxiliary/vl/
Rhys Kidd
2017-06-01
1
-3
/
+0
*
i965: Simplify SO_DECL handling.
Kenneth Graunke
2017-06-01
1
-28
/
+13
*
i965: Make a local for linked_xfb->Outputs[i], to shorten things.
Kenneth Graunke
2017-06-01
1
-9
/
+10
*
i965: Move SOL PSIZ hacks from draw time to link time.
Kenneth Graunke
2017-06-01
3
-34
/
+41
*
mesa/main: replace remaining uses of IROUND() in GetUniform*() by round()
Iago Toral Quiroga
2017-06-01
1
-2
/
+2
*
mesa/main: conversion from float in GetUniformi64v requires rounding to nearest
Iago Toral Quiroga
2017-06-01
1
-1
/
+1
*
mesa/main: Add conversion from double to uint64/int64 in GetUniform*i64v()
Iago Toral Quiroga
2017-06-01
1
-0
/
+14
*
mesa/main: Clamp GetUniformui64v values to be >= 0
Iago Toral Quiroga
2017-06-01
1
-1
/
+45
*
mesa/main: Clamp GetUniformuiv values to be >= 0
Kenneth Graunke
2017-06-01
1
-11
/
+51
*
mesa/main: fix indentation in _mesa_get_uniform()
Iago Toral Quiroga
2017-06-01
1
-98
/
+101
*
r100: Silence numerous unused this or that warnings
Ian Romanick
2017-05-31
1
-8
/
+9
*
r100: Use _mesa_get_format_base_format in radeon_update_wrapper
Ian Romanick
2017-05-31
1
-1
/
+1
*
r100,r200: Don't assume glVisual is non-NULL during context creation
Ian Romanick
2017-05-31
3
-3
/
+1
*
r100: Don't assume that the base mipmap of a texture exists
Ian Romanick
2017-05-31
1
-4
/
+10
*
r600/eg: add support for tracing IBs after a hang.
Dave Airlie
2017-06-01
11
-7
/
+785
*
glsl/lower_int64: only set progress when something is lowered.
Dave Airlie
2017-06-01
1
-4
/
+1
*
radv: Revert HTILE reset word to 0xFFFFFFFF.
Bas Nieuwenhuizen
2017-05-31
1
-1
/
+1
*
egl/android: Drop unused 'format' param in get_back_bo()
Chad Versace
2017-05-31
1
-2
/
+2
*
egl/android: Align channel masks in HAL_PIXEL_FORMAT table
Chad Versace
2017-05-31
1
-4
/
+4
*
egl/drm: remove temporary fd variable
Eric Engestrom
2017-05-31
1
-8
/
+6
*
mesa: throw an INVALID_OPERATION error in get_texobj_by_name()
Samuel Pitoiset
2017-05-31
1
-50
/
+11
*
mesa: add new 'name' parameter to get_texobj_by_name()
Samuel Pitoiset
2017-05-31
1
-13
/
+12
*
radeonsi: remove unused si_pm4_state::compute_pkt
Samuel Pitoiset
2017-05-31
2
-4
/
+1
*
radeonsi: remove chip_class define from si_pm4.h
Samuel Pitoiset
2017-05-31
1
-1
/
+0
*
radeonsi: merge si_pm4_free_state_simple() into si_pm4_free_state()
Samuel Pitoiset
2017-05-31
2
-8
/
+2
*
mesa/util: fix arithmetic use of 'void *' in u_vector_foreach
Samuel Pitoiset
2017-05-31
1
-1
/
+1
*
mesa: remove _mesa from static function names
Timothy Arceri
2017-05-31
1
-4
/
+4
*
mesa/st: indentation tidy-up
Timothy Arceri
2017-05-31
1
-33
/
+32
*
freedreno/a5xx: drop WFIs in emit_marker5()
Rob Clark
2017-05-30
1
-5
/
+0
*
freedreno/a5xx: timestamp / time-elapsed queries
Rob Clark
2017-05-30
2
-1
/
+97
*
freedreno/a5xx: rename query result struct
Rob Clark
2017-05-30
1
-23
/
+22
*
freedreno: update generated headers
Rob Clark
2017-05-30
6
-18
/
+624
*
i965: Delete dead old-school packing structs.
Kenneth Graunke
2017-05-30
1
-175
/
+0
*
swr/rast: code cleanup (no functional change)
Tim Rowley
2017-05-30
1
-2
/
+6
*
swr/rast: whitespace changes
Tim Rowley
2017-05-30
3
-8
/
+3
*
swr/rast: code cleanup (no functional change)
Tim Rowley
2017-05-30
1
-3
/
+4
*
swr/rast: allow early-z if shader uses depth value
Tim Rowley
2017-05-30
1
-1
/
+1
*
swr/rast: move wireframe/point triangle binning after culling
Tim Rowley
2017-05-30
1
-80
/
+76
*
swr/rast: remove unused functions
Tim Rowley
2017-05-30
1
-28
/
+0
*
swr/rast: code cleanup (no functional change)
Tim Rowley
2017-05-30
1
-60
/
+64
*
swr/rast: move binner utility functions to binner.h
Tim Rowley
2017-05-30
3
-193
/
+225
*
swr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantIntVertical()
Tim Rowley
2017-05-30
3
-43
/
+65
[next]