gallivm: fix copy&paste bug
[mesa.git] / src /
2010-09-25 Roland Scheideggergallivm: fix copy&paste bug
2010-09-25 Dave Airlier600g: add eg poly mode code.
2010-09-25 Dave Airliemesa/mipmap: fix warning since 1acadebd6270d3604b026842...
2010-09-25 Vinson Leer600g: Silence 'control reaches end of non-void functio...
2010-09-25 Vinson Leer600g: Remove unused variable.
2010-09-25 Vinson Leer600g: Disable unused variables.
2010-09-25 Vinson Leer600g: Remove unused variable.
2010-09-25 Vinson Leeintel: Remove unnecessary headers.
2010-09-25 Vinson Leeunichrome: Remove unnecessary header.
2010-09-25 Vinson Leer600g: Remove unnecessary header.
2010-09-25 Vinson Leemesa: Remove unnecessary headers.
2010-09-25 Vinson Leeintel: Fix implicit declaration of function '_mesa_meta...
2010-09-25 Vinson Leer300g: Silence uninitialized variable warning.
2010-09-25 Eric Anholtmesa: Fix type typo in glGenerateMipmap handling of...
2010-09-25 Eric Anholtintel: Improve some of the miptree debugging.
2010-09-25 Eric Anholtintel: More reverting of the sw fallback for depth...
2010-09-25 Eric Anholtintel: Add fallback debug to glGenerateMipmap.
2010-09-25 Eric Anholtintel: Fix segfault on INTEL_DEBUG=fbo with unsupported...
2010-09-24 Marek Olšákutil: fix util_pack_color for B4G4R4A4
2010-09-24 Eric Anholti965: Add support for rendering to SARGB8 FBOs.
2010-09-24 Eric Anholtintel: Corresponding FinishRenderTexture debug to Begin...
2010-09-24 Jerome Glisser600g: bring over fix from old path to new path
2010-09-24 Jerome Glisser600g: fix evergreen new path
2010-09-24 Jerome Glisser600g: fix reg definition
2010-09-24 Jerome Glisser600g: fix evergreen new path
2010-09-24 Jerome Glisser600g: fixup some evergreen register definitions
2010-09-24 Ian Romanickegl: Fix several 'comparison between signed and unsigne...
2010-09-24 Ian Romanickegl_glx: Silence piles of 'unused variable' warnings
2010-09-24 Eric Anholtintel: Dead comment removal.
2010-09-24 Alex Deucherr600c: fix mipmap stride on evergreen
2010-09-24 Ian RomanickEGL DRI2: Silence 'missing initializer' warnings
2010-09-24 Ian RomanickEGL DRI2: Silence piles of 'unused variable' warnings
2010-09-24 Brian Paulllvmpipe: make texture border_color dynamic state
2010-09-24 Brian Paulllvmpipe: make min/max lod and lod bias dynamic state
2010-09-24 Jerome Glisser600g: fix compilation after change to evergreend.h
2010-09-24 Jerome Glisser600g: evergreen fix for new design
2010-09-24 Jerome Glisser600g: move use_mem_constants flags for new designs...
2010-09-24 Jerome Glisser600g: fix typo in evergreen define (resource are in...
2010-09-24 Brian Paulst/mesa: use the wrapped renderbuffer in CopyPixels()
2010-09-24 Brian Paulst/mesa: add missing MESA_FORMAT_S8 case in st_mesa_for...
2010-09-24 Brian Paulmesa: fix assertions to handle srgb formats
2010-09-24 Luca Barbierid3d1x: CRLF -> LF in progs
2010-09-24 Luca Barbierid3d1x: stop using GLX in demos, just use the default...
2010-09-24 Luca Barbierid3d1x: assert if X visual is not among enumerated visuals
2010-09-24 Luca Barbierid3d1x: don't crash on drivers not supporting vertex...
2010-09-24 Luca Barbierinvfx: add RGB framebuffer format support in addition...
2010-09-24 Luca Barbierinvfx: allow setting NULL constant buffers
2010-09-24 Andre Maasikasr600g: break alu clause earlier
2010-09-24 Luca Barbierid3d1x: fix linking of dxbc2tgsi
2010-09-24 Luca Barbierid3d1x: draw to the correct buffer
2010-09-24 Luca Barbierid3d1x: fix CheckMultisampleQualityLevels
2010-09-24 Luca Barbierid3d1x: don't assert on unsupported resource types
2010-09-24 Luca Barbierid3d1x: add untested support for geometry shader translation
2010-09-24 Luca Barbierid3d1x: add shader dumping
2010-09-24 Dave Airlier600g: fix polygon mode
2010-09-24 Dave Airlier600g: fixup sprite coord enable.
2010-09-24 Dave Airlier600g: fix typo in r700 alu emit
2010-09-24 Dave Airlier600g: fixup VP->FP output->input routing.
2010-09-24 Dave Airlier600g: fixup tex wrapping.
2010-09-24 Dave Airlier600g: drop index_offset parameter to index buffer...
2010-09-24 Dave Airlier600g: fix draw-elements and draw-elements-base-vertex
2010-09-24 Dave Airlier600g: some more vertex formats
2010-09-24 Dave Airlier600g: add some more vertex format support.
2010-09-24 Dave Airlier600g: add vert support for 16/16 and 16/16/16 floats.
2010-09-24 Marek Olšákr300g: fix the border color for every format other...
2010-09-24 Marek Olšákr300g: fix a copy-paste typo for logging
2010-09-24 Marek Olšákr300g: make accessing map_list and buffer_handles threa...
2010-09-24 Marek Olšákr300g: fixup long-lived BO maps being incorrectly unmap...
2010-09-24 Marek Olšákutil: make calling remove_from_list multiple times...
2010-09-23 Eric Anholti915: Remove a dead if (0) block.
2010-09-23 Eric Anholtintel: Remove dead intelIsTextureResident().
2010-09-23 Eric Anholtunichrome: Mostly revert my convolution removal changes.
2010-09-23 Eric Anholtradeon: Remove copied minimum pitch alignment code.
2010-09-23 Eric Anholtintel: Replace my intel_texture_bitmap code with _mesa_...
2010-09-23 Eric Anholtintel: Remove unnecessary minimum pitch alignment to...
2010-09-23 Tom Stellardr300g: Always try to build libr300compiler.a
2010-09-23 Eric Anholtintel: Remove disabled stencil drawpixels acceleration.
2010-09-23 Dave Airlier300g: fix point sprite coord.
2010-09-23 Jerome Glisser600g: initial evergreen support in new path
2010-09-23 Tilman Sauerbeckr600g: Destroy the blitter.
2010-09-23 Eric Anholtmesa: Remove EXT_convolution.
2010-09-23 Eric Anholtmesa: Remove SGI_color_matrix.
2010-09-23 Eric Anholtmesa: Remove SGI_color_table.
2010-09-23 Eric Anholtmesa: Remove EXT_histogram.
2010-09-23 Eric Anholtmesa: Remove the non-required ARB_imaging extension.
2010-09-23 Luca Barbierid3d1x: obliterate IDL parameter names from d3d10.idl...
2010-09-23 Luca Barbierid3d1x: add autogenerated files as prerequisites, so...
2010-09-23 Luca Barbierid3d1x: fix build without system EGL/egl.h
2010-09-23 Luca Barbierid3d1x: add missing guid.cpp
2010-09-23 Luca Barbierid3d1x: flush properly
2010-09-23 Luca Barbierid3d1x: remove another include specstrings.h
2010-09-23 Luca Barbierid3d1x: flush the pipe context when presenting
2010-09-23 Luca Barbierid3d1x: remove specstrings.h include
2010-09-23 Luca Barbierid3d11: obliterate IDL parameter names
2010-09-23 Luca Barbierid3d1x: rename parameters in dxgi
2010-09-23 Luca Barbierid3d1x: rename params in misc and objects
2010-09-23 Luca Barbierid3d11: rename screen params
2010-09-23 Luca Barbierid3d1x: rename context params
2010-09-23 Luca Barbierid3d1x: minifix
2010-09-23 Luca Barbierid3d1x: remove specstrings
next