i965: Always use CPU mappings for BOs on LLC platforms.
[mesa.git] / src / mesa / drivers /
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 Anuj Phogati965: Fix build warning of unused variable
2014-03-12 Neil RobertsAdd the EGL_MESA_configless_context extension
2014-03-11 Eric Anholtmeta: Always restore the framebuffers and current rende...
2014-03-11 Eric Anholti965: Drop intel_check_front_buffer_rendering().
2014-03-11 Eric Anholti965: Drop broken front_buffer_reading/drawing optimiza...
2014-03-11 Eric Anholtintel: When checking for updating front buffer reading...
2014-03-11 Emil Velikovautomake: allow only shared builds
2014-03-11 Emil Velikovautomake: create compat symlinks only for linux systems
2014-03-11 Emil Velikovconfigure: use LIB_EXT rather than hardcoded .so
2014-03-11 Emil Velikovautomake: do not use symbols names for static glapi.la
2014-03-11 Emil Velikovautomake: use install-lib-links.mk across all classic...
2014-03-11 Emil Velikovautomake: silence folder creation
2014-03-11 Emil Velikovautomake: use MKDIR_P when possible
2014-03-10 Brian Paulmeta: use non-ARB shader/program create/delete functions
2014-03-10 Brian Paulmesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_...
2014-03-10 Matt Turneri965/vec4: Don't fix-up scalar uniforms for 3 src instr...
2014-03-10 Matt Turneri965: Disassemble 3 src instructions' rep_ctrl field.
2014-03-10 Matt Turneri965: Disassemble 3-src operands widths' correctly.
2014-03-10 Eric Anholti965: Move binding table update packets to binding...
2014-03-10 Kenneth Graunkei965: Reorganize the code in brw_upload_binding_tables.
2014-03-08 Kenneth Graunkemeta: Support GenerateMipmaps on 1DArray textures.
2014-03-08 Kenneth Graunkemeta: Use srcWidth/Height/Depth rather than srcImage...
2014-03-08 Kenneth Graunkemeta: Support GenerateMipmaps on 2DArray textures.
2014-03-08 Kenneth Graunkemeta: Add a 'layer' argument to bind_fbo_image().
2014-03-08 Kenneth Graunkemeta: Refactor code for binding a texture image to...
2014-03-08 Kenneth Graunkemeta: Use minify() in GenerateMipmaps code.
2014-03-08 Kenneth Graunkemeta: Drop redundant FBO creation code in GenerateMipmaps.
2014-03-08 Kenneth Graunkemeta: Replace GLboolean with bool in fallback_required().
2014-03-08 Kenneth Graunkemeta: Make _mesa_meta_check_generate_mipmap_fallback...
2014-03-08 Kenneth Graunkemeta: Split GenerateMipmap() into its own file.
2014-03-08 Kenneth Graunkemeta: De-static setup_texture_coords().
2014-03-06 Eric Anholti965: Fix render-to-texture in non-FinishRenderTexture...
2014-03-05 Eric Anholti965: Fix predicated-send-based discards with MRT.
2014-03-05 Brian Paulmesa: remove remaining uses of _glthread_GetID()
2014-03-05 Topi Pohjolaineni965: Mark invariants in backend_visitor as constants
2014-03-05 Topi Pohjolaineni965: Merge resolving of shader program source
2014-03-05 Topi Pohjolaineni965: Merge initialisation of backend_visitor
2014-03-05 Topi Pohjolaineni965/wm: Use resolved miptree consistently in surface...
2014-03-05 Topi Pohjolaineni965/vec4: Mark invariant members as constants in vec4_...
2014-03-05 Topi Pohjolaineni965: Mark sources for offset getters as constants
2014-03-05 Kenneth Graunkei965: Implement ARB_stencil_texturing on Gen8+.
2014-03-03 Brian Paulmesa: remove empty glthread.h file
2014-03-03 Brian Paulxlib: remove unneeded context tracking code
2014-03-03 Brian Paulxlib: simplify context handling
2014-03-03 Brian Paulxlib: remove unused realglx.[ch] files
2014-03-03 Brian Paulxlib: switch to c11 mutex functions
2014-03-02 Chris Forbesi965: Validate (and resolve) all the bound textures.
2014-03-02 Chris Forbesi965: Widen sampler key bitfields for 32 samplers
2014-03-01 Emil Velikovdri/i9*5: correctly calculate the amount of system...
2014-02-28 Ian Romanicki915: Allocate the sys_buffer using _mesa_align_malloc
2014-02-28 Ian Romanicki915: Only allow 8 vertex texture units
2014-02-28 Petri Latvalai965: Assert array index on access to vec4_visitor...
2014-02-28 Petri Latvalai965: Allocate vec4_visitor's uniform_size and uniform_...
2014-02-27 Kenneth Graunkemeta: Drop ctx->API checks.
2014-02-27 Kenneth Graunkemeta: Restore API at the end of _mesa_meta_end(), not...
2014-02-27 Kenneth Graunkei965: Convert VUE map generation checks to if rather...
2014-02-27 Kenneth Graunkei965: Only emit VS state pipe control workaround on...
2014-02-26 Anuj Phogati965: Fix the region's pitch condition to use blitter
2014-02-26 Kenneth Graunkemeta: Use a #define for the vector type to avoid %svec4...
2014-02-26 Kenneth Graunkei965: Don't try to dump shader source for fixed-functio...
2014-02-26 Kenneth Graunkei965: Don't forget to subtract mt->first_level in minif...
2014-02-26 Kenneth Graunkei965: Stop lowering ir_triop_lrp.
2014-02-26 Kenneth Graunkei965/vec4: Handle ir_triop_lrp on Gen4-5 as well.
2014-02-26 Kenneth Graunkei965/vec4: Add a brw->gen >= 6 assertion in three-sourc...
2014-02-25 Eric Anholti965: Fix segfaults since the buffer_storage changes.
2014-02-25 Marek Olšákmesa: allow buffers to be mapped multiple times
2014-02-25 Marek Olšákmesa: add storage flags parameter to Driver.BufferData
2014-02-25 Dave Airlieglsl/i965: move lower_offset_array up to GLSL compiler...
2014-02-24 Kenneth Graunkei965: Don't try to use the hardware blitter for multisa...
2014-02-23 Emil Velikovdri_util: use the implemented version of __DRIimageDriv...
2014-02-23 Emil Velikovdrivers/dri: explicitly set __DRI2flushExtension members
2014-02-23 Emil Velikovdri_util: explicitly set __DRIcopySubBufferExtension...
2014-02-23 Emil Velikovdri_util: explicitly set __DRIswrastExtension members.
2014-02-23 Eric Anholti965: Move the remaining driver debug over to stderr.
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-02-23 Eric Anholtglsl: Add a file argument to the IR printer.
2014-02-23 Eric Anholti965: Refactor debug dumping of GLSL IR.
2014-02-23 Eric Anholtintel: Remove some dead code I noticed in intel_screen.c.
2014-02-23 Eric Anholti965: Use the object label when available for INTEL_DEB...
2014-02-23 Eric Anholti965: Use the object label when available for shader_ti...
2014-02-23 Eric Anholtmeta: Set some object labels on our meta shaders.
2014-02-22 Matt TurnerRevert "i965/fs: Make fs_reg's type an enum for better...
2014-02-22 Kenneth Graunkei965/fs: Drop the emit(fs_inst) overload.
2014-02-22 Matt Turneri965/fs: Pass fs_regs by constant reference where possible.
2014-02-22 Matt Turneri965/fs: Move setting opcode = NOP to its one useful...
2014-02-22 Matt Turneri965/fs: Use a bitfield for fs_inst's bool fields.
2014-02-22 Matt Turneri965/fs: Reorder fs_inst's fields for better packing.
2014-02-22 Matt Turneri965/fs: Reduce the sizes of some fs_inst members.
2014-02-22 Matt Turneri965/fs: Reorder fs_reg for better packing.
2014-02-22 Matt Turneri965/fs: Make fs_reg's type an enum for better debugging.
2014-02-22 Matt Turneri965/fs: Reduce the sizes of some fs_reg members.
2014-02-22 Matt Turneri965: Mark brw_reg_type and register_file enums as...
2014-02-22 Matt Turneri965: Reduce predicate field of backend_instruction...
2014-02-22 Vinson Leemesa: Move declarations before code.
2014-02-22 Kenneth Graunkemeta: Eliminate samplers[] array in favor of using...
2014-02-22 Kenneth Graunkei965: Delete the fabulous target_to_target() function.
2014-02-22 Kenneth Graunkei965: Fix S8 and X8 reversal in brw_depthbuffer_format...
next