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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Support integer multiplication in SIMD16 on Haswell.
Matt Turner
2015-05-18
1
-5
/
+47
*
i965/fs: Add set_sechalf() method.
Matt Turner
2015-05-18
1
-0
/
+10
*
i965/fs: Unrestrict constant propagation into integer multiply.
Matt Turner
2015-05-18
1
-1
/
+9
*
i965/fs: Lower integer multiplication after optimizations.
Matt Turner
2015-05-18
4
-64
/
+70
*
gk110/ir: switch to gk104-style sched codes rather than all-in-one
Ilia Mirkin
2015-05-18
1
-9
/
+9
*
glsl: add stage references for UBO uniforms
Tapani Pälli
2015-05-18
1
-0
/
+10
*
i965: Fix textureSize for Lod > 0 with non-mipmap filters
Iago Toral Quiroga
2015-05-18
1
-2
/
+4
*
mesa: Check the lookup_framebuffer return value in NamedFramebufferRenderbuffer
Fredrik Höglund
2015-05-16
1
-0
/
+2
*
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
7
-2
/
+44
*
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
*
glapi: Remove offset from the DTD
Ian Romanick
2015-05-15
1
-1
/
+0
*
glapi: Whitespace clean up after the previous commit
Ian Romanick
2015-05-15
11
-443
/
+223
*
glapi: Remove all offset tags from the XML
Ian Romanick
2015-05-15
60
-1289
/
+1289
*
glapi: Use the offsets from static_data.py instead of from the XML
Ian Romanick
2015-05-15
1
-17
/
+5
*
glapi: Add a list of functions that are not used but still need dispatch slots
Ian Romanick
2015-05-15
1
-0
/
+56
*
glapi: Remove static dispatch for functions that didn't exist in NVIDIA
Ian Romanick
2015-05-15
1
-46
/
+0
*
glapi: Remove static dispatch for functions that didn't exist in fglrx
Ian Romanick
2015-05-15
1
-121
/
+0
*
glapi: Remove static dispatch for functions that didn't exist in 10.3
Ian Romanick
2015-05-15
1
-1
/
+0
*
glapi: Remove static dispatch for functions that didn't exist in 10.4
Ian Romanick
2015-05-15
1
-33
/
+0
*
glapi: Remove static dispatch for functions that didn't exist in 10.5
Ian Romanick
2015-05-15
1
-81
/
+0
*
glapi: Remove static_dispatch from the DTD
Ian Romanick
2015-05-15
1
-1
/
+0
*
glapi: Whitespace clean up after the previous commit
Ian Romanick
2015-05-15
6
-210
/
+112
*
glapi: Remove all static_dispatch tags from the XML
Ian Romanick
2015-05-15
11
-288
/
+288
*
glapi: Store list of functions with static dispatch in a separate table
Ian Romanick
2015-05-15
2
-1
/
+1520
*
glapi: Store static dispatch offsets in a separate table
Ian Romanick
2015-05-15
3
-0
/
+446
*
mesa: Remove all vestiges of glFramebufferTextureFaceARB
Ian Romanick
2015-05-15
4
-37
/
+5
*
glapi: Mark a couple functions "ignore" for GLX
Ian Romanick
2015-05-15
1
-2
/
+2
*
st/mesa: Flush the bitmap cache in st_BlitFramebuffer
Fredrik Höglund
2015-05-15
1
-0
/
+4
*
i965: Fix FS unit tests
Ian Romanick
2015-05-15
2
-2
/
+4
*
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
[next]