Merge remote branch 'vdpau/pipe-video' into pipe-video
[mesa.git] / src / mesa /
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-08 Vinson Leemesa: Clean up header file inclusion in cpuinfo.c.
2011-01-08 Eric Anholtintel: Make renderbuffer tiling choice match texture...
2011-01-08 Eric Anholtintel: Use the _BaseFormat from MESA_FORMAT_* in render...
2011-01-08 Eric Anholti915: Drop old checks for the settexoffset hack.
2011-01-08 Eric Anholti915: Don't claim to support AL1616 when neither 830...
2011-01-08 Eric Anholtintel: Add a vtbl hook for determining if a format...
2011-01-08 Eric Anholtintel: expose ARB_framebuffer_object in the i915 driver.
2011-01-07 Eric Anholti965: Avoid double-negation of immediate values in...
2011-01-07 Jian Zhaomesa: fix an error in uniform arrays in row calculating.
2011-01-07 Vinson Leemesa: Directly include mfeatures.h in files that perfor...
2011-01-07 Alex Deucherr600c: fix up SQ setup in blit code for Ontario/NI
2011-01-06 Alex Deucherr600c: add support for NI asics
2011-01-06 Kenneth Graunkei965: Rename various gen6 #defines to match the documen...
2011-01-06 Marek Olšákvbo: remove a redundant call to _ae_invalidate_state
2011-01-06 Marek Olšákst/mesa: remove unused members in st_context
2011-01-06 Marek Olšákst/mesa: optimize constant buffer uploads
2011-01-06 Marek Olšákst/mesa: do sanity checks on states only in debug builds
2011-01-06 Pierre Allegraudmesa: fix build for NetBSD
2011-01-06 Vinson Leemesa: Clean up header file inclusion in version.c.
2011-01-06 Vinson Leemesa: bump version to 7.11
2011-01-06 Vinson Leemesa: Include mtypes.h in files that use gl_context...
2011-01-06 Zou Nan haii965: skip too small size mipmap
2011-01-06 Eric Anholti915: Fix build for previous commit.
2011-01-06 Eric Anholtintel: Always allocate miptrees from level 0, not tObj...
2011-01-06 Eric Anholtintel: Drop unused first/lastlevel args to miptree_crea...
2011-01-06 Vinson Leeswrast: Include mtypes.h in s_triangle.c.
2011-01-06 Vinson Leest/mesa: Include mtypes.h in st_cb_drawpixels.c.
2011-01-06 Eric Anholtintel: Clarify first_level/last_level vs baselevel...
2011-01-05 Eric Anholtmesa: Consider textures incomplete when maxlevel <...
2011-01-05 Eric Anholti915: Enable LOD preclamping on 8xx like on 915/965.
2011-01-05 Eric Anholti915: Implement min/max lod clamping in hardware on...
2011-01-05 Eric Anholtintel: Drop TEXTURE_RECTANGLE check in miptree layout...
2011-01-05 Eric Anholtintel: Clean up redundant setup of firstLevel.
2011-01-05 Eric Anholtintel: Drop a check for GL_TEXTURE_4D_SGIS.
2011-01-05 Vinson Leeswrast: Remove unnecessary headers.
2011-01-05 Eric Anholti965: Simplify the renderbuffer setup code.
2011-01-05 Xiang, Haihaoi965: use BLT to clear buffer if possible on Sandybridge
2011-01-05 Eric Anholti965: Add support for SRGB DXT1 formats.
2011-01-04 Eric Anholtmesa: Fix the baseFormat for GL_COMPRESSED_SLUMINANCE_EXT.
2011-01-04 Eric Anholtintel: Merge our choosetexformat fallbacks into core.
2011-01-04 Eric Anholtmesa: Make _mesa_choose_tex_format() choose formats...
2011-01-04 Marek Olšákmesa: preserve 10 bits of precision in the texstore...
2011-01-04 Marek Olšákst/mesa: advertise GL_ARB_half_float_pixel
2011-01-04 Marek Olšákr300/compiler: disable the rename_regs pass for loops
2011-01-04 Tom Stellardr300/compiler: Fix black terrain in Civ4
2011-01-04 Eric Anholtintel: When validating an FBO's combined depth/stencil...
2011-01-04 Eric Anholtintel: Fix segfaults from trying to use _ColorDrawBuffe...
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Brian Paulst/mesa: skip glDrawPixels/glBitmap-related code for...
2011-01-04 Brian Paulosmesa: pass context to _mesa_update_framebuffer_visual()
2011-01-04 Zhenyu Wangi965: Use last vertex convention for quad provoking...
2011-01-04 Vinson Leemesa: Include mtypes.h in renderbuffer.h.
2011-01-04 Zhenyu Wangi965: Correct comment for gen6 fb write control message...
2011-01-04 Zhenyu Wangi965: Fix provoking vertex select in clip state for...
2011-01-04 Brian Paulmesa: fix AL44 texture fetch function nybble -> float...
2011-01-03 Eric Anholtintel: Use tri clears when we don't know how to blit...
2011-01-03 Eric Anholtmesa: Also report the number of renderbuffer alpha...
2011-01-03 Eric Anholtmesa: Also report renderbuffer red/green size for GL_RE...
2011-01-03 Eric Anholtmesa: Use the common logic for "is this baseformat...
2011-01-03 Eric Anholtmesa: Allow color renderbuffers besides just RGB and...
2011-01-03 Eric Anholtmesa: Update comment about the list of BaseFormats...
2011-01-03 Eric Anholtintel: Handle forced swrast clears before other clear...
2011-01-03 Brian Paulst/mesa: fix renderbuffer pointer check in st_Clear()
2011-01-03 Brian Paulmesa: s/GLuint/gl_buffer_index/
2011-01-03 Brian Paulst/mesa: 80-column wrapping
2011-01-03 Brian Paulst/mesa: 80-column wrapping
2011-01-02 Dave Airlieradeon: fix build on non-KMS systems.
2010-12-31 Henri Verbeetst/mesa: Handle wrapped depth buffers in st_copy_texsub...
2010-12-30 Vinson Leex86: Clean up header file inclusion in mmx.h.
2010-12-30 Vinson Leetnl: Clean up header file inclusion in t_vertex.h.
2010-12-30 Vinson Leevbo: Clean up header file inclusion in vbo.h.
2010-12-30 Vinson Leetnl: Clean up header file inclusion in t_vp_build.h.
2010-12-30 Vinson Leetnl: Clean up header file inclusion in tnl.h.
2010-12-29 Eric Anholti965: Do lowering of array indexing of a vector in...
2010-12-28 Eric Anholti965: Fix regression in FS comparisons on original...
2010-12-28 Eric Anholti965: Factor out the ir comparision to BRW_CONDITIONAL_...
2010-12-28 Zhenyu Wangi965: Fix occlusion query on sandybridge
2010-12-28 Zhenyu WangRevert "i965: upload multisample state for fragment...
2010-12-27 Kenneth Graunkei965: Internally enable GL_NV_blend_square on ES2.
2010-12-27 Xiang, Haihaoi965: don't spawn GS thread for LINELOOP on Sandybridge
2010-12-27 Kenneth Graunkei965: Flatten if-statements beyond depth 16 on pre...
2010-12-27 Kenneth Graunkeglsl: Support if-flattening beyond a given maximum...
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-22 Zhenyu Wangi965: explicit tell header present for fb write on...
2010-12-21 Eric Anholti965: Avoid using float type for raw moves, to work...
2010-12-21 Chris Wilsonintel: Check for unsupported texture when finishing...
2010-12-21 Vinson Leest/mesa: Clean up header file inclusion in st_format.h.
2010-12-21 Vinson Leest/mesa: Clean up header file inclusion in st_draw.h.
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-20 Ben Skeggsnouveau: fix includes for latest libdrm
2010-12-20 Marek Olšákgallium: remove unused 'buf' parameter in pipe_buffer_unmap
2010-12-20 Vinson Leest/mesa: Remove comment cruft from st_context.h.
2010-12-20 Vinson Leest/mesa: Clean up header file inclusion in st_cb_texture.h.
2010-12-20 Vinson Leest/mesa: Clean up header file inclusion in st_cb_readpi...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-18 Vinson Leest/mesa: Clean up header file inclusion in st_cb_program.h.
2010-12-18 Vinson Leest/mesa: Clean up header file inclusion in st_cb_accum.h.
2010-12-18 Vinson Leemesa: Clean up header file inclusion in prog_statevars.h.
next