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
...
*
tgsi: adds tgsi utility to transform a shader to support point sprite
Charmaine Lee
2015-09-01
3
-0
/
+622
*
tgsi: add new tgsi_two_side.c utility code
Brian Paul
2015-09-01
3
-0
/
+264
*
util: add util_strcasecmp() wrapper
Brian Paul
2015-09-01
1
-0
/
+3
*
gallium/util: add a utility to create geometry passthrough shader
Charmaine Lee
2015-09-01
2
-0
/
+57
*
gallium/util: fix returning empty box for rectangle intersection
Roland Scheidegger
2015-09-01
1
-1
/
+6
*
gallium/util: return FALSE for intersection if there's empty rectangles
Roland Scheidegger
2015-09-01
1
-1
/
+6
*
tgsi: add some more helper functions
Charmaine Lee
2015-09-01
1
-4
/
+65
*
tgsi: added tgsi_is_shadow_target() helper
Brian Paul
2015-09-01
2
-0
/
+21
*
tgsi: add negate parameter to tgsi_transform_kill_inst()
Brian Paul
2015-09-01
4
-5
/
+8
*
util: added ffsll() function
Brian Paul
2015-09-01
1
-0
/
+20
*
util: added util_set_index_buffer()
Brian Paul
2015-09-01
2
-0
/
+18
*
gallium/util: add u_bit_scan_consecutive_range
Marek Olšák
2015-09-01
1
-0
/
+20
*
gallium/util: fix debug_get_flags_option on 32-bit
Dave Airlie
2015-08-29
1
-3
/
+4
*
nir: Convert the builder to use the new NIR cursor API.
Kenneth Graunke
2015-08-27
1
-17
/
+17
*
gallium/util: fix code formatting in u_blitter.h
Brian Paul
2015-08-27
1
-30
/
+25
*
gallium/ddebug: new pipe for hang detection and driver state dumping (v2)
Marek Olšák
2015-08-26
1
-0
/
+8
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
2
-2
/
+2
*
gallium/auxiliary: optimize rgb9e5 helper some more
Roland Scheidegger
2015-08-26
1
-45
/
+42
*
gallium/auxiliary: optimize rgb9e5 helper a bit
Roland Scheidegger
2015-08-26
1
-18
/
+17
*
gallium/ttn: Use nir_builder_insert() rather than poking at cf_list.
Kenneth Graunke
2015-08-25
1
-16
/
+16
*
nir: Store gl_shader_stage in nir_shader.
Kenneth Graunke
2015-08-25
1
-4
/
+21
*
nir: move control flow modification to its own file
Connor Abbott
2015-08-24
1
-0
/
+1
*
util/u_blitter: implement alpha blending for pipe->blit
Marek Olšák
2015-08-21
3
-19
/
+41
*
tgsi: fix parsing of tessellation shader inputs/outputs
Marcos Paulo de Souza
2015-08-17
1
-1
/
+16
*
tgsi: set implicit array size for tess stages
Marcos Paulo de Souza
2015-08-17
1
-1
/
+5
*
winsys/amdgpu: add a new winsys for the new kernel driver
Marek Olšák
2015-08-14
1
-1
/
+7
*
vl: add HEVC profiles and defines
Christian König
2015-08-14
1
-0
/
+7
*
ttn: add buffer texture type
Rob Clark
2015-08-12
1
-0
/
+3
*
gallium/hud: automatically print % if max_value == 100
Marek Olšák
2015-08-06
1
-6
/
+11
*
gallium/hud: fix printing % next to panes
Marek Olšák
2015-08-06
1
-1
/
+1
*
gallium/hud: replace assertions with clamping the unit index
Marek Olšák
2015-08-06
1
-19
/
+23
*
gallium,hud: allow displaying cumulative values instead of average
Marek Olšák
2015-08-06
3
-8
/
+26
*
gallium/hud: fix printing byte units
Marek Olšák
2015-08-06
1
-1
/
+1
*
gallium,hud: add support for Hz units in driver queries
Marek Olšák
2015-08-06
1
-0
/
+6
*
vl/mpeg12: Silence GCC unused-variable warning.
Vinson Lee
2015-08-03
1
-0
/
+1
*
gallivm: Fix GCC unused-variable warning.
Vinson Lee
2015-07-31
1
-2
/
+1
*
gallivm: add LLVMAttribute parameter to lp_build_intrinsic
Marek Olšák
2015-07-31
5
-10
/
+15
*
gallium/util: clear up that debug_get_flags_option returns a 64-bit mask
Marek Olšák
2015-07-31
2
-7
/
+7
*
gallium/auxiliary: Ensure c99_math.h is included.
Jose Fonseca
2015-07-29
1
-1
/
+2
*
gallium/auxiliary: Avoid double promotion.
Matt Turner
2015-07-29
2
-2
/
+2
*
gallium/auxiliary: Use exp2(x) instead of pow(2.0, x).
Matt Turner
2015-07-29
2
-4
/
+4
*
Revert "pipe-loader: simplify pipe_loader_drm_probe"
Francisco Jerez
2015-07-29
1
-4
/
+9
*
gallivm: Fix profile build.
Jose Fonseca
2015-07-23
1
-1
/
+1
*
gallium/util: Stop bundling our snprintf implementation.
Jose Fonseca
2015-07-23
3
-1485
/
+31
*
gallivm: Add ifdefs so raw_debug_stream is only defined when used
Tom Stellard
2015-07-23
1
-0
/
+2
*
gallivm: Don't use raw_debug_ostream for dissasembling
Tom Stellard
2015-07-23
1
-14
/
+13
*
cso: eliminate some sampler function wrappers
Marek Olšák
2015-07-23
2
-33
/
+12
*
gallium/util: use cso_set_samplers
Marek Olšák
2015-07-23
3
-13
/
+20
*
cso: remove clip state handling
Marek Olšák
2015-07-23
2
-57
/
+0
*
cso: only allow saving and restoring fragment sampler states
Marek Olšák
2015-07-22
5
-20
/
+24
[prev]
[next]