mesa.git
2014-03-19 Brian Paulc11/threads: don't include assert.h if the assert macro...
2014-03-19 Ilia Mirkinnouveau: there may not have been a texture if the fbo...
2014-03-19 Ilia Mirkinnouveau: add forgotten GL_COMPRESSED_INTENSITY to textu...
2014-03-19 Ilia Mirkinmesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
2014-03-19 Ilia Mirkinloader: add special logic to distinguish nouveau from...
2014-03-19 Matt Turnerglsl: Allow dot() on scalars, and throw out dotlike().
2014-03-19 Matt Turnerglsl: Optimize pow(x, 2) into x * x.
2014-03-19 Matt Turnerglsl: Match whitespace changes from previous patch.
2014-03-19 Matt Turnerglsl: Expose pack/unpack built-ins for ARB_gpu_shader5.
2014-03-18 Eric Anholti965: Drop some more dead code from the old CACHED_BATC...
2014-03-18 Eric Anholti965: Drop special case for edgeflag thanks to Marek...
2014-03-18 Brian Paulmesa: include stdbool.h in register_allocate.h to fix...
2014-03-18 Ian Romanicki965: Enable EWA anisotropic filtering algorithm
2014-03-18 Kenneth Graunkei965: Actually initialize simd16_unsupported and no16_msg.
2014-03-18 Kenneth Graunkei965/upload: Refactor open-coded ALIGN-like computations.
2014-03-18 Kenneth Graunkei965: Fix indentation in brw_upload_indices().
2014-03-18 Kenneth Graunkei965: Consolidate code for setting brw->ib.start_vertex...
2014-03-18 Kenneth Graunkei965: Allocate register sets at screen creation, not...
2014-03-18 Kenneth Graunkei965: Allocate the screen using ralloc rather than...
2014-03-18 Eric Anholtra: Convert another bool array to bitsets.
2014-03-18 Kenneth Graunkera: Use a bitset for storing which registers belong...
2014-03-18 Kenneth Graunkera: Create a reg_belongs_to_class() helper function.
2014-03-18 Kenneth Graunkera: Use bool instead of GLboolean.
2014-03-18 Kenneth Graunkei965: Accurately bail on SIMD16 compiles.
2014-03-18 Kenneth Graunkei965/fs: Support pull parameters in SIMD16 mode.
2014-03-18 Kenneth Graunkei965/fs: Use a single instance of the pull_constant_loc...
2014-03-18 Kenneth Graunkei965/fs: Don't renumber UNIFORM registers.
2014-03-18 Kenneth Graunkei965/fs: Split pull parameter decision making from...
2014-03-18 Kenneth Graunkei965/fs: Record pull constant locations for all array...
2014-03-18 Kenneth Graunkei965/fs: Save push constant location information.
2014-03-18 Kenneth Graunkei965/fs: Delete dead code to fail compiles with SIMD16...
2014-03-18 Brian Paulgallium/docs: update SLT, SGE, SFL, STR opcode docs
2014-03-18 Charmaine Leeglx: Fix incorrect pdp assignment in dri2_bind_context().
2014-03-18 Maarten Lankhorstnvc0: Handle user mapped vertex buffer for edgeflag
2014-03-18 Francisco Jerezclover: Fix region size error checking in some buffer...
2014-03-18 Ilia Mirkinnv50/ir/gk110: add postfactor support for fmul
2014-03-18 Ilia Mirkinnv50/ir/gk110: set not modifier on first source of...
2014-03-18 Ilia Mirkinnv50/ir/gk110: use shl/shr instead of lshf/rshf so...
2014-03-18 Ilia Mirkinnv50/ir/gk110: add 64/128-bit fetch/export support
2014-03-18 Ilia Mirkinnv50/ir/gk110: fix handling of OP_SUB for floating...
2014-03-18 Ilia Mirkinnv50/ir/gk110: presin/preex2 take their source at bit 23
2014-03-18 Ilia Mirkinnv50/ir/gk110: add implementations of div u32/s32
2014-03-18 Ilia Mirkinnv50/ir/gk110: implement quadop
2014-03-18 Ilia Mirkinnv50/ir/gk110: fill in mov from predicate
2014-03-18 Ilia Mirkinnv50/ir/gk110: handle derivAll flag, fix useOffsets...
2014-03-18 Ilia Mirkinnv50/ir/gk110: fix setting texture for txd/txf/txq
2014-03-18 Ilia Mirkinnv50/ir/gk110: add texcsaa implementation
2014-03-18 Ilia Mirkinnv50/ir/gk110: add pfetch support
2014-03-18 Ilia Mirkinnv50/ir/gk110: add emit/restart implementations
2014-03-18 Ilia Mirkinnv50/ir/gk110: add missing break in sched emit
2014-03-18 Ilia Mirkinnv50/ir/gk110: implement partial txq support
2014-03-18 Ilia Mirkinnv50/ir/gk110: fill out texture instruction support
2014-03-18 Ilia Mirkinnv50/ir/gk110: fix control flow opcode emission, add...
2014-03-17 Chad Versaceegl/main: Enable Linux platform extensions
2014-03-17 Chad Versaceegl/wayland: Emit EGL_BAD_PARAMETER for eglCreatePlatfo...
2014-03-17 Chad Versaceegl/gbm: Emit EGL_BAD_PARAMETER for eglCreatePlatformPi...
2014-03-17 Chad Versaceegl/main: Stop using EGLNative types internally
2014-03-17 Chad Versaceegl: Add STATIC_ASSERT() macro
2014-03-17 Chad Versaceegl/dri2: Dispatch eglCreateImageKHR by display, not...
2014-03-17 Chad Versaceegl/dri2/x11: Don't clobber _EGLDriver::API
2014-03-17 Chad Versaceegl/dri2: Dispatch eglCreateWaylandBufferFromImageWL...
2014-03-17 Chad Versaceegl/dri2: Consolidate eglTerminate
2014-03-17 Chad Versaceegl/dri2/x11: Set dri2_dpy->own_device
2014-03-17 Chad Versaceegl/dri2: Dispatch eglPostSubBufferNV by display, not...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglSwapBuffersRegionNOK by display...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglCopyBuffers by display, not driver
2014-03-17 Chad Versaceegl/dri2: Dispatch API.QueryBufferAge by display, not...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglDestroySurface by display, not...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglCreatePbufferSurface by display...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglCreatePixmapSurface by display...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglCreateWindowSurface by display...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglSwapBuffersWithDamage by display...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglSwapBuffers by display, not...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglSwapInterval by display, not...
2014-03-17 Chad Versaceegl/wl,x11: Call dri2_swap_interval() statically
2014-03-17 Chad Versaceegl/dri2: Put platform func names into proper namespaces
2014-03-17 Chad Versaceegl/dri2: Move dri2_egl_display virtual funcs to vtbl
2014-03-17 Chad Versaceegl: Update to revision 24567 of eglext.h
2014-03-17 Michel Dänzerwinsys/radeon: Store GPU virtual memory addresses of...
2014-03-16 Chia-I Wutargets/dri-ilo: make the driver installable
2014-03-15 Marek Olšákmesa: mark GL_RGB9_E5 as not color-renderable
2014-03-15 Aaron Watryradeonsi/compute: Fix memory leak
2014-03-15 Marek Olšákst/mesa: remove _NEW_POLYGON dependency from vertex...
2014-03-15 Marek Olšákst/mesa: implement zero-stride edge flag by culling...
2014-03-15 Marek Olšákst/mesa: fix per-vertex edge flags and GLSL support...
2014-03-14 Kenneth Graunkei965/fs: Invalidate live intervals when demoting unifor...
2014-03-14 Kenneth Graunkei965/fs: Print "+reladdr" on variably-indexed uniform...
2014-03-14 Kenneth Graunkei965: Fix register types in dump_instructions(), again.
2014-03-14 Kenneth Graunkei965/fs: Fix register comparisons in saturate propagation.
2014-03-14 Eric Anholtglsl: Improve debug output and variable names for opt_d...
2014-03-14 Eric Anholti965: Add support for GL_ARB_buffer_storage.
2014-03-14 Eric Anholti965: Always use CPU mappings for BOs on LLC platforms.
2014-03-14 Eric Anholti965: Drop the system-memory temporary allocations...
2014-03-14 Eric Anholti965: Switch mapping modes for non-explicit-flush blit...
2014-03-14 Jeff Muizelaargallivm: optimize repeat linear npot code in the aos...
2014-03-14 Roland Scheideggergallivm: use correct rounding for nearest wrap mode...
2014-03-14 Jeff Muizelaargallivm: use correct rounding for linear wrap mode...
2014-03-14 Brian Paulglapi: restore _glthread_GetID() function
2014-03-14 Niels Ole Salscheiderradeonsi: flush the dma ring in si_flush_from_st
2014-03-14 Niels Ole Salscheiderradeon: Move DMA ring creation to common code
next