r100/r200: fix Y coord flipping in accelerated blits
[mesa.git] / src / gallium /
2010-01-19 Alan CoopersmithSun compilers now support some gcc __attribute__ values
2010-01-19 Brian Paulsoftpipe: remove redundant assignments
2010-01-19 Corbin Simpsondocs: Clarify PIPE_TEXTURE_USAGE_DYNAMIC.
2010-01-19 Corbin Simpsondocs: Use proper XOR symbol.
2010-01-19 Corbin Simpsondocs: Spacing in TGSI formulae.
2010-01-19 Corbin Simpsondocs: Grammar and refs in Rasterizer.
2010-01-19 Corbin Simpsondocs: Cleanup Rasterizer a bit.
2010-01-19 Corbin Simpsondocs: Fix terms and refs.
2010-01-18 Corbin Simpsondocs: Slowly keep fleshing out more info.
2010-01-18 Corbin Simpsondocs: PIPE_TEXTURE_USAGE info.
2010-01-18 Christoph Bumillernv50: fix constant vtxattr methods
2010-01-18 Christoph Bumillernv50: make instanced drawing work with edge flags
2010-01-18 Christoph Bumillernv50: cannot exit shaders on a control flow instruction
2010-01-18 Marcin Slusarznv50: fix nv50_program->immd memory leak
2010-01-18 Michal Kroltgsi: Fix behaviour of dimension index.
2010-01-18 Michal Kroltgsi: Allow TEMPORARY registers as indirect address...
2010-01-18 Michal Kroltgsi: Add ureg_DECL_immediate_block_uint().
2010-01-18 Corbin Simpsonradeong: Don't allocate HW BOs for constantbufs.
2010-01-18 Marek Olšákr300g: fix polygon offset
2010-01-18 Marek Olšákr300g: fix vertex data swizzle
2010-01-18 Marek Olšákr300g: do not align compressed textures to a tile size
2010-01-18 Chia-I Wust/egl_g3d: Clean up for x11_drawable_get_depth.
2010-01-18 Corbin Simpsondri: Add an MSAA-enabled factor to DRI configs.
2010-01-18 Corbin Simpsondri: Properly calculate number of modes for MSAA.
2010-01-18 Corbin Simpsonradeong: Check DRM version, and report stats.
2010-01-18 Corbin Simpsonradeong: Use vram_size instead of vram_visible.
2010-01-18 Chia-I Wust/egl_g3d: Add support for eglCopyBuffers.
2010-01-18 Chia-I Wust/egl_g3d: Add is_pixmap_supported to native display...
2010-01-18 Chia-I Wust/egl_g3d: Update validate to use an attachment mask.
2010-01-18 Chia-I Wust/vega: Fix window resizing with egl_g3d.
2010-01-18 Chia-I Wust/vega: Call screen->update_buffer instead of winsys...
2010-01-18 Chia-I Wutgsi: Add missing semantic name in text parser.
2010-01-18 Jakob Bornecrantzcso: Add set_vertex_samplers function
2010-01-18 Jakob Bornecrantzsoftpipe: Fix leak in vbuf draw module
2010-01-17 Christoph Bumillernv50: implement instanced drawing
2010-01-17 Jakob Bornecrantzsoftpipe: Move st/python's malloc winsys to softpipe
2010-01-17 Jakob Bornecrantzst/xlib: Make glXGetProcAddressARB visible
2010-01-17 Jakob Bornecrantzgallium: Support swig "compiler" in p_compiler.h
2010-01-17 Jakob Bornecrantzi965g: Link against drm_intel instead of drm_radeon
2010-01-17 Corbin Simpsonr300g: Check for bogus texture targets.
2010-01-17 Marek Olšákr300g: fix the rasterization of secondary color
2010-01-17 Marek Olšákr300g: fix vertex colors with 8 bits per channel
2010-01-17 Marek Olšákr300g: simplify is_format_supported
2010-01-17 Marek Olšákr300g: output texture debug messages if only RADEON_DEB...
2010-01-17 Marek Olšákr300g: move debug flags into r300_screen
2010-01-17 Marek Olšákr300g: disable the MIP filter for NPOT textures
2010-01-17 Marek Olšákr300g: fix the CS size when emitting invariant state
2010-01-17 Corbin Simpsonr300g: Stop using indices.
2010-01-17 Corbin Simpsonr300g: Respect fill modes in indices fallback.
2010-01-16 Keith Whitwellutil: add generic ringbuffer utitilty
2010-01-16 Chia-I Wugallium: Fix uninitialized instance divisor and index.
2010-01-16 Christoph Bumillernv50: fix tile flags for scanout tex usage
2010-01-16 Christoph Bumillernv50: handle all and more system values
2010-01-16 Christoph Bumillernv50: hook up geometry programs
2010-01-16 Christoph Bumillernv50: support for geometry programs in nv50_program
2010-01-16 Christoph Bumillernv50: get access to primitive input space
2010-01-16 Jakob Bornecrantzdraw: Fix memory leak in gs code
2010-01-16 Dave Airliei965g: make xorg state tracker build i965g_drv.so
2010-01-15 Patrice Mandinnouveau: nv30: Remove useless variables fs, txp. Also...
2010-01-15 Michal Krolutil: Handle FORMAT_Z32_FLOAT in util_pack_z().
2010-01-15 Michal Krolutil: Handle the remaining formats in pipe_put_tile_rgba().
2010-01-15 Michal Krolutil: Fix encoding for R8G8B8A8_UNORM formats and friends.
2010-01-15 Michal Kroltgsi: Add ureg_property_gs_input_prim().
2010-01-15 Michal Kroltgsi: Add ureg_src_dimension().
2010-01-15 Michal Krolregress: Add .gitgnore for *.png files.
2010-01-15 Michal Kroldraw: Add missing header include.
2010-01-15 Roland Scheideggergallium: document set_constant_buffer
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-15 Roland Scheideggergallium: remove set_edgeflags from docs
2010-01-15 Michal Kroltgsi: Fix sanity checks for indirect registers.
2010-01-15 Chia-I Wust/egl_g3d: Avoid validation upon buffer swap or flush...
2010-01-15 Chia-I Wust/egl_g3d: Hook to update_buffer of the pipe screen.
2010-01-15 Chia-I Wust/egl_g3d: Always override flush_frontbuffer.
2010-01-15 Luca Barbieridraw: Add GALLIUM_DUMP_VS environment variable.
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-14 Michal Krolgallium: Document drawing commands.
2010-01-14 Michal KrolMerge branch 'instanced-arrays'
2010-01-14 Corbin Simpsonr300g: Cleanup from last few commits.
2010-01-14 Łukasz Krotowskir300g: Really destroy translated buffer at the end.
2010-01-14 Brian Paulgallium/util: silence warning about array initializers
2010-01-14 Chia-I Wuegl_g3d: Check if the creation of pipe or st context...
2010-01-14 Chia-I Wust/egl_g3d: Use a sequence number to decide if validati...
2010-01-14 Corbin Simpsongallium/docs: Random things sitting around in my stash.
2010-01-14 Corbin Simpsonr300g: Use indices to translate index buffers of ubytes.
2010-01-14 Corbin Simpsonradeong: Change DRI driver name to radeong.
2010-01-14 Corbin Simpsonr300g: Disable immediate mode rendering for now.
2010-01-14 Brian Paulgallium/draw: s/clipper/clip_stage/ to be consistant...
2010-01-14 Brian Paulgallium/draw: whitespace and comments
2010-01-14 Brian Paulgallium/draw: remove always-true conditional
2010-01-14 Brian Paulgallium: remove forward struct decl
2010-01-13 Thomas Hellstromst/dri: Make sure we always request a fake front.
2010-01-13 José Fonsecasvga: Fix compile_vs error code.
2010-01-13 Michal Krolsvga: Fix call to translate::run().
2010-01-13 Corbin Simpsonr300g: Account for CS space used per atom.
2010-01-13 Corbin Simpsonr300g: Two dirty state optimizations.
2010-01-13 Corbin Simpsonr300g: DCE in emit.
2010-01-13 Corbin Simpsonr300g: Lower the immd mode threshold.
2010-01-13 Corbin Simpsonr300g: Fix is_r400 status for rs4xx and rc4xx.
2010-01-13 Corbin Simpsonr300g: Switch to immediate mode for tiny renders.
2010-01-13 Marek Olšákr300g: emit blend LTE/GTE thresholds on >=RV350
next