vl: adjust matrix and median filter to removal of PIPE_SHADER_CAP_OUTPUT_READ
[mesa.git] / src / mesa /
2012-02-27 Marek Olšákgallium: remove PIPE_SHADER_CAP_OUTPUT_READ
2012-02-25 Vinson Leescons: Don't build the assembly sources on Mac OS X.
2012-02-24 Brian Paulmesa/gdi: include swrast.h to fix compilation
2012-02-24 Brian Paulst/mesa: initialize the MaxViewport, MaxRenderbufferSiz...
2012-02-24 Brian Paulmesa: move more swrast-related #defines out of core...
2012-02-24 Brian Paulmesa: remove STENCIL_BITS use
2012-02-24 Brian Paulxlib: remove STENCIL_BITS
2012-02-24 Brian Paulmesa: remove last of MAX_WIDTH, MAX_HEIGHT
2012-02-24 Brian Paulmesa: remove MAX_WIDTH from prog_execute.h
2012-02-24 Brian Paulintel: remove MAX_WIDTH usage in intelInitContext()
2012-02-24 Brian Paulswrast: check max renderbuffer size against SWRAST_MAX_...
2012-02-24 Brian Paulosmesa: use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Pauldri/swrast: use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Paulxlib: use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Paulswrast: define, use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Paulmesa: remove some cruft from config.h
2012-02-24 Brian Paulmesa: minor comment clean-ups in config.h
2012-02-24 Brian Paulmesa: remove WIN32 MAX_WIDTH work-around in config.h
2012-02-24 Brian Paulswrast: remove MAX_WIDTH array in s_span.c
2012-02-24 Brian Paulswrast: simplify mask array code
2012-02-24 Brian Paulswrast: stop using MAX_WIDTH arrays in triangle code
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in stencil code
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_drawpix.c
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_zoom.c
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_depth.c
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_copypix.c
2012-02-24 Brian Paulmesa: move/fix MAX_WIDTH/HEIGHT-related assertions
2012-02-24 Brian Paulst/mesa: stop using MAX_WIDTH in st_cb_texture.c
2012-02-24 Brian Paulst/mesa: stop using MAX_WIDTH in st_cb_drawpixels.c
2012-02-24 Brian Paulmesa: stop using MAX_WIDTH in glReadPixels code
2012-02-24 Brian Paulmesa: stop using MAX_WIDTH in texstore code
2012-02-23 Paul Berryglapi: Fix incorrect enum value.
2012-02-23 Brian Paulst/mesa: use pipe_sampler_view_release()
2012-02-23 Brian Paulst/mesa: add floating point formats in st_new_renderbuf...
2012-02-22 Paul Berryi915: Initialize swrast_texture_image structure fields.
2012-02-22 Jesse Barnesintel: bump DRI_IMAGE extension version to 3
2012-02-22 Jesse Barnesgbm: track buffer format through DRI drivers
2012-02-22 Brian Paulmesa: add special case in texstore.c for GL_LUMINANCE_A...
2012-02-21 Eric Anholti965/gen6: Fix near-NULL deref in setting up GS binding...
2012-02-21 Eric Anholti965: Correct the size of the state batch space allocat...
2012-02-21 Eric Anholti965: Fix a bad comment in gen6 sol setup.
2012-02-21 Eric Anholti965/gen6: Fix the size of the GS surface binding table.
2012-02-21 Kenneth Graunkei965: Only set Last Render Target Select on the last...
2012-02-21 Eric Anholtintel: Silence valgrind warning for getparam ioctl...
2012-02-21 Eric Anholti965: Rename the original binding table to mention...
2012-02-21 Eric Anholti965: Split the gen6 GS binding table to a separate...
2012-02-21 Eric Anholti965: Split the VS binding table to a separate table.
2012-02-21 Eric Anholti965/gen6+: Avoid recomputing whether we use noperspective.
2012-02-21 Eric Anholti965/gen7: Skip checking if we need a GS program for...
2012-02-21 Eric Anholti965: Compute required barycentric interp modes once...
2012-02-21 Eric Anholti965: Move VUE map computation to once at VS compile...
2012-02-21 Eric Anholti965: Make the userclip flag for the VUE map come from...
2012-02-21 Anuj Phogatmesa: fix issues with texture border and array textures
2012-02-20 Brian Paulmesa: check for no state change in glPrimitiveRestartIn...
2012-02-20 Brian Paulmesa: check for no state change in Enable/DisableVertex...
2012-02-20 Brian Paulmesa: add missing return after _mesa_error() in update_...
2012-02-19 Kenneth Graunkei965: Make the dummy fragment shader work in SIMD16...
2012-02-19 Kenneth Graunkei965: Fix GPU hangs in the dummy fragment shader.
2012-02-17 Kenneth Graunkevbo: Eliminate short-circuiting in invalid-start case.
2012-02-17 Kenneth Graunkevbo: Rework checking of 'end' against _MaxElement.
2012-02-17 Kenneth Graunkevbo: Ignore invalid element ranges which are outside...
2012-02-17 Kenneth Graunkevbo: Remove pedantic warning about 'end' beind out...
2012-02-17 Eric Anholtintel: Fix rendering from textures after RenderTexture().
2012-02-17 Eric Anholtintel: Improve the fallback debug for framebuffer statu...
2012-02-17 Eric Anholtmesa: Only end render-to-texture at bind time for drawb...
2012-02-16 Ian Romanickmesa: Update the version string to 8.1-devel
2012-02-16 Brian Paulmesa: add missing texture integer test in glTexSubImage()
2012-02-16 Kenneth Graunkei965: Emit Ivybridge VS workaround flushes.
2012-02-15 Eric Anholtmesa: Include the multisample enables under GL_MULTISAM...
2012-02-15 Eric Anholtmesa: Fix push/pop of multisample coverage invert.
2012-02-15 Ian Romanickswrast: Only avoid empty _TexEnvPrograms
2012-02-15 Brian Paulst/mesa: fix typo: s/patent/parent/
2012-02-15 Brian Paulst/mesa: remove unused st_equal_formats() function
2012-02-15 Brian Paulst/mesa: use _mesa_format_matches_format_and_type(...
2012-02-15 Brian Paulst/mesa: remove INLINE qualifiers
2012-02-15 Brian Paulst/mesa: simplify st_create_texture_sampler_view()
2012-02-15 Brian Paulst/mesa: remove unused st_get_texture_sampler_view()
2012-02-15 Brian Paulst/mesa: use private pipe_sampler_view in decompress_wi...
2012-02-15 Brian Paulst/mesa: use private pipe_sampler_view in st_render_mip...
2012-02-15 Brian Paulmesa: use z32f_x24s8 struct in format pack/unpack code
2012-02-15 Brian Paulst/mesa: assorted clean-ups in st_cb_fbo.c
2012-02-15 Brian Paulst/mesa: remove st_framebuffer_renderbuffer()
2012-02-15 Brian Paulst/mesa: remove st_get_default_texture()
2012-02-15 Brian Paulmesa: fix _mesa_get_fallback_texture() to handle all...
2012-02-15 Brian Paulst/mesa: improve assertion/check for stencil format
2012-02-15 Brian Paulmesa: add MESA_FORMAT_Z32_FLOAT_X24S8 case in format...
2012-02-15 Brian Paulst/mesa: use _mesa_pack_ubyte_stencil_row() in draw_ste...
2012-02-15 Brian Paulst/mesa: don't set PIPE_BIND_DISPLAY_TARGET for user...
2012-02-15 Brian Paulst/mesa: use u_surface_default_template() helper
2012-02-15 Brian Paulst/mesa: remove redundant memset(surface_template,0)
2012-02-15 Brian Paulst/mesa: remove st_renderbuffer::stride
2012-02-15 Brian Paulst/mesa: remove st_renderbuffer::format
2012-02-15 Brian Paulmesa: fix comment typos in fbobject.c
2012-02-15 Kenneth Graunkei965/fs: Take # of components into account in try_rewri...
2012-02-15 Kenneth Graunkei965/fs: Add a new fs_inst::regs_written function.
2012-02-15 Anuj Phogatmeta: Avoid FBO resizing/reallocating in decompress_tex...
2012-02-14 Paul Berryi915: Fix type of "specoffset" variable.
2012-02-14 Eric Anholti965/fs: Enable register spilling on gen7 too.
2012-02-14 Eric Anholti965: Report the failure message when failing to compil...
2012-02-13 Anuj Phogatmeta: Add pixel store/pack operations in decompress_tex...
next