wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_buffer
[mesa.git] / src / mesa /
2012-07-19 Paul Berryi965: Avoid unnecessary recompiles for shaders that...
2012-07-19 Paul Berrymesa: Set UsesDFdy appropriately for assembly programs.
2012-07-19 Paul Berrymesa: Add UsesDFdy to struct gl_fragment_program.
2012-07-19 Kenneth Graunkedrirc: Add disable_blend_func_extended workaround for...
2012-07-19 Kenneth Graunkei965: Add a driconf option to disable GL_ARB_blend_func...
2012-07-18 Brian Paulmesa: remove stale comment
2012-07-18 Brian Paulmesa: use gl_program cast wrappers
2012-07-18 Brian Paulmesa: add some gl_program cast wrappers
2012-07-18 Eric Anholti965/fs: Make register spill/unspill only do the regs...
2012-07-18 Eric Anholti965/fs.h: Refactor tests for instructions modifying...
2012-07-18 Eric Anholti965/fs: Replace usage is_tex() with regs_written(...
2012-07-18 Eric Anholti965/fs: Rename virtual_grf_next to virtual_grf_count.
2012-07-18 Eric Anholti965/fs: Move a block out of a loop in live variables...
2012-07-18 Anuj Phogati965/msaa: Disable alpha-to-{coverage, one} when drawbu...
2012-07-17 Paul Berrymsaa: Generate proper error for operations prohibited...
2012-07-17 Eric Anholtintel: Add a comment explaining why we early return...
2012-07-17 Eric Anholtintel: Drop other checks for old loader version.
2012-07-17 Eric Anholtintel: Replace the non-getBuffersWithFormat compat...
2012-07-17 Eric Anholtintel: Remove dead intel_framebuffer_has_hiz().
2012-07-17 Eric Anholtintel: Convert to using private depth/stencil buffers...
2012-07-17 Eric Anholtintel: Add a function for creating a private window...
2012-07-16 Brian Paulmesa: include inttypes.h to get uint8_t type
2012-07-16 Jon TURNEYFix building mesa with assembly enabled since a112ca5d
2012-07-16 Chad Versaceintel: Fix build broken by ETC1 patch
2012-07-16 Chad Versaceintel: Enable GL_OES_compressed_ETC1_RGB8_texture
2012-07-16 Chad Versacemesa: Add function for decoding ETC1 textures
2012-07-16 Chad Versacegallium/util, mesa: Refactor etc1 unpack function
2012-07-16 Kristian Høgsberggbm: Add new gbm_bo_import entry point
2012-07-16 Kristian Høgsbergintel: Don't call _mesa_get_format_bytes for MESA_FORMA...
2012-07-13 José Fonsecamesa/st: Generates TGSI that always recognizes INSTANCE...
2012-07-13 Jon TURNEYDon't explicitly link libOsmesa with libmesa's dependen...
2012-07-13 Jon TURNEYautomake: convert libglapi
2012-07-13 Jon TURNEYautomake: convert libmesa and libmesagallium
2012-07-13 Jon TURNEYRename sparc/clip.S -> sparc/sparc_clip.S
2012-07-13 Jon TURNEYautomake: convert libglsl
2012-07-13 Laurent Carlierautomake: convert libOSmesa
2012-07-12 Marek Olšákmesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatib...
2012-07-12 Kenneth Graunkei965: Move loop over texture units into brw_populate_sa...
2012-07-12 Kenneth Graunkei965: Always emit alpha when nr_color_buffers == 0.
2012-07-12 Kenneth Graunkei965: Use the blitter in intel_bufferobj_subdata for...
2012-07-12 Kenneth Graunkei965: Delete previous workaround for textureGrad with...
2012-07-12 Kenneth Graunkei965: Add a lowering pass to convert TXD to TXL by...
2012-07-12 Marek Olšákst/mesa: expose new transform feedback extensions
2012-07-12 Marek Olšákmesa: add ARB_transform_feedback_instanced extension...
2012-07-12 Marek Olšákmesa: implement new DrawTransformFeedback functions
2012-07-12 Marek Olšákmesa: implement display list support for new DrawTransf...
2012-07-12 Marek Olšákmesa: implement display list support for indexed query...
2012-07-12 Marek Olšákmesa: implement indexed query functions from ARB_transf...
2012-07-12 Marek Olšákmesa: implement glGet queries and error handling for...
2012-07-12 Marek Olšákglsl: implement ARB_transform_feedback3 in the linker
2012-07-12 Marek Olšákst/mesa: implement accelerated stencil blitting using...
2012-07-12 Marek Olšákst/mesa: set colormask to zero when blitting depth
2012-07-12 Marek Olšákgallium/u_blit: drop not-very-useful wrapper around...
2012-07-12 Marek Olšákgallium: add util_format_stencil_only helper function
2012-07-12 Marek Olšákmesa: remove assertions that do not allow compressed...
2012-07-11 Paul Berryi965/msaa: Enable CMS layout on Gen7 for the formats...
2012-07-11 Paul Berryi965/msaa: Add CMS support to blorp.
2012-07-11 Paul Berryi965/msaa: Add CMS-related sampler messages to brw_defi...
2012-07-11 Paul Berryi965/msaa: Set SURFACE_STATE properly when CMS MSAA...
2012-07-11 Paul Berryi965/msaa: Add CMS MSAA settings to brw_structs.h.
2012-07-11 Paul Berryi965/msaa: Allocate MCS buffer when CMS MSAA is in...
2012-07-11 Paul Berryi965/msaa: Add an enum to describe MSAA layout.
2012-07-11 Paul Berryi965/msaa: Move {rt,tex}_interleaved into blorp program...
2012-07-11 Kristian Høgsbergintel: Implement __DRIimage::createSubImage and bump...
2012-07-11 Kristian Høgsbergintel: Add offset field to miptree
2012-07-11 Kristian Høgsbergintel: Add support for new __DRIimage formats
2012-07-11 Eric Anholti965: Revert the VBOs-in-system-memory hack.
2012-07-11 Ian Romanickdri2: Hard-code the DRI2 version
2012-07-10 Chad Versacemesa: Remove unneeded extern qualifiers
2012-07-10 Kenneth Graunkei965: Add hardware context support.
2012-07-10 Ian Romanickmesa/test: Update name of GL_TIME_ELAPSED
2012-07-10 Marek Olšákst/mesa: implement ARB_timer_query
2012-07-10 Marek Olšákmesa: implement glGet(GL_TIMESTAMP) v2
2012-07-10 Marek Olšákmesa: add ARB_timer_query to the extension list
2012-07-10 Marek Olšákmesa: add QueryCounter display list support
2012-07-10 Marek Olšákmesa: implement TIMESTAMP query and glQueryCounter
2012-07-06 Eric Anholti965/fs: Invalidate live intervals after copy propagation.
2012-07-06 Eric Anholti965/fs: Invalidate live intervals in passes that remov...
2012-07-06 Eric Anholti965/vs: Move the other two src_reg/dst_reg constructor...
2012-07-06 Eric Anholti965/vs: Move class functions to brw_vec4.cpp.
2012-07-06 Eric Anholti965/fs: Move class functions from the header to .cpp...
2012-07-05 Marek Olšákst/mesa: only expose ARB_shader_bit_encoding with GLSL 1.3
2012-07-05 Kristian Høgsbergintel: Share common __DRIimage allocation code
2012-07-05 Kristian Høgsbergintel: Just look up image->internal_format using _mesa_...
2012-07-05 Kristian Høgsbergintel: Remove unused __DRIimage::data_type field
2012-07-05 Brian PaulRevert "mesa: #define fprintf to be __mingw_fprintf...
2012-07-05 Brian Paulmesa: use the PRIx64 macro for printing 64-bit hexadeci...
2012-07-04 Eric Anholtintel: Fix a comment typo.
2012-07-04 Gwenole Beauchesnemesa: add GL_EXT_texture_rg extension for OpenGL ES...
2012-07-04 Olivier Galibertmesa/st: gl_ClipDistance must be interpolated in 3d...
2012-07-03 Marek OlšákRevert "mesa: add GL_EXT_texture_rg extension for OpenG...
2012-07-03 Gwenole Beauchesnemesa: add GL_EXT_texture_rg extension for OpenGL ES...
2012-07-03 Eric Anholti965/fs: Allow copy propagation on uniforms.
2012-07-03 Eric Anholti965/fs: Allow copy propagation with source modifiers.
2012-07-03 Eric Anholti965/fs: Move copy propagation test out to a separate...
2012-07-02 Paul Berrymsaa: Make meta-ops save and restore state of GL_MULTIS...
2012-07-02 Paul Berryi965/msaa: Fix centroid interpolation of unlit pixels.
2012-07-02 Paul Berryi965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragmen...
2012-07-02 Jordan Justeni965: fix transform feedback with primitive restart
2012-07-02 Kenneth Graunkei965: Re-enable rendering to SNORM formats.
next