mesa/xfb: report calculated size for XFB buffer objects.
[mesa.git] / src / mesa /
2016-05-27 Ilia Mirkinmesa: add support for GLSL ES 3.20 version string
2016-05-26 Ian Romanicki965: Enable GL_OES_shader_io_blocks
2016-05-26 Ian Romanickmesa: Add extension tracking for GL_OES_shader_io_blocks
2016-05-26 Ian Romanickmesa: Only validate SSO shader IO in OpenGL ES or debug...
2016-05-26 Ian Romanickmesa: Remove old validate_io function
2016-05-26 Ian Romanickmesa: Additional SSO validation using program_interface...
2016-05-26 Ian Romanickmesa: Track the additional data in gl_shader_variable
2016-05-26 Kenneth Graunkei965: Use the buffer object size for VERTEX_BUFFER_STAT...
2016-05-26 Jason Ekstrandi965: Don't link libmesa or libdri_test_stubs into...
2016-05-26 Jason Ekstrandi965: Move compiler debug functions to intel_screen.c
2016-05-26 Jason Ekstrandi965/test: Remove the fragment/vertex_program field...
2016-05-26 Jason Ekstrandi965: Move brw_new_shader to brw_link.cpp
2016-05-26 Jason Ekstrandi965: Move brw_nir_lower_uniforms.cpp to i965_FILES
2016-05-26 Jason Ekstrandi965: Move brw_create_nir to brw_program.c
2016-05-26 Jason Ekstrandi965/nir: Move the type_size_*_bytes functions to brw_nir.h
2016-05-26 Jason Ekstrandptn: Include nir.h
2016-05-26 Jason Ekstrandcompiler: Move glsl_to_nir to libglsl.la
2016-05-26 Ben Widawskyi965/sklgt4: Implement depth/timestamp write w/a
2016-05-26 Ben Widawskyi965/bxt: Add 2x6 variant
2016-05-26 Anuj Phogati965: Don't use fast copy blit in case of logical opera...
2016-05-26 Anuj Phogati965/gen9: Remove the halign/valign field setup code...
2016-05-26 Kristian Høgsberg... mesa: Move robustness code to main/robustness.c
2016-05-25 Kenneth Graunkei965: Enable OES_copy_image (and EXT) on Gen8+ and...
2016-05-25 Kenneth Graunkei965: Implement a BLORP path for CopyImage and prefer...
2016-05-25 Kenneth Graunkei965: Make the CopyImage BLT path bail for stencil...
2016-05-25 Kenneth Graunkei965: Also copy stencil miptree data.
2016-05-25 Kenneth Graunkei965: Make a helper function for CopyImage of a miptree.
2016-05-25 Kenneth Graunkei965: Combine src/dest tex vs. rb checks in intel_copy_...
2016-05-25 Kenneth Graunkei965: Account for MinLayer in CopyImageSubData's blitte...
2016-05-25 Matt Turneri965: Mark fallthrough in switch statement.
2016-05-25 Matt Turneri965: Assert that a depth_mt exists when using HiZ.
2016-05-25 Brian Paulmesa: 80-column wrapping for _context_lost_GetSynciv()
2016-05-25 Brian Paulmesa: add GLAPIENTRY to new _context_lost_X functions
2016-05-25 Alejandro Piñeiroi965/fs: take into account doubles when emitting system...
2016-05-25 Kristian Høgsberg... i965: Fix shadowing of 'height' parameter
2016-05-25 Kristian Høgsberg... mesa: Add .gitignore entries for make check binaries
2016-05-25 Kristian Høgsberg... i965: Enable GL_KHR_robustness
2016-05-25 Jason Ekstrandi965/draw: Use the correct buffer index for interleaved...
2016-05-24 Jordan Justeni965/gen7: Fix gl_HelperInvocation
2016-05-24 Ian Romanickmesa: Silence unused parameter warnings
2016-05-24 Kristian Høgsberg... dri: Add YVU formats
2016-05-24 Kristian Høgsberg... i965: Allow creating planar YUV __DRIimages
2016-05-24 Kristian Høgsberg... i965: Invoke lowering pass for YUV textures
2016-05-24 Kristian Høgsberg... i965: Support textures with multiple planes
2016-05-24 Kristian Høgsberg... i965: Create multiple miptrees for planar YUV images
2016-05-24 Kristian Høgsberg... i965: Refactor intel_set_texture_image_bo() to create_m...
2016-05-24 Kristian Høgsberg... i965: Use intel_set_texture_image_mt() in intelSetTexBu...
2016-05-24 Kristian Høgsberg... i965: Add new intel_set_texture_image_mt() helper
2016-05-24 Brian Paulmesa: log buffer ID numbers in decimal, not hexadecimal
2016-05-24 Brian Paulmesa: use enum name in bind_buffer_object() error message
2016-05-24 Brian Paulmesa: raise error for glEnable(GL_VERTEX_ARRAY), etc...
2016-05-24 Juan A. Suarez Romeroi965: fix double-precision vertex inputs measurement
2016-05-24 Ilia Mirkinst/mesa: enable ARB_ES3_1_compatibility when ES 3.1...
2016-05-24 Ilia Mirkinmesa: remove separate enable for KHR_robust_buffer_acce...
2016-05-24 Ilia Mirkinmesa: add view classes for 3d astc formats
2016-05-24 Ilia Mirkinglsl: add EXT_clip_cull_distance support based on ARB_c...
2016-05-24 Jason Ekstrandi965: Use ISL for surface format introspection
2016-05-24 Jason Ekstrandi965: Enable ARB/KHR_robust_buffer_access_behavior...
2016-05-24 Jason Ekstrandmain: Add extension enable bits for KHR_robust_buffer_a...
2016-05-24 Jason Ekstrandglsl: Add an option to clamp block indices when lowerin...
2016-05-24 Jason Ekstrandi965/draw: Use the real size for index buffers
2016-05-24 Jason Ekstrandi965/draw: Use the real size for vertex buffers
2016-05-24 Jason Ekstrandi965/draw: Use 3-channel formats for vertex fetch when...
2016-05-24 Jason Ekstrandi965/surface_formats: Update the VB column for new...
2016-05-24 Jason Ekstrandi965/draw: Properly handle rounding when dividing by...
2016-05-24 Jason Ekstrandi965/draw: Account for BaseInstance in VBO bounds
2016-05-24 Jason Ekstrandi965/draw: Use worst-case VBO bounds if brw->num_instan...
2016-05-24 Jason Ekstrandi965/draw: Delay when we get the bo for vertex buffers
2016-05-24 Jason Ekstrandi965/draw: Stop relying on min_index == -1 for invalid...
2016-05-24 Jason Ekstrandvbo: Declare the index range invalid for DrawTransformF...
2016-05-24 Jason Ekstrandvbo: Declare the index range invalid for DrawIndirect
2016-05-24 Ilia Mirkinmesa/teximage: fix GL_FLOAT in comment
2016-05-24 Dave Airliest/mesa: reenable culling
2016-05-24 Dave Airliei965: reenable ARB_cull_distance.
2016-05-24 Dave Airlieglsl: make max array trackers ints and use -1 as base...
2016-05-24 Nanley Cheryi965: Unset alpha blend for R10G10B10_SNORM_A2_UNORM
2016-05-24 Dave Airliei965: deindent blorp code.
2016-05-24 Ilia Mirkinmesa: allow GL_FRAMEBUFFER_DEFAULT_LAYERS to be queried...
2016-05-24 Ilia Mirkinmesa: allow xfb to be active in GLES when geometry...
2016-05-24 Ilia Mirkinmain: check driver float texture support before upgradi...
2016-05-23 Ilia Mirkinst/mesa: update inst->info along with inst->op
2016-05-23 Kenneth Graunkemesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES...
2016-05-23 Francisco Jerezi965/fs: Mark UBO uniform pull constant loads as force_...
2016-05-23 Francisco Jerezi965/fs: Allow spilling of non-contiguous registers.
2016-05-23 Francisco Jerezi965/fs: Calculate the (un)spill block size correctly.
2016-05-23 Francisco Jerezi965/fs: Set exec_all on spills not matching the channe...
2016-05-23 Francisco Jerezi965/fs: Set exec_all on unspills.
2016-05-23 Francisco Jerezi965/fs: Move scratch block size calculation into the...
2016-05-23 Francisco Jerezi965/fs: Make emit_spill/unspill static functions takin...
2016-05-23 Francisco Jerezi965/fs: Apply execution controls from the instruction...
2016-05-23 Francisco Jerezi965/fs: Fix signedness of local variables and argument...
2016-05-23 Francisco Jerezi965/fs: Factor out calculation of the block of MRFs...
2016-05-23 Nicolas Boichatmesa: dri: Add shared glapi to LIBADD on Android
2016-05-23 Francisco Jerezi965/fs: do not depend on std140 alignment rules for...
2016-05-23 Dave Airliesubroutines: handle explicit indexes properly
2016-05-23 Dave Airliemesa/subroutines: fix reset on bindpipeline
2016-05-23 Dave Airliemesa/subroutines: count number subroutines properly.
2016-05-23 Dave Airliemesa/subroutines: don't generate error in GetSubroutine...
2016-05-23 Dave Airliearb_shader_subroutine: check active subroutine limit
2016-05-22 Dave Airliemesa/queryobject: return INVALID_VALUE if offset <...
next