egl/dri2: return the latest sync status in eglGetSyncAttribKHR
[mesa.git] / src /
2015-04-30 Marek Olšákegl/dri2: return the latest sync status in eglGetSyncAt...
2015-04-30 Marek Olšákegl/dri2: implement EGL_KHR_cl_event2 (v2)
2015-04-30 Marek Olšákegl/dri2: implement EGL_KHR_wait_sync
2015-04-30 Marek Olšákegl/dri2: implement EGL_KHR_fence_sync
2015-04-30 Marek Olšákmesa: add GL_OES_EGL_sync
2015-04-30 Marek Olšákegl/dri: don't expose configs with an accumulation...
2015-04-30 Ilia Mirkinnvc0/ir: fix predicated PFETCH for real
2015-04-30 Ilia Mirkinnv50/ir: fix asFlow() const helper for OP_JOIN
2015-04-30 Ilia Mirkinnvc0/ir: fix predicated PFETCH emission
2015-04-29 Ilia Mirkingk110/ir: fix set with a register dest to not auto...
2015-04-29 Topi Pohjolaineni965/blorp: Prepare drawing rectangle for flipped coord...
2015-04-29 Topi Pohjolaineni965/blorp: Add support for layered rendering
2015-04-29 Topi Pohjolaineni965/blorp: Allow blend state to be set for multiple...
2015-04-29 Topi Pohjolaineni965/blorp: Prepare for attributes other than render...
2015-04-29 Topi Pohjolaineni965/blorp: Remove unused arguments
2015-04-29 Topi Pohjolaineni965/gen7/blorp: Remove unused arguments
2015-04-29 Topi Pohjolaineni965/blorp: Allow caller to provide sampler settings
2015-04-29 Topi Pohjolaineni965/blorp: Refactor vertex buffer state setup
2015-04-29 Topi Pohjolaineni965/blorp: Remove constant parameter
2015-04-29 Topi Pohjolaineni965/gen8: Expose state base address setup
2015-04-29 Topi Pohjolaineni965/ps/gen8: Refactor state uploading
2015-04-29 Topi Pohjolaineni965/ps/gen7: Refactor state uploading
2015-04-29 Topi Pohjolaineni965: Refactor sampler state setup
2015-04-29 Topi Pohjolaineni965: Remove dependency to tex object in default color...
2015-04-29 Topi Pohjolaineni965: Refactor and expose brw_upload_binding_table()
2015-04-29 Topi Pohjolaineni965: Expose and refactor brw_update_renderbuffer_surfa...
2015-04-29 Topi Pohjolaineni965: Refactor rb surface setup to allow caller to...
2015-04-29 Topi Pohjolaineni965/gen8: Use constant pointers for reading miptree...
2015-04-29 Topi Pohjolaineni965/ps: Use SET_FIELD() for sampler count
2015-04-29 Ian Romanickglx: Massive update of comments in struct extension_info
2015-04-29 Marek Olšákwinsys/radeon: add a private interface for radeon_surface
2015-04-29 Marek Olšákwinsys/radeon: move radeon_winsys.h to drivers/radeon
2015-04-29 EdBclover: remove util/compat
2015-04-29 Neil Robertsi965: Don't try to apply the opt_sampler_eot extension...
2015-04-29 Emil Velikovr300: do not link against libdrm_intel
2015-04-29 EdBclover: make module::symbol::name a string
2015-04-29 EdBclover: remove compat::string
2015-04-29 EdBclover: remove compat classes that match std one
2015-04-29 EdBclover: compile all sources with c++11
2015-04-29 Axel Davyst/nine: Remove Managed texture hack.
2015-04-29 Axel Davyst/nine: Enforce LOD 0 for D3DUSAGE_AUTOGENMIPMAP
2015-04-29 Axel Davyst/nine: Some D3DUSAGE_AUTOGENMIPMAP fixes
2015-04-29 Axel Davyst/nine: util_gen_mipmap doesn't need we reset states.
2015-04-29 Axel Davyst/nine: D3DUSAGE_AUTOGENMIPMAP is forbidden for volumes
2015-04-29 Axel Davyst/nine: Fix NineBaseTexture9_PreLoad
2015-04-29 Axel Davyst/nine: Rewrite Managed texture uploads
2015-04-29 Axel Davyst/nine: Bound the dirty regions to resource size
2015-04-29 Axel Davyst/nine: Simplify Surface9 Managed resources implementation
2015-04-29 Axel Davyst/nine: Remove impossible cases with Managed textures
2015-04-29 Axel Davyst/nine: Encapsulate variables for MANAGED resource
2015-04-29 Axel Davyst/nine: Rework texture data allocation
2015-04-29 Axel Davyst/nine: Fix update_vertex_elements bad rebase
2015-04-29 Axel Davyst/nine: Add debug warning when application uses sw...
2015-04-29 Axel Davyst/nine: Rework update_vertex_buffers
2015-04-29 Xavier Bouchouxst/nine: Fix computation of const_used_size
2015-04-29 Axel Davygallium/svga: Remove useless ARRAY_SIZE declaration
2015-04-29 Axel Davyutil/macros: Move DIV_ROUND_UP to util/macros.h
2015-04-29 Xavier Bouchouxst/nine: Fix behaviour of D3DUSAGE_QUERY_POSTPIXELSHADE...
2015-04-29 Xavier Bouchouxst/nine: Improve D3DQUERYTYPE_TIMESTAMP
2015-04-29 Xavier Bouchouxst/nine: Fix D3DQUERYTYPE_TIMESTAMPFREQ query
2015-04-29 Tiziano Bacoccost/nine: Change x86 FPU Control word on device creation
2015-04-29 Axel Davyst/nine: Do not advertise D3DDEVCAPS_TEXTURESYSTEMMEMORY
2015-04-29 Axel Davyst/nine: Fix comment in update_viewport
2015-04-29 Axel Davyst/nine: Workaround barycentrics issue on some cards
2015-04-29 Xavier Bouchouxst/nine: Clear struct pipe_blit_info before use.
2015-04-29 Patrick Rudolphst/nine: NineDevice9_Clear skip fastpath for bigger...
2015-04-29 Axel Davyst/nine: Fix wrong assert in nine_shader
2015-04-29 Axel Davyst/nine: Handle special LIT case
2015-04-29 Jose Fonsecamesa: Fix glGetProgramiv(GL_ACTIVE_ATTRIBUTES).
2015-04-29 Marc-André Lureauegl: misc fixes for EGL_MESA_image_dma_buf_export
2015-04-29 Ilia Mirkinnvc0/ir: flush denorms to zero in non-compute shaders
2015-04-28 Brian Paulmeta: remove unneeded #include colortab.h
2015-04-28 Brian Paulmesa: remove unneeded #include colortab.h
2015-04-28 Brian Paulmesa: remove unused options var in compile_shader()
2015-04-28 Ilia Mirkinnvc0: expose GLSL version 410
2015-04-28 Ilia Mirkinst/mesa: allow glsl version up to 410, enable ARB_shade...
2015-04-28 Leo Liust/va: add h264 decoder level support
2015-04-28 Leo Liust/omx/dec: add h264 decoder level support
2015-04-28 Leo Liuvl: add level idc in sps
2015-04-28 Leo Liust/omx/dec: separate create_video_codec to different...
2015-04-28 Leo Liust/vdpau: add h264 decoder level support
2015-04-28 Leo Liugallium/util: get h264 level based on number of max...
2015-04-28 Marek Olšákr600g,radeonsi: add a driver query returning GPU load
2015-04-28 Marek Olšákr600g,radeonsi: add driver queries for GPU temperature...
2015-04-28 Ilia Mirkingm107/ir: add lane/vertex count sysvals
2015-04-28 Ilia Mirkingk110/ir: add support for writing per-patch and shader...
2015-04-28 Ilia Mirkinfreedreno/a3xx: color masking works like a blend for...
2015-04-28 Ilia Mirkinfreedreno/a3xx: add support for S8 and Z32F_S8
2015-04-28 Ilia Mirkinfreedreno/a3xx: add Z32F support
2015-04-28 Ilia Mirkinfreedreno: add fd_transfer to wrap around pipe_transfer
2015-04-28 Ilia Mirkinfreedreno/a3xx: add support for disabling depth clipping
2015-04-27 Kenneth Graunkei965/vs: Remove unnecessary NULL check on generate_code...
2015-04-27 Timothy Arceriglsl: fix packing support for arrays of doubles
2015-04-27 Matt Turneri965: Enable ARB_gpu_shader5 on Gen8+.
2015-04-27 Matt Turneri965/fs: Fix code emission for imul_high in NIR.
2015-04-27 Matt Turneri965/fs: Fix stride for multiply in macro.
2015-04-27 Matt TurnerRevert "i965/fs: Allow SIMD16 borrow/carry/64-bit multi...
2015-04-27 Ilia Mirkinmesa: fix up GLSL version when computing GL version
2015-04-27 Roland Scheideggersoftpipe: fix another stencil-as-float issue
2015-04-27 Ilia Mirkinmesa: the function name appears to have a gl prefix...
next