vl/vdpau: fix PresentationQueueQuerySurfaceStatus
[mesa.git] / src / mesa /
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
2013-05-02 Brian Paulmesa: update GLvertexformat comments
2013-05-02 Brian Paulmesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()
2013-05-02 Brian Paulmesa: remove GLvertexformat::Rectf()
2013-05-02 Brian Paulmesa: simplify dispatch for glDraw* functions
2013-05-02 Brian Paulvbo: add new vbo_initialize_exec_dispatch(), vbo_initia...
2013-05-02 Brian Paulmesa: remove _MESA_INIT_EVAL_VTXFMT() macro
2013-05-02 Brian Paulmesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macro
2013-05-02 Brian Paulmesa: remove _MESA_INIT_DLIST_VTXFMT() macro
2013-05-02 Brian Paulmesa: change _mesa_inside_dlist_begin_end() to handle...
2013-05-02 Brian Paulvbo: fix initial value of ctx->Driver.CurrentSavePrimitive
2013-05-02 Brian Paulvbo: fix error detection in vbo_save_playback_vertex_list()
2013-05-02 Brian Paulmesa: comments, formatting fixes in dlist code
2013-05-02 Brian Paulvbo: remove redundant vfmt->Begin = _save_Begin assignment
2013-05-02 Brian Paulmesa: don't install glDraw* functions into the BeginEnd...
2013-05-02 Brian Paulvbo: fix parameter validation for saving dlist glDraw...
2013-05-02 Brian Paulmesa: add missing error check in _mesa_EndList()
2013-05-02 Brian Paulmesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constant
2013-05-02 Brian Paulmesa: simplify save_Begin() error checking
2013-05-02 Brian Paulmesa: refactor _mesa_valid_prim_mode()
2013-05-02 Brian Paulmesa: fix CurrentSavePrimitive <= GL_POLYGON tests
next