mesa: Put extern "C" guards in renderbuffer.h.
[mesa.git] / src / mesa / drivers /
2013-02-06 Marek Olšákmesa: fixup inconsistent naming of RG16 formats
2013-02-05 Eric Anholti965: Disable write masking when setting up texturing m0.
2013-02-04 Tapani Pälliintel: Fix regression in intel_create_image_from_name...
2013-02-04 Eric Anholti965: Fix segfaults from 45a28a927ab7f29ff325b9326d386a...
2013-02-04 Abdiel Janulgueintel: make sure to setup image dimension in image_from...
2013-02-03 Kenneth Graunkei965: Fix the SF Vertex URB Read Length calculation...
2013-02-03 Kenneth Graunkei965: Fix the SF Vertex URB Read Length calculation...
2013-02-03 Kenneth Graunkei965: Compute the maximum SF source attribute.
2013-02-03 Kenneth Graunkei965: Refactor Gen6+ SF attribute override code.
2013-02-03 Kenneth Graunkei965: Remove dead field brw_wm_prog_data::error.
2013-02-03 Kenneth Graunkei965: Remove dead field brw_context::constant_map.
2013-02-02 Vinson Leeswrast: Fix memory leak.
2013-02-01 Abdiel Janulgueintel: implement create image from texture
2013-02-01 Abdiel Janulgueintel: Account for mt->offset in intel_miptree_map
2013-02-01 Abdiel Janulgueintel: Create a miptree using offsets in intel_set_text...
2013-02-01 Abdiel Janulguei965: Account for offsets when updating SURFACE_STATE.
2013-02-01 Abdiel Janulgueintel: add pixel offset calculator for miptree levels
2013-02-01 Abdiel Janulgueintel: Expose intel_miptree_create_internal as intel_mi...
2013-02-01 Abdiel Janulgueintel: expose dimensions and offsets of a miptree level...
2013-01-29 Brian Paulmesa: remove ctx->Driver.Error() hook
2013-01-29 Brian Paulosmesa: use _mesa_generate_mipmap() for mipmap generati...
2013-01-29 Brian Paulxlib: use _mesa_generate_mipmap() for mipmap generation...
2013-01-29 Brian Paulxlib: stop use _mesa_enable_extension(), just set the...
2013-01-29 Brian Paulxlib: fix incorrect GL_ANGLE_texture_compression_dxt...
2013-01-29 Kenneth Graunkei965: Add chipset limits for Haswell GT1/GT2.
2013-01-29 Kenneth Graunkeintel: Un-hardcode lengths from blitter commands.
2013-01-29 Eric Anholtintel: Use a CPU map of the batch on LLC-sharing archit...
2013-01-28 Vinson Leei965: Fix assignment instead of comparison in asserts.
2013-01-28 Paul Berryintel: Typo fix: "pitsh" -> "pitch"
2013-01-25 Matt Turneri965: Enable ARB_shading_language_packing
2013-01-25 Matt Turneri965: Assert that the 4x8 pack/unpack operations have...
2013-01-25 Matt Turneri965: Lower the 4x8 pack/unpack operations
2013-01-25 Eric Anholti965: Pass in the glarray to get_surface_type.
2013-01-25 Eric Anholti965: Remove nonsense comment.
2013-01-25 Eric Anholti965: Remove NDEBUG undef that was snuck in.
2013-01-25 Eric Anholti965: reuse _mesa_sizeof_type for index buffer types.
2013-01-25 Eric Anholti965: Reuse precalculated ib_type_size value.
2013-01-25 Eric Anholti965: Drop debug check for knowing the size of a type.
2013-01-25 Eric Anholti965: Stop worrying about alignment of vertex data.
2013-01-25 Eric Anholti965: Use the glarray _ElementSize that Mesa tracks...
2013-01-25 Ian Romanickglsl: Add ir_variable::is_in_uniform_block predicate
2013-01-25 Ian Romanickglsl: Add GLSL_TYPE_INTERFACE
2013-01-25 Ian Romanickglsl: Replace most default cases in switches on GLSL...
2013-01-25 Eric Anholti965: Correct gen6+ guardband calculation.
2013-01-25 Kenneth Graunkei965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for...
2013-01-25 Chad Versacei965: Bump maximum supported ES2 context version to 3.0
2013-01-25 Paul Berryi965/Gen6+: Enable ARB_ES3_compatibility extension
2013-01-25 Chad Versacei965/fs/gen7: Fix fatal typo in unpackHalf2x16
2013-01-25 Chad Versacei965/fs/gen7: Emit code for GLSL 3.00 pack/unpack opera...
2013-01-25 Chad Versacei965/vs/gen7: Emit code for GLSL ES 3.00 pack/unpack...
2013-01-25 Chad Versacei965: Quote the PRM on a HorzStride subtlety
2013-01-25 Chad Versacei965: Add opcodes for F32TO16 and F16TO32
2013-01-25 Chad Versacei965: Lower the GLSL ES 3.00 pack/unpack operations...
2013-01-25 Chad Versacei965/disasm: Fix horizontal stride of dest registers
2013-01-25 Paul Berryintel: Fix glCopyTexSubImage on buffers whose width...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2013-01-24 Kenneth Graunkei965/vs: Do headerless texturing for texelFetchOffset().
2013-01-24 Paul Berryintel: Fix ReadPixels on buffers whose width >= 32kbytes
2013-01-24 Ian Romanickintel: callocing a 32 byte temp is silly, so don't
2013-01-24 Ian Romanickintel: Enable S3TC extensions always
2013-01-24 Ian Romanickmesa: Use a single flag for the S3TC extensions that...
2013-01-24 Carl Worthi965: Use swizzles to force R, G, and B to 0.0 for...
2013-01-24 Carl Worthi965: Use swizzles to force alpha to 1.0 for RED, RG...
2013-01-24 Carl Worthi965: Examine _BaseFormat when deciding to perform...
2013-01-22 Brian Paulwmesa: include api_exec.h to fix compilation
2013-01-22 Kenneth Graunkei965: Implement the GL_ARB_base_instance extension.
2013-01-22 Eric Anholtmesa: Make the drivers call a non-code-generated dispat...
2013-01-22 Eric Anholtmesa: Remove the dead PrepareExecBegin() driver hook.
2013-01-21 José Fonsecascons: Fix dependencies of generated headers.
2013-01-21 Ian Romanickintel: Don't expose XRGB8888 visuals any more
2013-01-21 Ian Romanicki965: Enable floating-point textures always
2013-01-21 Matt Turnerxmlpool/build: generate options.h via BUILT_SOURCES
2013-01-21 Ian Romanickintel: Enable GL_OES_depth_texture_cube_map
2013-01-18 Eric Anholti965: Add support for GL_ARB_texture_buffer_object_rgb32.
2013-01-18 Eric Anholti965: Add support for MESA_FORMAT_RGB_FLOAT32 surfaces.
2013-01-18 Eric Anholtintel: Make intel_region's pitch be bytes instead of...
2013-01-18 Eric Anholtintel: Make intel_blit.c take pitches in bytes.
2013-01-18 Kenneth Graunkei965/vs: Store texturing results into a vec4 temporary.
2013-01-18 Kenneth Graunkei965/vs: Set LOD to 0 for ordinary texture() calls.
2013-01-18 Kenneth Graunkei965/vs: Create a 'lod_type' temporary for ir->lod_info...
2013-01-18 Kenneth Graunkei965: Lower textureGrad() with samplerCubeShadow on...
2013-01-17 Brian Paulmeta: add 'f' suffix to floats to silence some MSVC...
2013-01-16 Ian Romanickintel: Enable GL_ARB_internalformat_query
2013-01-16 Ian Romanickmesa: Add driver method to determine the possible sampl...
2013-01-16 Vinson Leemeta: Move loop variable declaration outside for loop.
2013-01-15 Anuj Phogatintel: Support blitting to multiple color draw buffers
2013-01-15 Anuj Phogatmeta: Add functionality to do _mesa_meta_BlitFrameBuffe...
2013-01-15 Chad Versaceintel: Expose support for DRI_API_GLES3
2013-01-15 Chad Versacedri: Define enum __DRI_API_GLES3
2013-01-15 Chad Versaceintel: Move validation of context version into intelIni...
2013-01-15 Chad Versaceintel: Set screen's api mask according to hw capabiliti...
2013-01-15 Carl Worthi965: Force even an empty query to flush all previous...
2013-01-15 Carl Worthmeta: Allow meta operations to pause/resume an active...
2013-01-14 Carl Worthi965: Avoid blending with destination alpha when RB...
2013-01-13 Johannes Obermayrxmlpool: Fix out-of-tree builds.
2013-01-13 Adam Jacksonr200: Fix probable thinko in r200EmitArrays
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-12 Kenneth Graunkei965: Move program_id to intel_screen instead of brw_co...
2013-01-12 Kenneth Graunkei965: Fix build error with clang.
2013-01-12 Kenneth Graunkei965/fs: Don't mix integer/float immediates in i2b...
next