mesa: Make gl_renderbuffers backed by EGL images use FinishRenderTexture.
[mesa.git] / src / mesa /
2013-05-17 Eric Anholtmesa: Make gl_renderbuffers backed by EGL images use...
2013-05-17 Kenneth Graunkeintel: Don't spam "intelReadPixels: fallback to swrast...
2013-05-16 Paul Berryintel: Do a depth resolve before copying images between...
2013-05-15 Marek Olšákst/mesa: handle texture_from_pixmap and other surface...
2013-05-15 Eric Anholti965: Fill in brw_format_for_mesa_format for some non...
2013-05-15 Eric Anholti965: Use native RGB_FLOAT16 support when available.
2013-05-15 Eric Anholtintel: Add support for blitting 6 byte-per-pixel formats.
2013-05-15 Eric Anholti965: Use the Mesa surface formats for float RGB surfaces.
2013-05-15 Eric Anholti965: Use the new XRGB UNORM formats.
2013-05-15 Chris Forbesmesa: Stop clamping stencil reference value at specific...
2013-05-15 Chris Forbesswrast: Use accessor for stencil reference values
2013-05-15 Chris Forbesst: Use accessor for stencil reference values
2013-05-15 Chris Forbesradeon: Use accessor for stencil reference values
2013-05-15 Chris Forbesnouveau: Use accessor for stencil reference values
2013-05-15 Chris Forbesintel: Use accessor for stencil reference values
2013-05-15 Chris Forbesmesa: Use accessor for stencil reference values in...
2013-05-15 Chris Forbesmesa: add accessor for effective stencil ref
2013-05-14 Zack Rusindraw: try to prevent overflows on index buffers
2013-05-14 Zack Rusindraw: don't crash on vertex buffer overflow
2013-05-14 José Fonsecamesa/st: Temporary workaround for fdo bug 64568.
2013-05-14 Rodrigo Vivii965: Add missing Haswell GT3 Desktop to IS_HSW_GT3...
2013-05-13 Jordan Justeni965: write layer if gl_Layer is used in VS
2013-05-13 Jordan Justenextensions: add AMD_vertex_shader_layer
2013-05-13 Chad Versacemesa: Expose GL_OES_texture_npot on GLES1
2013-05-13 Ian Romanickglsl: Add lowering pass for ir_triop_vector_insert
2013-05-13 Ian Romanickglsl: Add ir_triop_vector_insert
2013-05-13 Ian Romanickglsl: Add ir_binop_vector_extract
2013-05-12 Kenneth Graunkei965/vs: Set the PreferDP4 shader compiler option.
2013-05-12 Kenneth Graunkemesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.
2013-05-12 Kenneth Graunkeglsl: Pass struct shader_compiler_options into do_commo...
2013-05-12 Kenneth Graunkemesa: Add comments about bit-ordering of new XRGB/XBGR...
2013-05-11 Marek Olšákst/mesa: remove dependency on _NEW_BUFFER_OBJECT for...
2013-05-11 Marek Olšákst/mesa: don't check for _NEW_PROGRAM when binding...
2013-05-11 Marek Olšákst/mesa: fix a couple of issues in st_bind_ubos
2013-05-11 Marek Olšákst/mesa: restore the transfer_inline_write path for...
2013-05-11 Marek Olšákst/mesa: initialize Const.MaxColorAttachments
2013-05-11 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
2013-05-11 Marek Olšákst/mesa: consolidate setting MaxTextureImageUnits
2013-05-11 Marek Olšákst/mesa: initialize all program constants and UBO limits
2013-05-11 Marek Olšákmesa: add & use a new driver flag for UBO updates inste...
2013-05-11 Marek Olšákmesa: skip _MaxElement computation unless driver needs...
2013-05-11 Marek Olšákmesa: remove unused gl_array_object::NewArray
2013-05-11 Marek Olšákmesa: remove unused gl_constants::MaxColorTableSize
2013-05-11 Marek Olšákmesa: unify MaxVertexVaryingComponents and MaxGeometryV...
2013-05-11 Marek Olšákmesa: move max texture image unit constants to gl_progr...
2013-05-11 Marek Olšákmesa: consolidate definitions of max texture image...
2013-05-09 Ben Widawskyi965: Actually use the user timeout in glClientWaitSync.
2013-05-09 Paulo Zanonii965: make GT3 machines work as GT3 instead of GT2
2013-05-09 Kenneth Graunkei965: Add chipset limits for the Haswell GT3 variant.
2013-05-09 Kenneth Graunkei965: Update URB partitioning code for Haswell's GT3...
2013-05-09 Kenneth Graunkei965: Delete dead intel_span.c symlink.
2013-05-09 Eric Anholti965/vs: Make virtual grf live intervals actually cover...
2013-05-09 Eric Anholti965/fs: Make virtual grf live intervals actually cover...
2013-05-09 Brian Paulst/mesa: generate GL_OUT_OF_MEMORY if we can't create...
2013-05-08 Eric Anholti965: Sync brw_format_for_mesa_format() table with...
2013-05-08 Eric Anholti965: Update the surface formats table from the current...
2013-05-08 Eric Anholti965: Add surface format defines from the public specs.
2013-05-08 Fabian Bielermesa/program: Don't copy propagate from swizzles.
2013-05-08 Fabian Bielermesa/st: Don't copy propagate from swizzles.
2013-05-08 Eric Anholti965: Fix hangs on HSW since the gen6 blorp fix.
2013-05-07 Eric Anholti965: Use Y-tiled blits to untile for cached mappings...
2013-05-07 Eric Anholti965: Add support for Y-tiled blits on gen6+.
2013-05-07 Eric Anholti965: Count occlusion query samples for CopyPixels...
2013-05-06 Eric Anholtintel: Remove renderbuffer delete setup from texture...
2013-05-06 Eric Anholtmesa: Make Mesa core set up wrapped texture renderbuffe...
2013-05-06 Eric Anholtintel: Simplify renderbuffer-for-texture width setup.
2013-05-06 Eric Anholtmesa: Make core Mesa allocate the texture renderbuffer...
2013-05-06 Eric Anholti965: Use brw_blorp_blit_miptrees() for CopyTexSubImage().
2013-05-06 Eric Anholti965: Move blorp resolve setup into brw_blorp_blit_mipt...
2013-05-06 Matt Turneri965: Lower bitfieldInsert.
2013-05-06 Matt Turneri965/vs: Add support for bit instructions.
2013-05-06 Matt Turneri965/fs: Add support for bit instructions.
2013-05-06 Matt Turneri965: Add support for emitting and disassembling bit...
2013-05-06 Matt Turneri965: Print the correct dst and shared-src types for...
2013-05-06 Matt Turneri965/gen7: Set src/dst types for 3-src instructions.
2013-05-06 Matt Turneri965: Add 3-src destination and shared-source type...
2013-05-06 Matt Turneri965: Add Gen7+ fields to brw_instruction and add comments.
2013-05-06 Matt Turnerglsl: Add a pass to lower bitfield-insert into bfm...
2013-05-06 Matt Turnerglsl: Add support for new bit built-ins in ARB_gpu_shader5.
2013-05-06 Matt Turnermesa: Add infrastructure for ARB_gpu_shader5.
2013-05-06 Eric Anholti965: Remove GL_ARB_color_buffer_float from GL core...
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
2013-05-04 Eric Anholti965: Enable fast clears on non-8x4-aligned sizes.
2013-05-04 Brian Paulvbo: add comments, const qualifiers
2013-05-04 Brian Paulmesa: whitespace, formatting fixes, etc in api_arrayelt.c
2013-05-04 Brian Paulvbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init()
2013-05-04 Brian Paulmesa: change ctx->Driver.NeedFlush to GLbitfield and...
2013-05-04 Brian Paulmesa; change ctx->Driver.SaveNeedFlush to boolean,...
2013-05-04 Brian Paulvbo: update comments for vbo_save_NotifyBegin()
2013-05-04 Brian Paulvbo: implement primitive merging for glBegin/End sequences
2013-05-04 Brian Paulvbo: create a few utility functions for merging primitives
2013-05-02 Eric Anholti965/vs: Add instruction scheduling.
2013-05-02 Eric Anholti965: Move most of the FS instruction scheduler code...
2013-05-02 Eric Anholti965: Pull a couple of FS scheduling functions out...
2013-05-02 Eric Anholti965: Move FS instruction scheduling to a non-FS-specif...
2013-05-02 Eric Anholti965: Share the register file enum between the two...
2013-05-02 Eric Anholti965: Make dump_instructions be a virtual method of...
2013-05-02 Eric Anholti965/vs: Do round-robin register allocation on gen6...
2013-05-02 Eric Anholti965: Fix SNB GPU hangs when a blorp batch is the first...
2013-05-02 Brian Paulmesa: update comments, simplify code in vtxfmt.c
next