svga: add some comments about primitive conversion
[mesa.git] / src / mesa /
2013-06-19 Brian Paulmesa: wrap comments, code to 78 columns in multisample.c
2013-06-19 Brian Paulmesa: remove unused BITSET64 macros
2013-06-18 Jordan Justengen7: fix GPU hang on WebGL texture-size test
2013-06-18 Eric Anholtintel: Remove unused IS_POWER_OF_TWO() macro.
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
2013-06-17 Eric Anholtintel: Allow blorp CopyTexSubImage to nonzero destinati...
2013-06-17 Eric Anholtintel: Allow blit CopyTexSubImage to nonzero destinatio...
2013-06-17 Eric Anholtintel: Directly implement blit glBlitFramebuffer instea...
2013-06-17 Eric Anholtintel: Move XRGB->ARGB blit logic into intel_miptree_bl...
2013-06-17 Eric Anholtintel: Fix Y tiling support for glCopyTexSubImage's...
2013-06-17 Eric Anholtintel: Make batch macros for doing BCS_SWCTRL setup.
2013-06-17 Eric Anholtmesa: Hide weirdness of 1D_ARRAY textures from Driver...
2013-06-17 Sven Joachimmesa: Fix ieee fp on Alpha
2013-06-15 Kenneth Graunkei965: Assume flexible hardware primitive restart exists...
2013-06-15 Chris Forbesi965: Shrink Gen5 VUE map layout to be the same as...
2013-06-15 Kenneth Graunkei965: Implement 16-wide math on G45 and Ironlake.
2013-06-14 Todd Previtemesa: Add infrastructure for ARB_shading_language_420pack.
2013-06-14 Chia-I Wust/mesa: fix temp texture bindings in st_CopyPixels()
2013-06-13 Manfred Ernstmesa: Fix bug in unclamped float to ubyte conversion.
2013-06-13 Marek Olšákst/mesa: make generic CopyPixels path work with MSAA...
2013-06-13 Marek Olšákst/mesa: don't use blit_copy_pixels if an occlusion...
2013-06-13 Marek Olšákst/mesa: rework blit_copy_pixels to use pipe->blit
2013-06-13 Marek Olšákgallium/util: make WRITES_ALL_CBUFS optional in the...
2013-06-13 Marek Olšákmesa: fix OES_EGL_image_external being partially allowe...
2013-06-12 Ian Romanickglsl: Add gl_shader_program::UniformLocationBaseScale
2013-06-12 Ian Romanickglsl: Add a gl_shader_program parameter to _mesa_unifor...
2013-06-12 Paul Berryi965/gen7: Enable support for fast color clears.
2013-06-12 Paul Berryi965/gen7+: Disable fast color clears on shared regions.
2013-06-12 Paul Berryi965/gen7+: Resolve color buffers when necessary.
2013-06-12 Paul Berryi965/gen7+: Ensure that front/back buffers are fast...
2013-06-12 Paul Berryi965/blorp: Write blorp code to do render target resolves.
2013-06-12 Paul Berryi965/blorp: Expand clear class hierarchy to prepare...
2013-06-12 Paul Berryi965/gen7+: Implement fast color clear operation in...
2013-06-12 Paul Berryi965/gen7+: Create helper functions for single-sample...
2013-06-12 Paul Berryi965/gen7+: Set up MCS in SURFACE_STATE whenever MCS...
2013-06-12 Paul Berryi965/gen7+: Create an enum for keeping track of fast...
2013-06-12 Paul Berryintel: Conditionally compile mcs-related code for i965...
2013-06-12 Paul Berryintel: Keep region name in intel_miptree_create_for_dri...
2013-06-11 Kenneth Graunkei965: Emit the depth/stencil state pointer directly...
2013-06-11 Kenneth Graunkei965: Emit the CC state pointer directly rather than...
2013-06-11 Kenneth Graunkei965: Emit the BLEND_STATE pointer directly rather...
2013-06-11 Kenneth GraunkeRevert "i965: Disable unused pipeline stages once at...
2013-06-11 Brian Paulswrast: add texfetch code for some XBGR formats
2013-06-10 Brian Paulmesa: add missing texture strings in tex_target_name()
2013-06-10 Eric Anholtmesa: Add a _mesa_problem to document a piglit failure...
2013-06-10 Eric Anholti965/vs: Avoid the MUL/MACH/MOV sequence for small...
2013-06-10 Eric Anholti965/vs: Allow copy propagation into MUL/MACH.
2013-06-10 Eric Anholti965/vs: Use the MAD instruction when possible.
2013-06-10 Kenneth Graunkeintel: Reserve less batchbuffer space.
2013-06-10 Kenneth Graunkei965: Allocate push constant L3 space once at startup...
2013-06-10 Kenneth Graunkei965: Disable unused pipeline stages once at startup...
2013-06-10 Kenneth Graunkei965: Don't emit PIPELINE_SELECT from BLORP.
2013-06-10 Kenneth Graunkei965: Emit invariant state once at startup on Gen6+.
2013-06-10 Kenneth Graunkei965: Delete some dead state atom prototypes.
2013-06-10 Kenneth Graunkei965: Change return type of check_state() to bool.
2013-06-10 Kenneth Graunkei965: Remove unused second parameter of brw_print_dirty...
2013-06-09 Chris Forbesdlist: fix save_SamplerParameteri
2013-06-08 Vinson Leemesa: Prevent possible out-of-bounds read by save_Sampl...
2013-06-07 Eric Anholtmesa: Report core FBO incompleteness cases through...
2013-06-07 Paul Berryintel: flush fake front buffer if server is about to...
2013-06-07 Paul Berryintel: flush fake front buffer more robustly.
2013-06-07 Paul Berryintel: make intel_flush_front safe to call during initi...
2013-06-07 Eric Anholtmesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and...
2013-06-07 Eric Anholtmesa: Expose texture array getters on GLES3.
2013-06-07 Eric Anholtmesa: Fix the return value of TEXTURE_BINDING_2D_ARRAY.
2013-06-07 Eric Anholtmesa: Expose texel offset limits in GLES3.
2013-06-07 Arnas Milaseviciusgallium: Remove draw_arrays() and draw_arrays_instanced...
2013-06-07 Chris Forbesi965/vs: add support for emitting gl_ClipVertex
2013-06-07 Chris Forbesi965/clip: Add support for gl_ClipVertex
2013-06-06 Eric Anholtglsl: Fix uniform buffer object counting.
2013-06-06 Kenneth Graunkeintel: Use the CHIPSET macro in the PCI ID tables for...
2013-06-05 Rodrigo Vivii965: Adding more reserved PCI IDs for Haswell.
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-06-04 Brian Paulmesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to...
2013-06-04 Paul Berryintel: Don't try to blorp or blit CopyTexSubImage(1D_AR...
2013-06-04 Paul Berryi965/gen6+: Fix multisample assertions in CopyTexSubIma...
2013-06-04 Vinson Leemesa: Prevent possible out-of-bounds read by save_Sampl...
2013-06-04 Dave Airliei965: fix problem with constant out of bounds access...
2013-06-03 Eric Anholtintel: Fix copying of separate stencil data in glCopyTe...
2013-06-03 Eric Anholtmeta: Fix temporary image type for float depth/stencil.
2013-06-03 Eric Anholtintel: Fix performance regression from miptree blit...
2013-06-03 Chad Versacei965: Fix glColorPointer(GL_FIXED)
2013-06-03 Jordan Justeni965 gen7: use SURFACE_STATE fields to select render...
2013-06-03 Jordan Justenmesa/texformat: add _mesa_tex_target_is_array function
2013-06-03 Jordan Justenintel: add layered parameter to update_renderbuffer_surface
2013-06-03 Jordan Justenintel_fbo: set gl_renderbuffer Depth field
2013-06-03 Jordan Justenintel: print image depth in debug message
2013-06-03 Brian Paulmesa: handle missing read buffer in _mesa_get_color_rea...
2013-06-03 Brian Paulmeta: move vertex array enables for mipmap generation
2013-06-03 Brian Paulmesa: fix hodge podge indentation, update comments...
2013-06-01 Kenneth Graunkei965: Fix haswell_upload_cut_index when there's no...
2013-05-31 Vinson Leemesa: Add missing break statement in _mesa_choose_tex_f...
2013-05-30 Brian Paulmesa: fix error checking of DXT sRGB formats in _mesa_b...
2013-05-30 Brian Paulmesa: asst. whitespace, formatting fixes in teximage.c
2013-05-30 Anuj Phogatintel: Add multisample scaled blitting in blorp engine
2013-05-30 Anuj Phogatintel: Change the register type from UW to UD in blorp...
2013-05-30 Anuj Phogatmesa: Implement ext_framebuffer_multisample_blit_scaled...
2013-05-30 Kenneth GraunkeRevert "i965: fix problem with constant out of bounds...
2013-05-30 Dave Airliei965: fix problem with constant out of bounds access...
2013-05-30 Frank Henigmanintel: initialize fs_visitor::params_remap in constructor
next