swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slot
[mesa.git] / src / mesa /
2017-09-12 Iago Toral Quirogai965: do not fallback to linear tiling for stencil...
2017-09-12 Aaron Watrymesa/st: Include builddir/src/compiler/glsl to fix...
2017-09-11 Nicolai Hähnlest/glsl_to_tgsi: only the first (inner-most) array...
2017-09-10 Eric Engestromi965/tex: add missing include
2017-09-08 Brian Paulmesa: whitespace, formatting fixes in teximage.c
2017-09-08 Brian Paulmesa: provide more info in some texture image error...
2017-09-08 Thomas Hellstrommesa/st: Fix frontbuffer rendering regression
2017-09-08 Kenneth Graunkei965: Don't special case the batchbuffer when reference...
2017-09-07 Gert Wollnymesa/st/tests: Fix regressions with libunwind enabled...
2017-09-07 Gert Wollnymesa/st/tests: Fix classic build regressions introduced...
2017-09-07 Iago Toral Quirogamesa/main: Fix GetTransformFeedbacki64 for glTransformF...
2017-09-07 Marek Olšákst/mesa: skip draw calls with pipe_draw_info::count...
2017-09-07 Eric Engestrommesa: allow user to set MESA_NO_ERROR=0
2017-09-06 Emil Velikovmesa: replace date/time macros with MESA_GIT_SHA1
2017-09-06 Emil Velikovmesa: don't use %s for PACKAGE_VERSION macro
2017-09-06 Emil Velikovi965: expose RGBA visuals only on Android
2017-09-06 Gert Wollnymesa/st/st_glsl_to_tgsi_temprename.cpp: Fix compilation...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: tie in new temporary register...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: Add test set for evaluation...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: add register rename mapping...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: add tests for the new temporary...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: implement new temporary register...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi move some helper classes to extra...
2017-09-06 Dave Airliest_glsl_to_tgsi: rewrite rename registers to use array...
2017-09-06 Iago Toral Quirogamesa/main: Fix GetTextureImage error reporting
2017-09-05 Dave Airliemesa/mtypes: repack gl_sampler_object.
2017-09-05 Dave Airliemesa/mtypes: repack gl_texture_object.
2017-09-05 Dave Airliemesa/mtypes: repack gl_shader_program_data.
2017-09-05 Dave Airliemesa/mtypes: reorganise gl_shader
2017-09-05 Dave Airliemesa/mtypes: repack display list structs.
2017-09-05 Dave Airliemesa/mtypes: reduce size of gl_sync_object.
2017-09-05 Dave Airliemesa/mtypes: reorg vertex/fragment program state.
2017-09-05 Dave Airliemesa/bindless: reorder gl_bindless_image gl_bindless_sa...
2017-09-05 Tapani Pällivbo: fix build errors on android
2017-09-04 Nicolai Hähnlest/glsl_to_tgsi: inline src_register into translate_src
2017-09-04 Nicolai Hähnlest/glsl_to_tgsi: ir_load_ubo always has a second index
2017-09-04 Nicolai Hähnlest/drawpixels: always use two-dimensional constant...
2017-09-03 Roland Scheideggerst/mesa: fix view template initialization in try_pbo_re...
2017-09-02 Kenneth Graunkegenxml: Make Border Color Pointer an address on Gen4...
2017-09-02 Kenneth Graunkei965: Inline emit_reloc in __genx_combine_address
2017-09-02 Kenneth Graunkei965: Fix crash in fallback GTT mapping.
2017-09-02 Kenneth Graunkei965: Fix state flagging of Gen6 SOL programs.
2017-09-02 Kenneth Graunkei965: Drop useless gen6_brw_upload_ff_gs_prog() wrapper.
2017-09-01 Kenneth Graunkei965: Move BATCH_SZ define into intel_batchbuffer.c.
2017-09-01 Kenneth Graunkei965: Drop batch_size argument from brw_bufmgr_init().
2017-09-01 Chris Wilsoni965: Rename brw_bo::offset64 to gtt_offset.
2017-09-01 Kenneth Graunkei965: Drop the BRW_BATCH_STRUCT macro.
2017-09-01 Kenneth Graunkei965: Don't double count the batch in aperture_space.
2017-09-01 Brian Paulst/mesa: only try to create 1x msaa surfaces for "fake...
2017-08-31 Charmaine Leevbo: fix offset in minmax cache key
2017-08-30 Kenneth Graunkei965: Use BLORP for buffer object stall avoidance blits...
2017-08-30 Kenneth Graunkei965: Always flush caches after blitting to a GL buffer...
2017-08-30 Kenneth Graunkei965: Add PIPE_CONTRTOL_DATA_CACHE flush to brw_emit_mi...
2017-08-30 Kenneth Graunkei965: Add a brw_blorp_copy_buffers() command.
2017-08-30 Lionel Landwerlini965: drop unused brw->needs_unlit_centroid_workaround
2017-08-30 Lionel Landwerlini965: drop brw->has_surface_tile_offset in favor of...
2017-08-30 Lionel Landwerlini965: drop unused brw->no_simd8
2017-08-30 Lionel Landwerlini965: drop unused brw->has_pln
2017-08-30 Lionel Landwerlini965: drop brw->must_use_separate_stencil in favor...
2017-08-30 Lionel Landwerlini965: drop unused brw->has_negative_rhw_bug
2017-08-30 Lionel Landwerlini965: drop unused brw->has_compr4
2017-08-30 Lionel Landwerlini965: drop brw->has_llc in favor of devinfo->has_llc
2017-08-30 Lionel Landwerlini965: drop brw->is_broxton
2017-08-30 Lionel Landwerlini965: drop brw->is_cherryview in favor of devinfo-...
2017-08-30 Lionel Landwerlini965: drop brw->is_haswell in favor of devinfo->is_haswell
2017-08-30 Lionel Landwerlini965: drop brw->is_baytrail in favor of devinfo->is_bay...
2017-08-30 Lionel Landwerlini965: drop brw->is_g4x in favor of devinfo->is_g4x
2017-08-30 Lionel Landwerlini965: drop brw->gt in favor of devinfo->gt
2017-08-30 Lionel Landwerlini965: drop brw->gen in favor of devinfo->gen
2017-08-30 Kevin Rogovini965: add 2xMSAA 16xMSAA modes to DRI configs.
2017-08-30 Kenneth GraunkeRevert "i965: add 2xMSAA and 16xMSAA to DRI configs...
2017-08-30 Eric Engestrommesa/st: remove unwanted backup file
2017-08-29 Kenneth Graunkei965: Bump the initial program cache size from 4kB...
2017-08-29 Kenneth Graunkei965: Issue performance warnings when growing the progr...
2017-08-29 Kevin Rogovini965: add 2xMSAA and 16xMSAA to DRI configs for Gen9.
2017-08-29 Matt Turneri965: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGS
2017-08-29 Matt Turneri965: Mark functions used conditionally as UNUSED
2017-08-29 Matt Turneri965: Explicitly cast between different enums
2017-08-29 Matt Turneri965: Remove some 'inline' keywords
2017-08-29 Emil Velikovutil: move string_to_uint_map to glsl
2017-08-29 Marek Olšákst/mesa: fix XPD lowering - don't read dst
2017-08-29 Kenneth Graunkei965: Fix whitespace issues in intel_buffer_objects.c.
2017-08-28 Ilia Mirkinst/mesa: fix handling of vertex array double inputs
2017-08-25 Kenneth Graunkei965: Use GEN_GEN and GEN_IS_HASWELL in genX_state_uplo...
2017-08-25 Adam Jacksonmesa: Implement GL_ARB_polygon_offset_clamp
2017-08-25 Adam Jacksonmesa: Implement GL_ARB_texture_filter_anisotropic
2017-08-25 Samuel Pitoisetmesa: add KHR_no_error support to glBindBufferOffsetEXT()
2017-08-25 Samuel Pitoisetmesa: add bind_buffer_offset() helper
2017-08-25 Samuel Pitoisetmesa: add KHR_no_error support to glTransformFeedbackVa...
2017-08-25 Samuel Pitoisetmesa: add transform_feedback_varyings() helper
2017-08-25 Samuel Pitoisetmesa: add KHR_no_error support to glResumeTransformFeed...
2017-08-25 Samuel Pitoisetmesa: add resume_transform_feedback() helper
2017-08-25 Samuel Pitoisetmesa: add KHR_no_error support to glPauseTransformFeedb...
2017-08-25 Samuel Pitoisetmesa: add pause_transform_feedback() helper
2017-08-25 Samuel Pitoisetmesa: add KHR_no_error support to glEndTransformFeedback()
2017-08-25 Samuel Pitoisetmesa: add end_transform_feedback() helper
2017-08-25 Samuel Pitoisetmesa: add KHR_no_error support to glBeginTransformFeedb...
2017-08-25 Samuel Pitoisetmesa: add begin_transform_feedback() helper
2017-08-25 Samuel Pitoisetmesa: add KHR_no_error support to glBindTransformFeedback()
2017-08-25 Samuel Pitoisetmesa: add bind_transform_feedback() helper
next