| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | i965: Add an INTEL_DEBUG=cs option. | Paul Berry | 2015-05-02 | 2 | -2/+4 |
* | mesa/cs: Add compute support to update_program(). | Paul Berry | 2015-05-02 | 1 | -0/+21 |
* | mesa/cs: Update program.c for compute shaders. | Paul Berry | 2015-05-02 | 1 | -0/+3 |
* | mesa/cs: Add inline functions for dealing with compute shaders. | Paul Berry | 2015-05-02 | 1 | -0/+22 |
* | i965/cs: Add BRW_NEW_COMPUTE_PROGRAM state flag. | Paul Berry | 2015-05-02 | 2 | -0/+9 |
* | i965/fs: Strip trailing constant zeroes in sample messages | Neil Roberts | 2015-05-01 | 2 | -0/+50 |
* | i965/skl: Force the exec size to 8 when initing header for SIMD4x2 | Neil Roberts | 2015-05-01 | 2 | -0/+2 |
* | i965: Unhardcode a few more stage names and abbreviations. | Kenneth Graunke | 2015-04-30 | 2 | -11/+5 |
* | docs/relnotes: document the new EGL sync extensions | Marek Olšák | 2015-04-30 | 1 | -0/+4 |
* | st/dri: implement the fence interface for CL events | Marek Olšák | 2015-04-30 | 3 | -1/+81 |
* | gallium,clover: add OpenCL interoperability support for CL events | Marek Olšák | 2015-04-30 | 5 | -0/+114 |
* | st/dri: implement the fence interface | Marek Olšák | 2015-04-30 | 1 | -0/+80 |
* | egl/dri2: return the latest sync status in eglGetSyncAttribKHR | Marek Olšák | 2015-04-30 | 1 | -1/+8 |
* | egl/dri2: implement EGL_KHR_cl_event2 (v2) | Marek Olšák | 2015-04-30 | 6 | -12/+111 |
* | egl/dri2: implement EGL_KHR_wait_sync | Marek Olšák | 2015-04-30 | 5 | -0/+47 |
* | egl/dri2: implement EGL_KHR_fence_sync | Marek Olšák | 2015-04-30 | 3 | -5/+133 |
* | mesa: add GL_OES_EGL_sync | Marek Olšák | 2015-04-30 | 1 | -0/+1 |
* | dri_interface: add an interface for fences | Marek Olšák | 2015-04-30 | 1 | -0/+60 |
* | egl/dri: don't expose configs with an accumulation buffer | Marek Olšák | 2015-04-30 | 1 | -0/+9 |
* | nvc0/ir: fix predicated PFETCH for real | Ilia Mirkin | 2015-04-30 | 2 | -2/+2 |
* | nv50/ir: fix asFlow() const helper for OP_JOIN | Ilia Mirkin | 2015-04-29 | 1 | -1/+1 |
* | nvc0/ir: fix predicated PFETCH emission | Ilia Mirkin | 2015-04-29 | 2 | -2/+6 |
* | gk110/ir: fix set with a register dest to not auto-set the abs flag | Ilia Mirkin | 2015-04-29 | 1 | -1/+1 |
* | i965/blorp: Prepare drawing rectangle for flipped coordinates | Topi Pohjolainen | 2015-04-30 | 1 | -2/+2 |
* | i965/blorp: Add support for layered rendering | Topi Pohjolainen | 2015-04-30 | 4 | -5/+9 |
* | i965/blorp: Allow blend state to be set for multiple render targets | Topi Pohjolainen | 2015-04-30 | 3 | -19/+18 |
* | i965/blorp: Prepare for attributes other than render position | Topi Pohjolainen | 2015-04-30 | 4 | -7/+12 |
* | i965/blorp: Remove unused arguments | Topi Pohjolainen | 2015-04-30 | 3 | -21/+12 |
* | i965/gen7/blorp: Remove unused arguments | Topi Pohjolainen | 2015-04-30 | 1 | -47/+28 |
* | i965/blorp: Allow caller to provide sampler settings | Topi Pohjolainen | 2015-04-30 | 3 | -8/+14 |
* | i965/blorp: Refactor vertex buffer state setup | Topi Pohjolainen | 2015-04-30 | 1 | -26/+34 |
* | i965/blorp: Remove constant parameter | Topi Pohjolainen | 2015-04-30 | 3 | -20/+0 |
* | i965/gen8: Expose state base address setup | Topi Pohjolainen | 2015-04-30 | 2 | -2/+5 |
* | i965/ps/gen8: Refactor state uploading | Topi Pohjolainen | 2015-04-30 | 2 | -26/+58 |
* | i965/ps/gen7: Refactor state uploading | Topi Pohjolainen | 2015-04-30 | 2 | -20/+45 |
* | i965: Refactor sampler state setup | Topi Pohjolainen | 2015-04-30 | 2 | -22/+47 |
* | i965: Remove dependency to tex object in default color setup | Topi Pohjolainen | 2015-04-30 | 1 | -11/+11 |
* | i965: Refactor and expose brw_upload_binding_table() | Topi Pohjolainen | 2015-04-30 | 2 | -7/+21 |
* | i965: Expose and refactor brw_update_renderbuffer_surfaces() | Topi Pohjolainen | 2015-04-30 | 2 | -21/+35 |
* | i965: Refactor rb surface setup to allow caller to store offsets | Topi Pohjolainen | 2015-04-30 | 5 | -58/+59 |
* | i965/gen8: Use constant pointers for reading miptree details | Topi Pohjolainen | 2015-04-30 | 1 | -2/+2 |
* | i965/ps: Use SET_FIELD() for sampler count | Topi Pohjolainen | 2015-04-30 | 3 | -4/+7 |
* | glx: Massive update of comments in struct extension_info | Ian Romanick | 2015-04-29 | 1 | -4/+65 |
* | winsys/radeon: add a private interface for radeon_surface | Marek Olšák | 2015-04-29 | 17 | -47/+286 |
* | winsys/radeon: move radeon_winsys.h to drivers/radeon | Marek Olšák | 2015-04-29 | 19 | -21/+16 |
* | clover: remove util/compat | EdB | 2015-04-29 | 12 | -367/+56 |
* | i965: Don't try to apply the opt_sampler_eot extension for vs | Neil Roberts | 2015-04-29 | 1 | -0/+3 |
* | r300: do not link against libdrm_intel | Emil Velikov | 2015-04-29 | 1 | -1/+1 |
* | clover: make module::symbol::name a string | EdB | 2015-04-29 | 3 | -4/+24 |
* | clover: remove compat::string | EdB | 2015-04-29 | 7 | -129/+26 |