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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/radeon: better explain the num_tile_pipes fixup for TAHITI (v2)
Alexandre Demers
2016-02-10
1
-2
/
+4
*
freedreno/ir3: Get rid of nested functions
Bernhard Rosenkränzer
2016-02-10
1
-15
/
+15
*
nir: Separate texture from sampler in nir_tex_instr
Jason Ekstrand
2016-02-09
1
-0
/
+1
*
nir/tex_instr: Rename sampler to texture
Jason Ekstrand
2016-02-09
4
-12
/
+12
*
freedreno/ir3: use const_index helpers
Rob Clark
2016-02-09
1
-3
/
+7
*
ttn: use const_index helpers
Rob Clark
2016-02-09
1
-5
/
+5
*
ttn: small logic cleanup
Rob Clark
2016-02-09
1
-1
/
+1
*
radeonsi: enable denorms for 64-bit and 16-bit floats
Marek Olšák
2016-02-09
3
-6
/
+29
*
gallium: pass the robust buffer access context flag to drivers
Marek Olšák
2016-02-09
1
-0
/
+6
*
gallium/radeon: add a function for adding llvm function attributes
Marek Olšák
2016-02-09
2
-4
/
+10
*
radeonsi: compile geometry shaders immediately
Marek Olšák
2016-02-09
1
-1
/
+2
*
radeonsi: split out code for deleting si_shader
Marek Olšák
2016-02-09
1
-29
/
+36
*
radeonsi: move code writing tess factors into a separate function
Marek Olšák
2016-02-09
1
-9
/
+21
*
radeonsi: make LLVM IR dumping less messy
Marek Olšák
2016-02-09
3
-9
/
+15
*
radeonsi: move a few r600_can_dump_shader calls to where they're needed
Marek Olšák
2016-02-09
1
-5
/
+5
*
radeonsi: remove useless code that handles dx10_clamp_mode
Marek Olšák
2016-02-09
3
-14
/
+6
*
radeonsi: dump SPI_PS_INPUT values along with shader stats
Marek Olšák
2016-02-09
1
-0
/
+7
*
radeonsi: read SPI_PS_INPUT_ADDR from LLVM if it returns it
Marek Olšák
2016-02-09
3
-2
/
+7
*
radeonsi: don't force gl_SampleMaskIn to 1 for smoothing
Marek Olšák
2016-02-09
1
-7
/
+4
*
radeonsi: split PS input interpolation code into its own function
Marek Olšák
2016-02-09
1
-56
/
+71
*
radeonsi: implement forcing per-sample_interpolation using the shader key only
Marek Olšák
2016-02-09
6
-152
/
+55
*
radeonsi: remove si_shader::ps_input_interpolate
Marek Olšák
2016-02-09
2
-6
/
+3
*
radeonsi: move BCOLOR PS input locations after all other inputs
Marek Olšák
2016-02-09
3
-29
/
+50
*
radeonsi: move SPI_PS_INPUT_CNTL value computation to a separate function
Marek Olšák
2016-02-09
1
-34
/
+40
*
radeonsi: generate a color_two_side variant only if the shader reads colors
Marek Olšák
2016-02-09
1
-1
/
+1
*
radeonsi: move si_shader_context initialization into a separate function
Marek Olšák
2016-02-09
1
-43
/
+60
*
nv50: add PIPE_QUERY_OCCLUSION_PREDICATE support
Ilia Mirkin
2016-02-09
1
-0
/
+6
*
nv30: add PIPE_QUERY_OCCLUSION_PREDICATE support
Ilia Mirkin
2016-02-09
1
-2
/
+5
*
ilo: add PIPE_QUERY_OCCLUSION_PREDICATE support
Ilia Mirkin
2016-02-09
3
-1
/
+12
*
draw: use util_pstipple_* function for stipple pattern textures and samplers
Nicolai Hähnle
2016-02-09
3
-112
/
+18
*
draw: use util_pstipple_create_fragment_shader
Nicolai Hähnle
2016-02-09
1
-197
/
+12
*
winsys/radeon: fix a wrong NUM_TILE_PIPES value from the kernel
Marek Olšák
2016-02-09
1
-0
/
+6
*
tgsi: minor whitespace fixes in tgsi_scan.c
Brian Paul
2016-02-08
1
-4
/
+2
*
tgsi: s/true/TRUE/ in tgsi_scan.c
Brian Paul
2016-02-08
1
-13
/
+13
*
tgsi: use switches instead of big if/else ifs
Brian Paul
2016-02-08
1
-24
/
+36
*
tgsi: break gigantic tgsi_scan_shader() function into pieces
Brian Paul
2016-02-08
1
-364
/
+375
*
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
*
tgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding the mask
Samuel Pitoiset
2016-02-06
2
-4
/
+4
*
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
*
gallium/radeon: implement query_memory_info (v2)
Marek Olšák
2016-02-05
3
-2
/
+39
*
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
[next]