summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* i965/cs: Support CS program precompileJordan Justen2015-05-024-0/+41
* i965: Add brw_setup_tex_for_precompile. Use in VS, GS & FS.Jordan Justen2015-05-023-24/+24
* i965/cs: Emit compute shader code and upload programsJordan Justen2015-05-023-0/+212
* i965/cs: Set invocation counts based on max_cs_threadsJordan Justen2015-05-021-0/+24
* i965/cs: Add max_cs_threadsJordan Justen2015-05-024-1/+14
* i965: Remove comment about chv device numbers being preliminaryJordan Justen2015-05-021-3/+0
* i965/fs: Support compute programs in fs_visitorJordan Justen2015-05-024-3/+93
* i965/cache: Add support for CS in program state cacheJordan Justen2015-05-024-0/+54
* i965/cs: Add brw_cs_prog_data, brw_cs_prog_key and brw_context::cs.Paul Berry2015-05-022-0/+62
* i965/cs: Add generator support for CS_OPCODE_CS_TERMINATEJordan Justen2015-05-022-0/+36
* i965/cs: Mark g0 as used by CS_OPCODE_CS_TERMINATEJordan Justen2015-05-021-0/+4
* i965/fs: Add emit_cs_terminate to emit CS_OPCODE_CS_TERMINATEJordan Justen2015-05-022-0/+23
* i965/cs: Add CS_OPCODE_CS_TERMINATEJordan Justen2015-05-022-0/+7
* i965/cs: Add BRW_NEW_CS_PROG_DATA and BRW_CACHE_CS_PROGJordan Justen2015-05-023-0/+6
* i965: Add an INTEL_DEBUG=cs option.Paul Berry2015-05-022-2/+4
* mesa/cs: Add compute support to update_program().Paul Berry2015-05-021-0/+21
* mesa/cs: Update program.c for compute shaders.Paul Berry2015-05-021-0/+3
* mesa/cs: Add inline functions for dealing with compute shaders.Paul Berry2015-05-021-0/+22
* i965/cs: Add BRW_NEW_COMPUTE_PROGRAM state flag.Paul Berry2015-05-022-0/+9
* i965/fs: Strip trailing constant zeroes in sample messagesNeil Roberts2015-05-012-0/+50
* i965/skl: Force the exec size to 8 when initing header for SIMD4x2Neil Roberts2015-05-012-0/+2
* i965: Unhardcode a few more stage names and abbreviations.Kenneth Graunke2015-04-302-11/+5
* st/dri: implement the fence interface for CL eventsMarek Olšák2015-04-303-1/+81
* gallium,clover: add OpenCL interoperability support for CL eventsMarek Olšák2015-04-305-0/+114
* st/dri: implement the fence interfaceMarek Olšák2015-04-301-0/+80
* egl/dri2: return the latest sync status in eglGetSyncAttribKHRMarek Olšák2015-04-301-1/+8
* egl/dri2: implement EGL_KHR_cl_event2 (v2)Marek Olšák2015-04-306-12/+111
* egl/dri2: implement EGL_KHR_wait_syncMarek Olšák2015-04-305-0/+47
* egl/dri2: implement EGL_KHR_fence_syncMarek Olšák2015-04-303-5/+133
* mesa: add GL_OES_EGL_syncMarek Olšák2015-04-301-0/+1
* egl/dri: don't expose configs with an accumulation bufferMarek Olšák2015-04-301-0/+9
* nvc0/ir: fix predicated PFETCH for realIlia Mirkin2015-04-302-2/+2
* nv50/ir: fix asFlow() const helper for OP_JOINIlia Mirkin2015-04-291-1/+1
* nvc0/ir: fix predicated PFETCH emissionIlia Mirkin2015-04-292-2/+6
* gk110/ir: fix set with a register dest to not auto-set the abs flagIlia Mirkin2015-04-291-1/+1
* i965/blorp: Prepare drawing rectangle for flipped coordinatesTopi Pohjolainen2015-04-301-2/+2
* i965/blorp: Add support for layered renderingTopi Pohjolainen2015-04-304-5/+9
* i965/blorp: Allow blend state to be set for multiple render targetsTopi Pohjolainen2015-04-303-19/+18
* i965/blorp: Prepare for attributes other than render positionTopi Pohjolainen2015-04-304-7/+12
* i965/blorp: Remove unused argumentsTopi Pohjolainen2015-04-303-21/+12
* i965/gen7/blorp: Remove unused argumentsTopi Pohjolainen2015-04-301-47/+28
* i965/blorp: Allow caller to provide sampler settingsTopi Pohjolainen2015-04-303-8/+14
* i965/blorp: Refactor vertex buffer state setupTopi Pohjolainen2015-04-301-26/+34
* i965/blorp: Remove constant parameterTopi Pohjolainen2015-04-303-20/+0
* i965/gen8: Expose state base address setupTopi Pohjolainen2015-04-302-2/+5
* i965/ps/gen8: Refactor state uploadingTopi Pohjolainen2015-04-302-26/+58
* i965/ps/gen7: Refactor state uploadingTopi Pohjolainen2015-04-302-20/+45
* i965: Refactor sampler state setupTopi Pohjolainen2015-04-302-22/+47
* i965: Remove dependency to tex object in default color setupTopi Pohjolainen2015-04-301-11/+11
* i965: Refactor and expose brw_upload_binding_table()Topi Pohjolainen2015-04-302-7/+21