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
*
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
*
tgsi/dump: fix declaration printing of tessellation inputs/outputs
Ilia Mirkin
2015-05-16
1
-2
/
+18
*
tgsi/ureg: allow ureg_dst to have dimension indices
Ilia Mirkin
2015-05-16
2
-8
/
+75
*
tgsi/ureg: use correct limit for max input count
Marek Olšák
2015-05-16
1
-1
/
+1
*
tgsi/sanity: set implicit in/out array sizes based on patch sizes
Ilia Mirkin
2015-05-16
1
-4
/
+32
*
tgsi/scan: allow scanning tessellation shaders
Ilia Mirkin
2015-05-16
1
-1
/
+5
*
gallium: disable tessellation shaders for meta ops
Marek Olšák
2015-05-16
3
-0
/
+18
*
gallium/cso: set NULL shaders at context destruction
Marek Olšák
2015-05-16
1
-0
/
+7
*
gallium/cso: add support for tessellation shaders
Marek Olšák
2015-05-16
2
-0
/
+105
*
gallium/u_blitter: disable tessellation for all operations
Marek Olšák
2015-05-16
2
-1
/
+42
*
gallium/util: print vertices_per_patch in util_dump_draw_info
Marek Olšák
2015-05-16
1
-0
/
+2
*
trace: implement new tessellation functions
Marek Olšák
2015-05-16
2
-0
/
+28
*
gallium: add set_tess_state to configure default tessellation parameters
Ilia Mirkin
2015-05-16
2
-0
/
+9
*
gallium: add vertices_per_patch to draw info
Ilia Mirkin
2015-05-16
1
-0
/
+2
*
gallium: add tessellation shader properties
Ilia Mirkin
2015-05-16
4
-2
/
+52
*
gallium: add interfaces for controlling tess program state
Ilia Mirkin
2015-05-16
1
-0
/
+10
*
gallium: bump shader input and output limits
Marek Olšák
2015-05-16
1
-2
/
+2
*
gallium: add new semantics for tessellation
Ilia Mirkin
2015-05-16
3
-1
/
+48
*
gallium: add new PATCHES primitive type
Ilia Mirkin
2015-05-16
2
-2
/
+4
*
gallium: add tessellation shader types
Ilia Mirkin
2015-05-16
5
-5
/
+15
*
target/haiku-softpipe: Move api init into st code
Alexander von Gluck IV
2015-05-15
2
-19
/
+10
*
st/hgl: Move st_api creation to st and extern "C" it
Alexander von Gluck IV
2015-05-15
2
-8
/
+22
*
winsys/hgl: Add needed extern "C" to hgl winsys
Alexander von Gluck IV
2015-05-15
1
-0
/
+7
*
gallium/drivers: Add extern "C" wrappers to public entry
Alexander von Gluck IV
2015-05-15
3
-0
/
+24
*
gallium/aux: Add needed extern "C" wrappers
Alexander von Gluck IV
2015-05-15
2
-0
/
+17
*
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
4
-10
/
+45
*
gallium/util: fix blitter sampler view target initialization
Roland Scheidegger
2015-05-13
1
-0
/
+1
*
gallium/st + hgl: Build fixes for Haiku
Alexander von Gluck IV
2015-05-13
2
-0
/
+4
*
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
*
st/dri: add support for create_context_robustness GLX and EGL extensions
Marek Olšák
2015-05-12
4
-9
/
+43
*
gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Marek Olšák
2015-05-12
15
-0
/
+16
*
gallium: add an interface for querying a device reset status
Marek Olšák
2015-05-12
2
-0
/
+17
*
clover: Implement locking of the wait_count, _chain and _status members of ev...
Francisco Jerez
2015-05-12
1
-0
/
+8
*
clover: Wrap event::_status in a method to prevent unlocked access.
Francisco Jerez
2015-05-12
2
-7
/
+12
*
clover: Refactor event::trigger and ::abort to prevent deadlock and reentranc...
Francisco Jerez
2015-05-12
2
-12
/
+34
*
clover: Fix a bug with multi-threaded events v2
Tom Stellard
2015-05-11
2
-3
/
+17
*
clover: Add a mutex to guard queue::queued_events
Tom Stellard
2015-05-11
2
-0
/
+4
*
egl/swrast: Enable config extension for swrast
Axel Davy
2015-05-11
1
-0
/
+1
*
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
[next]