index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gallium/hud: generalize code for drawing numbers next to graphs
Marek Olšák
2016-08-22
1
-5
/
+8
*
gallium/hud: draw numbers with 3 decimal places if those aren't 0
Marek Olšák
2016-08-22
1
-5
/
+12
*
gallium/hud: use sRGB for nicer AA lines
Marek Olšák
2016-08-22
1
-0
/
+21
*
gallium/hud: use AA lines for graphs
Marek Olšák
2016-08-22
1
-1
/
+5
*
gallium/hud: don't enable blending for all objects
Marek Olšák
2016-08-22
1
-2
/
+7
*
ttn: Use nir_load_front_face instead of the TGSI-style input.
Eric Anholt
2016-08-19
1
-3
/
+27
*
ttn: Make FRAG_RESULT_DEPTH be a float variable to match gtn and ptn.
Eric Anholt
2016-08-19
1
-3
/
+16
*
gallium: change pipe_image_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-2
/
+2
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-2
/
+2
*
gallivm: add lp_build_alloca_undef
Nicolai Hähnle
2016-08-17
2
-0
/
+24
*
gallivm: add create_builder_at_entry helper function
Nicolai Hähnle
2016-08-17
1
-23
/
+22
*
tgsi/scan: add tgsi_scan_arrays
Nicolai Hähnle
2016-08-17
2
-0
/
+93
*
gallium: remove unused u_clear.h file
Brian Paul
2016-08-16
2
-65
/
+0
*
gallium/util: minor reformatting in u_box.h
Brian Paul
2016-08-16
1
-29
/
+13
*
gallium/u_blitter: split out a helper for common clear state
Rob Clark
2016-08-16
2
-13
/
+30
*
gallium/u_blitter: add helper to save FS const buffer state
Rob Clark
2016-08-16
2
-0
/
+25
*
gallium/u_blitter: export some functions
Rob Clark
2016-08-16
2
-70
/
+84
*
gallium/util: add helper to compute zmin/zmax for a viewport state
Ilia Mirkin
2016-08-14
2
-1
/
+61
*
vl/rbsp: add a check for emulation prevention three byte
Leo Liu
2016-08-10
1
-2
/
+12
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
3
-4
/
+5
*
gallium: Add c99_compat.h to u_bitcast.h
Mathias Fröhlich
2016-08-09
1
-0
/
+2
*
util: Move _mesa_fsl/util_last_bit into util/bitscan.h
Mathias Fröhlich
2016-08-09
1
-64
/
+0
*
util: Move format_r11g11b10f.h to src/util
Jason Ekstrand
2016-08-05
3
-234
/
+1
*
util: Move format_rgb9e5.h to src/util
Jason Ekstrand
2016-08-05
4
-164
/
+2
*
vl/dri3: Destroy Present event context when destroying drawable v2
Michel Dänzer
2016-08-04
1
-5
/
+16
*
gallium/util: fix align64
Marek Olšák
2016-08-01
1
-1
/
+1
*
draw: Avoid aliasing violations.
Matt Turner
2016-08-01
2
-3
/
+6
*
gallium/auxiliary: Add u_bitcast.h header.
Matt Turner
2016-08-01
2
-0
/
+58
*
auxiliary/os: add new os_get_command_line() function
Brian Paul
2016-08-01
2
-0
/
+52
*
u_vbuf: fix potentially bogus assert
Rob Clark
2016-08-01
1
-2
/
+4
*
Revert "gallium/util: fix resource leak"
Roland Scheidegger
2016-07-30
1
-2
/
+0
*
gallium/util: fix resource leak
Eric Engestrom
2016-07-30
1
-0
/
+2
*
os: add pipe_mutex_assert_locked()
Rob Clark
2016-07-30
1
-0
/
+16
*
ttn: Update shader->info as we generate code.
Eric Anholt
2016-07-26
1
-0
/
+13
*
vl/util: add copy func for yv12image to nv12surface v2
Boyuan Zhang
2016-07-25
1
-0
/
+37
*
gallium/util: don't modify usage in pipe_buffer_write
Marek Olšák
2016-07-23
1
-9
/
+2
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
4
-119
/
+74
*
gallium/os: use CLOCK_MONOTONIC for sleeps (v2)
Marek Olšák
2016-07-22
2
-6
/
+14
*
gallium/pb_cache: reduce the number of pointer dereferences
Marek Olšák
2016-07-19
1
-7
/
+9
*
gallium/pb_cache: divide the cache into buckets for reducing cache misses
Marek Olšák
2016-07-19
3
-22
/
+43
*
gallium/pb_cache: check parameters that are more likely to fail first
Marek Olšák
2016-07-19
1
-8
/
+7
*
vl: fix memory leak
Eric Engestrom
2016-07-19
1
-7
/
+1
*
vl/dri3: fix a memory leak from front buffer
Leo Liu
2016-07-18
1
-0
/
+1
*
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
Kenneth Graunke
2016-07-17
1
-3
/
+3
*
gallium/u_queue: add optional cleanup callback
Rob Clark
2016-07-16
2
-2
/
+10
*
Use correct names for dlopen()ed files on Cygwin
Yaakov Selkowitz
2016-07-15
1
-0
/
+2
*
gallivm: add helper lp_add_attr_dereferenceable
Marek Olšák
2016-07-13
2
-0
/
+14
*
vl/compositor: set layer of y or uv to render
Leo Liu
2016-07-12
2
-0
/
+42
*
vl/compositor: add weave to yuv shader
Leo Liu
2016-07-12
2
-0
/
+43
*
vl/compositor: move weave shader out from rgb weaving
Leo Liu
2016-07-12
2
-76
/
+83
[prev]
[next]