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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
11
-78
/
+30
*
softpipe: start adding gather support (v2)
Dave Airlie
2015-05-20
3
-83
/
+210
*
softpipe: use arrays to make gather easier
Dave Airlie
2015-05-20
1
-36
/
+36
*
softpipe: add textureOffset support.
Dave Airlie
2015-05-20
2
-62
/
+97
*
softpipe: move control into a filter args struct
Dave Airlie
2015-05-20
2
-26
/
+32
*
softpipe: move some image filter parameters into a struct
Dave Airlie
2015-05-20
2
-258
/
+224
*
freedreno: fence fix
Rob Clark
2015-05-18
1
-1
/
+3
*
gk110/ir: switch to gk104-style sched codes rather than all-in-one
Ilia Mirkin
2015-05-18
1
-9
/
+9
*
trace: implement new tessellation functions
Marek Olšák
2015-05-16
2
-0
/
+28
*
gallium/drivers: Add extern "C" wrappers to public entry
Alexander von Gluck IV
2015-05-15
3
-0
/
+24
*
freedreno: fix bug in tile/slot calculation
Rob Clark
2015-05-14
1
-5
/
+4
*
freedreno: enable a306
Rob Clark
2015-05-14
2
-1
/
+2
*
nvc0: remove unused nv50_tsc_wrap_mode() function
Samuel Pitoiset
2015-05-14
1
-18
/
+0
*
nv50/ir: silence compiler warnings about mismatched tags
Samuel Pitoiset
2015-05-14
1
-3
/
+3
*
nv50/ir: remove unused private field cycle to SchedDataCalculator
Samuel Pitoiset
2015-05-14
1
-1
/
+0
*
nv30: remove unused nvfx_fp_memcpy() function and comment nv40_fp_bra()
Samuel Pitoiset
2015-05-14
1
-14
/
+3
*
nvc0: do not expose MP counters for nvf0 (GK110+)
Samuel Pitoiset
2015-05-14
1
-39
/
+50
*
softpipe: enable ARB_texture_view
Roland Scheidegger
2015-05-13
5
-124
/
+179
*
llvmpipe: enable ARB_texture_view
Roland Scheidegger
2015-05-13
3
-9
/
+44
*
nouveau: document nouveau_heap
Ilia Mirkin
2015-05-12
1
-0
/
+20
*
nvc0: switch mechanism for shader eviction to be a while loop
Ilia Mirkin
2015-05-12
1
-5
/
+6
*
gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Marek Olšák
2015-05-12
13
-0
/
+13
*
r600: use pipe->hw prim convert from radeonsi
Dave Airlie
2015-05-11
1
-15
/
+16
*
freedreno/ir3/nir: fix build break after f752effa
Rob Clark
2015-05-10
1
-4
/
+3
*
nv50/ir: only enable mul saturate on G200+
Ilia Mirkin
2015-05-09
1
-1
/
+4
*
nvc0: reset the instanced elements state when doing blit using 3d engine
Ilia Mirkin
2015-05-09
1
-0
/
+6
*
nvc0: keep track of PGRAPH state in nvc0_screen
Ilia Mirkin
2015-05-09
4
-24
/
+34
*
nv50: keep track of PGRAPH state in nv50_screen
Ilia Mirkin
2015-05-09
4
-30
/
+36
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
20
-22
/
+17
*
nv50/ir: only propagate saturate up if some actual folding took place
Ilia Mirkin
2015-05-08
1
-1
/
+2
*
nv50/ir: add SHL to the list of U32 opcodes
Ilia Mirkin
2015-05-06
1
-0
/
+1
*
r600g: Fix Clang return-type build error.
Vinson Lee
2015-05-06
1
-1
/
+1
*
ilo: silence a compiler warning
Chia-I Wu
2015-05-06
1
-1
/
+1
*
nvc0: all queries use an unsigned 64-bits integer by default
Samuel Pitoiset
2015-05-06
1
-5
/
+7
*
nvc0: make begin_query return false when all MP counters are used
Samuel Pitoiset
2015-05-06
1
-5
/
+8
*
nvc0: define driver-specific query groups
Samuel Pitoiset
2015-05-06
3
-0
/
+76
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
17
-33
/
+50
*
gallium: replace pipe_driver_query_info::max_value by a union
Samuel Pitoiset
2015-05-06
4
-25
/
+26
*
gallium: add new fields to pipe_driver_query_info
Samuel Pitoiset
2015-05-06
3
-18
/
+16
*
ilo: use ilo_image exclusively in core
Chia-I Wu
2015-05-02
4
-139
/
+149
*
ilo: add ilo_image_can_enable_aux()
Chia-I Wu
2015-05-02
9
-50
/
+27
*
ilo: make ilo_image more self-contained
Chia-I Wu
2015-05-02
2
-9
/
+21
*
ilo: add ilo_image_init_for_imported()
Chia-I Wu
2015-05-02
3
-60
/
+66
*
ilo: prepare for image init for imported bo
Chia-I Wu
2015-05-02
1
-120
/
+129
*
ilo: constify ilo_image_params
Chia-I Wu
2015-05-02
1
-11
/
+11
*
ilo: improve readability of ilo_image
Chia-I Wu
2015-05-02
6
-111
/
+127
*
ilo: move command builder to core
Chia-I Wu
2015-05-02
23
-61
/
+74
*
ilo: move ilo_state_3d* to core
Chia-I Wu
2015-05-02
9
-276
/
+274
*
ilo: add ilo_buffer.h to core
Chia-I Wu
2015-05-02
5
-90
/
+138
*
ilo: move BOs from ilo_texture to ilo_image
Chia-I Wu
2015-05-02
7
-39
/
+63
[next]