2014-03-18 |
Brian Paul | gallium/docs: update SLT, SGE, SFL, STR opcode docs |
commit | commitdiff | tree |
2014-03-18 |
Charmaine Lee | glx: Fix incorrect pdp assignment in dri2_bind_context(). |
commit | commitdiff | tree |
2014-03-18 |
Maarten Lankhorst | nvc0: Handle user mapped vertex buffer for edgeflag |
commit | commitdiff | tree |
2014-03-18 |
Francisco Jerez | clover: Fix region size error checking in some buffer... |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: add postfactor support for fmul |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: set not modifier on first source of... |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: use shl/shr instead of lshf/rshf so... |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: add 64/128-bit fetch/export support |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: fix handling of OP_SUB for floating... |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: presin/preex2 take their source at bit 23 |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: add implementations of div u32/s32 |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: implement quadop |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: fill in mov from predicate |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: handle derivAll flag, fix useOffsets... |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: fix setting texture for txd/txf/txq |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: add texcsaa implementation |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: add pfetch support |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: add emit/restart implementations |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: add missing break in sched emit |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: implement partial txq support |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: fill out texture instruction support |
commit | commitdiff | tree |
2014-03-18 |
Ilia Mirkin | nv50/ir/gk110: fix control flow opcode emission, add... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/main: Enable Linux platform extensions |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/wayland: Emit EGL_BAD_PARAMETER for eglCreatePlatfo... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/gbm: Emit EGL_BAD_PARAMETER for eglCreatePlatformPi... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/main: Stop using EGLNative types internally |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl: Add STATIC_ASSERT() macro |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Dispatch eglCreateImageKHR by display, not... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2/x11: Don't clobber _EGLDriver::API |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Consolidate eglTerminate |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2/x11: Set dri2_dpy->own_device |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Dispatch eglPostSubBufferNV by display, not... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Dispatch eglSwapBuffersRegionNOK by display... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Dispatch eglCopyBuffers by display, not driver |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Dispatch API.QueryBufferAge by display, not... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Dispatch eglDestroySurface by display, not... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Dispatch eglCreatePbufferSurface by display... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Dispatch eglCreatePixmapSurface by display... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Dispatch eglCreateWindowSurface by display... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Dispatch eglSwapBuffersWithDamage by display... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Dispatch eglSwapBuffers by display, not... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Dispatch eglSwapInterval by display, not... |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/wl,x11: Call dri2_swap_interval() statically |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Put platform func names into proper namespaces |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl/dri2: Move dri2_egl_display virtual funcs to vtbl |
commit | commitdiff | tree |
2014-03-17 |
Chad Versace | egl: Update to revision 24567 of eglext.h |
commit | commitdiff | tree |
2014-03-17 |
Michel Dänzer | winsys/radeon: Store GPU virtual memory addresses of... |
commit | commitdiff | tree |
2014-03-16 |
Chia-I Wu | targets/dri-ilo: make the driver installable |
commit | commitdiff | tree |
2014-03-15 |
Marek Olšák | mesa: mark GL_RGB9_E5 as not color-renderable |
commit | commitdiff | tree |
2014-03-15 |
Aaron Watry | radeonsi/compute: Fix memory leak |
commit | commitdiff | tree |
2014-03-15 |
Marek Olšák | st/mesa: remove _NEW_POLYGON dependency from vertex... |
commit | commitdiff | tree |
2014-03-15 |
Marek Olšák | st/mesa: implement zero-stride edge flag by culling... |
commit | commitdiff | tree |
2014-03-15 |
Marek Olšák | st/mesa: fix per-vertex edge flags and GLSL support... |
commit | commitdiff | tree |
2014-03-14 |
Kenneth Graunke | i965/fs: Invalidate live intervals when demoting unifor... |
commit | commitdiff | tree |
2014-03-14 |
Kenneth Graunke | i965/fs: Print "+reladdr" on variably-indexed uniform... |
commit | commitdiff | tree |
2014-03-14 |
Kenneth Graunke | i965: Fix register types in dump_instructions(), again. |
commit | commitdiff | tree |
2014-03-14 |
Kenneth Graunke | i965/fs: Fix register comparisons in saturate propagation. |
commit | commitdiff | tree |
2014-03-14 |
Eric Anholt | glsl: Improve debug output and variable names for opt_d... |
commit | commitdiff | tree |
2014-03-14 |
Eric Anholt | i965: Add support for GL_ARB_buffer_storage. |
commit | commitdiff | tree |
2014-03-14 |
Eric Anholt | i965: Always use CPU mappings for BOs on LLC platforms. |
commit | commitdiff | tree |
2014-03-14 |
Eric Anholt | i965: Drop the system-memory temporary allocations... |
commit | commitdiff | tree |
2014-03-14 |
Eric Anholt | i965: Switch mapping modes for non-explicit-flush blit... |
commit | commitdiff | tree |
2014-03-14 |
Jeff Muizelaar | gallivm: optimize repeat linear npot code in the aos... |
commit | commitdiff | tree |
2014-03-14 |
Roland Scheidegger | gallivm: use correct rounding for nearest wrap mode... |
commit | commitdiff | tree |
2014-03-14 |
Jeff Muizelaar | gallivm: use correct rounding for linear wrap mode... |
commit | commitdiff | tree |
2014-03-14 |
Brian Paul | glapi: restore _glthread_GetID() function |
commit | commitdiff | tree |
2014-03-14 |
Niels Ole Salscheider | radeonsi: flush the dma ring in si_flush_from_st |
commit | commitdiff | tree |
2014-03-14 |
Niels Ole Salscheider | radeon: Move DMA ring creation to common code |
commit | commitdiff | tree |
2014-03-14 |
Emil Velikov | mesa: return v.value_int64 when the requested type... |
commit | commitdiff | tree |
2014-03-14 |
Emil Velikov | nvc0: minor cleanups in stream output handling |
commit | commitdiff | tree |
2014-03-14 |
Emil Velikov | nouveau: honor fread return value in the nouveau_compiler |
commit | commitdiff | tree |
2014-03-14 |
Emil Velikov | nouveau: typecast the prime_fd handle when calling... |
commit | commitdiff | tree |
2014-03-14 |
Emil Velikov | nv50: add missing brackets when handling the samplers... |
commit | commitdiff | tree |
2014-03-14 |
Anuj Phogat | i965: Fix build warning of unused variable |
commit | commitdiff | tree |
2014-03-13 |
Adel Gadllah | dri3: Add GLX_EXT_buffer_age support |
commit | commitdiff | tree |
2014-03-13 |
Eric Anholt | dri3: Prefer the last chosen back when finding a new... |
commit | commitdiff | tree |
2014-03-12 |
Neil Roberts | Add the EGL_MESA_configless_context extension |
commit | commitdiff | tree |
2014-03-12 |
Neil Roberts | eglCreateContext: Remove the check for whether config... |
commit | commitdiff | tree |
2014-03-12 |
Neil Roberts | Fix the initial value of glDrawBuffers for GLES |
commit | commitdiff | tree |
2014-03-12 |
Neil Roberts | Use the magic behaviour of GL_BACK in GLES 1 and 2... |
commit | commitdiff | tree |
2014-03-12 |
Ian Romanick | glsl: Fix typo |
commit | commitdiff | tree |
2014-03-12 |
Ian Romanick | glsl: Rewrite unrolled link_invalidate_variable_locatio... |
commit | commitdiff | tree |
2014-03-12 |
Carl Worth | docs: Import 10.0.4 release notes, add news item. |
commit | commitdiff | tree |
2014-03-12 |
Mike Stroyan | mesa: Release gl_debug_state when destroying context. |
commit | commitdiff | tree |
2014-03-12 |
Niels Ole Salscheider | r600g: compute memory pool size is given in dw |
commit | commitdiff | tree |
2014-03-11 |
Eric Anholt | meta: Always restore the framebuffers and current rende... |
commit | commitdiff | tree |
2014-03-11 |
Eric Anholt | i965: Drop intel_check_front_buffer_rendering(). |
commit | commitdiff | tree |
2014-03-11 |
Eric Anholt | i965: Drop broken front_buffer_reading/drawing optimiza... |
commit | commitdiff | tree |
2014-03-11 |
Eric Anholt | intel: When checking for updating front buffer reading... |
commit | commitdiff | tree |
2014-03-11 |
Marek Olšák | r600g,radeonsi: attempt to fix racy multi-context apps... |
commit | commitdiff | tree |
2014-03-11 |
Marek Olšák | r600g,radeonsi: fix broken buffer download |
commit | commitdiff | tree |
2014-03-11 |
Marek Olšák | r600g,radeonsi: use a fallback in dma_copy instead... |
commit | commitdiff | tree |
2014-03-11 |
Marek Olšák | radeonsi: small cleanup in get_param |
commit | commitdiff | tree |
2014-03-11 |
Marek Olšák | radeonsi: set correct alignment for texture buffers... |
commit | commitdiff | tree |
2014-03-11 |
Marek Olšák | r600g, radeonsi: fix primitives-generated query with... |
commit | commitdiff | tree |
2014-03-11 |
Marek Olšák | r600g,radeonsi: don't add streamout.num_dw_for_end... |
commit | commitdiff | tree |
2014-03-11 |
Marek Olšák | r600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTU... |
commit | commitdiff | tree |
2014-03-11 |
Marek Olšák | st/dri: flush drawable textures before unreferencing |
commit | commitdiff | tree |
2014-03-11 |
Marek Olšák | radeonsi: implement fast color clear |
commit | commitdiff | tree |
next |