mesa: include inttypes.h to get uint8_t type
[mesa.git] / src / mesa / drivers /
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 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 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 TURNEYautomake: convert libglsl
2012-07-13 Laurent Carlierautomake: convert libOSmesa
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-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 Kenneth Graunkei965: Add hardware context support.
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 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-04 Eric Anholtintel: Fix a comment typo.
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.
2012-07-02 Kenneth Graunkemeta: Don't alter fragment color clamp in DrawPixels().
2012-06-28 Marek Olšákmesa: rename MaxTransformFeedbackSeparateAttribs to...
2012-06-27 Jordan Justeni965: enable ARB_instanced_arrays extension
2012-06-27 Brian Paulmesa: rename ColorMaterialBitmask to _ColorMaterialBitmask
2012-06-26 Paul Berryi965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE...
2012-06-26 Paul Berryi965/msaa: Implement GL_SAMPLE_ALPHA_TO_{COVERAGE,ONE}.
2012-06-26 Paul Berryi965/msaa: Implement glSampleCoverage.
2012-06-25 Chad Versacei965/fs: Fix conversions float->bool, int->bool
2012-06-25 Paul Berryi965/msaa: Add backend support for centroid interpolation.
2012-06-25 Paul Berryi965/fs: Refactor interpolation code to prepare for...
2012-06-25 Paul Berryi965/msaa: Adapt clip setup for centroid noperspective...
2012-06-22 Paul Berryi965: Compute dFdy() correctly for FBOs.
2012-06-21 Eric Anholtautomake: Convert src/mesa/drivers/x11/Makefile to...
2012-06-21 Eric Anholtautomake: Convert src/mesa/drivers/Makefile to automake.
2012-06-21 Eric Anholtmake: Fold ASM_CFLAGS into DEFINES.
2012-06-20 Paul Berryi965/msaa: Only do multisample rasterization if GL_MULT...
2012-06-20 Paul Berryi965/msaa: Disable unsupported formats.
2012-06-20 Kenneth Graunkei965: Don't set brw_wm_prog_key::iz_lookup on Gen6+.
2012-06-18 Kenneth Graunkei965: Fix brw_swap_cmod() for LE/GE comparisons.
2012-06-15 Paul Berryi965: Add support for ir_unop_f2u to i965 backend.
2012-06-15 Paul Berryi965/blorp: Implement source clipping.
2012-06-14 José Fonsecawindows/gdi: Remove GL_NV_register_combiners and GL_NV_...
2012-06-12 Antoine Labourmeta: Cleanup the resources we allocate.
2012-06-07 Kenneth Graunkei965: Add forgotten bitcast operations in brw_fs_channe...
2012-06-07 Paul Berryi965/blorp: allow all buffer formats provided src and...
2012-06-07 Paul Berryi965/blorp: Implement logic for additional buffer formats.
2012-06-07 Paul Berryi965/blorp: De-virtualize brw_blorp_{mip,surface}_info...
2012-06-07 Paul Berryi965/blorp: Refactor surface format determination.
2012-06-07 Kenneth Graunkei965: Enable the GL_ARB_shader_bit_encode extension.
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexSubImage1...
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexImage1/2...
2012-06-06 Brian Paulmesa: consolidate internal glCopyTexSubImage1/2/3D...
2012-06-06 Brian Paulmesa: consolidate internal glTexSubImage1/2/3D code
2012-06-06 Brian Paulmesa: consolidate internal glTexImage1/2/3D code
2012-06-05 Kenneth Graunkei965/fs: Fix user-defined FS outputs with less than...
2012-06-05 Kenneth Graunkei965/vs: Fix texelFetchOffset() on pre-Gen7.
2012-06-05 Kenneth Graunkei965/fs: Fix texelFetchOffset() on pre-Gen7.
2012-06-05 Kenneth Graunkemeta: Fix GL_RENDERBUFFER binding in decompress_texture...
2012-06-02 Kenneth Graunkei965: Implement texture buffer objects on Gen6.
2012-06-01 Kenneth Graunkeintel: Change vendor string to "Intel Open Source Techn...
2012-05-31 Brian Paulscons: add code to generate the various GL API files
2012-05-30 Oliver McFaddenmesa: don't compile integer clear shaders for unsupport...
2012-05-29 Paul Berryi965/blorp: Implement destination clipping and scissoring
2012-05-29 Kurt Roeckxi830: Fix crash for GL_STENCIL_TEST in i830Enable()
2012-05-25 Paul Berryi965/msaa: Enable 4x MSAA on Gen7.
2012-05-25 Paul Berryi965/msaa: Implement manual blending operation for...
2012-05-25 Paul Berryi965/msaa: Modify blorp code to account for Gen7 MSAA...
2012-05-25 Paul Berryi965/msaa: Validate Gen7 surface state constraints.
2012-05-25 Paul Berryi965/msaa: Properly handle sliced layout for Gen7.
2012-05-25 Paul Berryi965/msaa: Add defines for Gen7.
2012-05-25 Paul Berryi965/blorp: Enable blorp blits on Gen7.
2012-05-25 Paul Berryi965/blorp: Implement proper texel fetch messages for...
2012-05-25 Paul Berryi965/blorp: Use 16 pixel dispatch on Gen7.
2012-05-25 Paul Berryi965/blorp: Allocate space for push constants on Gen7.
2012-05-25 Paul Berryi965/blorp: Set the dynamic state upper bound.
next