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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
gallium/aux: Add needed extern "C" wrappers
Alexander von Gluck IV
2015-05-15
2
-0
/
+17
*
i965/fs: Combine the fs_visitor constructors.
Kenneth Graunke
2015-05-14
5
-74
/
+20
*
egl: remove remaining EGL_MESA_copy_context skeleton
Emil Velikov
2015-05-14
3
-13
/
+0
*
egl/main: fix EGL_KHR_get_all_proc_addresses
Emil Velikov
2015-05-14
1
-3
/
+3
*
egl: more define fixes for EGL_MESA_image_dma_buf_export
Marc-André Lureau
2015-05-14
2
-2
/
+2
*
egl/main: expose only core EGL functions statically
Emil Velikov
2015-05-14
2
-135
/
+132
*
egl: fix the EGL_MESA_image_dma_buf_export header declarations
Emil Velikov
2015-05-14
1
-0
/
+6
*
egl/main: Update README.txt
Emil Velikov
2015-05-14
1
-7
/
+6
*
egl/main: cleanup function prototypes
Emil Velikov
2015-05-14
2
-14
/
+2
*
egl/main: drop support for external egl drivers
Emil Velikov
2015-05-14
1
-351
/
+13
*
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
*
egl/haiku: Drop extern "C". No longer needed
Alexander von Gluck IV
2015-05-14
1
-2
/
+0
[prev]
[next]