i965g: fix warnings
[mesa.git] / src /
2011-01-09 Dave Airliei965g: fix warnings
2011-01-09 Dave Airliei965g: update intel_decode from upstream.
2011-01-09 Dave Airliei965g: update disassembler code from classic.
2011-01-09 Dave Airliei965g: update brw_defines.h from classic driver
2011-01-09 Dave Airliei965g: update brw_structs.h from classic driver.
2011-01-09 Dave Airliei965g: update to similiar gen stuff as i965
2011-01-09 Marek Olšákr300g: fix crash when flushing ZMASK
2011-01-08 Marcin Slusarztargets/egl: add libnvc0.a to nouveau libs
2011-01-08 Christoph Bumillernvfx,nv50: pipe_reference the constant buffers
2011-01-08 Christoph Bumillernvc0: fix primitive restart in immediate mode
2011-01-08 Vinson Leemesa: Clean up header file inclusion in cpuinfo.c.
2011-01-08 Marek Olšákr300g: fix a surface leak when flushing ZMASK
2011-01-08 Marek Olšákr300g: rework command submission and resource space...
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-08 Christoph Bumillernvc0: fix reloc domain conflict on buffer migration
2011-01-08 Christoph Bumillernvc0: upload user buffers only from draw info min to...
2011-01-08 Christoph Bumillernvc0: fix emission of first 3 u8 indices to RING_NI
2011-01-08 Christoph Bumillernvc0: reset mt transfer address after read loop over...
2011-01-08 Christoph Bumillernvc0: tie buffer memory release to the buffer fence
2011-01-08 Łukasz Krotowskir300g: Remove invalid assertion.
2011-01-07 Eric Anholti965: Avoid double-negation of immediate values in...
2011-01-07 Henri Verbeetr600g: Also set const_offset if the buffer is not a...
2011-01-07 Henri Verbeetr600g: Update some comments for Evergreen.
2011-01-07 Henri Verbeetr600g: Split ALU clauses based on used constant cache...
2011-01-07 Henri Verbeetr600g: Consistently use the copy of the alu instruction...
2011-01-07 Henri Verbeetr600g: Store kcache settings as an array.
2011-01-07 Marek Olšákr300g: derive user buffer sizes at draw time
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-07 Dave Airlier600g: allow constant buffers to be user buffers.
2011-01-06 Alex Deucherr600c: add support for NI asics
2011-01-06 Alex Deucherr600g: add support for NI (Northern Islands) GPUs
2011-01-06 Kenneth Graunkei965: Rename various gen6 #defines to match the documen...
2011-01-06 Jakob Bornecrantzsvga: Ensure that the wrong vdecls don't get used in...
2011-01-06 Ian Romanickglsl: Refresh autogenerated lexer and parser files.
2011-01-06 Ian Romanickglsl: Support the 'invariant(all)' pragma
2011-01-06 Ian Romanickglsl: Allow less restrictive uses of sampler array...
2011-01-06 Marek Olšákr300g: fix corruption when nr_cbufs==0 and multiwrites...
2011-01-06 Marek Olšákr300g: remove the buffer range checking
2011-01-06 Marek Olšákr300g: skip buffer validation of upload buffers when...
2011-01-06 Marek Olšákutil: add comments to u_upload_mgr and u_inlines
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šáktgsi: remove redundant name tables from tgsi_text,...
2011-01-06 Marek Olšákgallium: drivers should reference vertex buffers
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 Marek Olšáku_upload_mgr: new features
2011-01-06 Marek Olšáku_upload_mgr: keep the upload buffer mapped until it...
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 Leenvc0: Fix typo of nvc0_mm.c in SConscript.
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 Michel Dänzerst/xorg: Flesh out colour map support and support depth 8.
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-05 Vinson Leeglcpp: Add test for recursive #define.
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 Vinson Leeglcpp: Add division by zero test cases.
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 Alex Deucherr600g: support up to 64 shader constants
2011-01-04 Tom Stellardr300/compiler: Fix black terrain in Civ4
2011-01-04 Chad Versaceglsl: Check that integer vertex outputs are qualified...
2011-01-04 Chad Versaceglsl: Allow redeclaration of gl_Color and its variants...
2011-01-04 Chad Versaceglsl: Comment ast_type_qualifier.flags
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 Christoph Bumillernvc0: fix index size method value for u8 indices
2011-01-04 Christoph Bumillernvc0: set the correct FP header bit for multiple colour...
2011-01-04 Christoph Bumillernvc0: delete memory caches and fence on screen destruction
2011-01-04 Christoph Bumillernvc0: use mov instead of ld for scalar const loads
2011-01-04 Christoph Bumillernvc0: fix resource unmap after vertex push
next