dri3: Add GLX_EXT_buffer_age support
[mesa.git] / src / mesa /
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 Vinson Leemesa: Add GL_ARB_buffer_storage to dispatch_sanity...
2014-02-25 Eric Anholti965: Fix segfaults since the buffer_storage changes.
2014-02-25 Brian Paulst/mesa: add comment to explain _min(), _maxf(), etc...
2014-02-25 Marek Olšákmesa: allow buffers to be mapped multiple times
2014-02-25 Marek Olšákst/mesa: implement ARB_buffer_storage
2014-02-25 Marek Olšákmesa: allow buffers mapped with the persistent flag...
2014-02-25 Marek Olšákmesa: add error checks to glMapBufferRange, glMapBuffer...
2014-02-25 Marek Olšákmesa: implement glBufferStorage, immutable buffers...
2014-02-25 Marek Olšákmesa: add storage flags parameter to Driver.BufferData
2014-02-25 Marek Olšákmesa: remove unused driver hook BindBuffer
2014-02-25 Dave Airliest/mesa: add texture gather support. (v2)
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 Kenneth Graunkeglsl: Pass stdout to _mesa_print_ir from st_glsl_to_tgsi.
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...
2014-02-22 Vinson Leemesa: Move declarations before code.
2014-02-22 Vinson Leescons: Add main/pipelineobj.c to src/mesa/SConscript.
2014-02-22 Vinson Leemesa/sso: Fix typo of 'unsigned'.
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_GetProgramPipelineiv
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_ActiveShaderProgram
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_CreateShaderProgramv
2014-02-21 Gregory Hainautmesa/sso: Refactor implementation of _mesa_CreateShader...
2014-02-21 Gregory Hainautmesa/sso: Add support for GL_PROGRAM_SEPARABLE query
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_IsProgramPipeline
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_GenProgramPipelines
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_DeleteProgramPipelines
2014-02-21 Gregory Hainautmesa/sso: Add pipeline container/state
2014-02-21 Gregory Hainautmesa: Add a mutex and refcounting to gl_shader_state
2014-02-21 Gregory Hainautmesa: Make get_shader_flags publicly available
2014-02-21 Gregory Hainautmesa/sso: Add extension entry points for GL_ARB_separat...
2014-02-21 Ian Romanickmesa/sso: Add extension tracking for ARB_separate_shade...
2014-02-21 Ian Romanickmesa: Refactor per-stage link check to its own function
2014-02-21 Eric Anholti965: Stop throwing away our double precision for time...
2014-02-21 Eric Anholtmeta: Add support for integer blits.
2014-02-21 Eric Anholtmeta: Add support for doing MSAA to MSAA blits.
2014-02-21 Eric Anholtmeta: Save and restore a bunch of MSAA state.
2014-02-21 Eric Anholtmeta: Try to do blending of sRGB values in linear color...
2014-02-21 Eric Anholtmeta: Add support for doing multisample resolves.
2014-02-21 Eric Anholti965: Fix miptree matching for multisampled, non-interl...
2014-02-21 Courtney Goeltzenl... mesa: Remove unnecessary condition.
2014-02-20 Kenneth Graunkei965/fs: Implement FS_OPCODE_[UN]PACK_HALF_2x16_SPLIT...
2014-02-20 Kenneth Graunkei965: Drop bogus F32TO16/F16TO32 instructions on Broadw...
2014-02-20 Kenneth Graunkei965: Create a hardware context before initializing...
2014-02-20 Kenneth Graunkei965/fs: Implement scratch read/write support for Broad...
2014-02-20 Kenneth Graunkei965: Add Gen8 assembly support for DP Scratch messages.
2014-02-20 Kenneth Graunkei965: Store absolute thread count in max_wm_threads...
2014-02-20 Kenneth Graunkei965: Use MOV, not OR for setting URB write channel...
2014-02-20 Kenneth Graunkei965: Implement a CS stall workaround on Broadwell.
2014-02-20 Jordan Justeni965: support instanced GS on gen7
2014-02-20 Jordan Justeni965: support gl_InvocationID for gen7
2014-02-20 Jordan Justenglsl: add gl_InvocationID variable for ARB_gpu_shader5
2014-02-20 Jordan Justenmain/shaderapi: GL_GEOMETRY_SHADER_INVOCATIONS GetProgr...
2014-02-20 Jordan Justenmesa: initialize gl_geometry_program Invocations field
2014-02-20 Jordan Justenglsl/linker: produce gl_shader_program Geom.Invocations
2014-02-20 Eric Anholti965: Fix extra return value after winsys rb update...
2014-02-20 Eric Anholti965/vs: Use samplers for UBOs in the VS like we do...
2014-02-20 Eric Anholti965/fs: Add an optimization pass to remove redundant...
2014-02-19 Kenneth Graunkei965: Actually claim to support MSAA on Broadwell.
2014-02-19 Kenneth Graunkei965: Update physical width/height munging for 2x IMS...
2014-02-19 Kenneth Graunkei965: Enable smooth points when multisampling without...
2014-02-19 Kenneth Graunkei965: Thwack multisample enable bit in 3DSTATE_RASTER.
2014-02-19 Kenneth Graunkei965: Only use the SIMD16 program for per-sample shadin...
2014-02-19 Kenneth Graunkei965: Set "Position XY Offset Select" bits in 3DSTATE_P...
2014-02-19 Kenneth Graunkei965: Add missing sample shading bits to Gen8's 3DSTATE...
2014-02-19 Kenneth Graunkei965/fs: Implement FS_OPCODE_SET_OMASK on Broadwell.
2014-02-19 Kenneth Graunkei965/fs: Implement FS_OPCODE_SET_SAMPLE_ID on Broadwell.
next