r300g: fix the rasterization of secondary color
[mesa.git] / src / gallium /
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
2010-01-13 Marek Olšákr300g: update the texture initialization so that it...
2010-01-13 Marek Olšákr300g: add emission of texture tiling bits
2010-01-13 Marek Olšákr300g: add is_r400 flag
2010-01-13 Marek Olšákr300g: silence a warning
2010-01-13 Marek Olšákr300g: only emit scissor when needed
2010-01-13 Marek OlšákRevert "r300g: Placate kernel checker by explicitly...
2010-01-13 Marek Olšákr300g: mark all states as dirty after flush
2010-01-12 Michal Krolgallium: draw_arrays/elements_instanced() are of type...
2010-01-12 Marcin Slusarznv50: fix 2 off by one memory leaks (nv50_miptree_level...
2010-01-12 Marcin Slusarznv50: fix memory leak on nv50_pc free
2010-01-12 José Fonsecagallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for...
2010-01-12 José Fonsecagallium: Simplify PIPE_ALIGN_VAR.
2010-01-12 José Fonsecagallium: Generalize the alignment macros to other compi...
2010-01-12 Corbin Simpsonr300g: Always emit scissors.
2010-01-12 Chia-I Wust/egl_g3d: Get the stapi from the driver.
2010-01-12 Chia-I Wuegl: Add _EGLDriver as the first argument to GetProcAdd...
2010-01-12 Chia-I Wust/egl_g3d: Improve comments to the native display...
2010-01-12 Corbin Simpsonr300g: Add back dirty state check.
2010-01-12 Corbin Simpsonr300g: Placate kernel checker by explicitly disabling...
2010-01-12 Corbin Simpsonr300g: Avoid segfault on binding null RS state.
2010-01-12 Brian PaulRevert "util: Build u_bitmask.o when using make."
2010-01-12 Chia-I Wuwinsys/drm: Use egl_g3d to build EGL drivers.
2010-01-12 Chia-I Wust/egl_g3d: Add support for KMS native display.
2010-01-12 Chia-I Wust/egl_g3d: Add support for EGL_MESA_screen_surface.
2010-01-12 Chia-I Wust/egl_g3d: Update the native display interface for...
2010-01-12 Chia-I Wust/egl_g3d: New EGL state tracker that uses Gallium.
2010-01-12 Chia-I Wuwinsys/drm: Add name field to drm_api.
2010-01-12 Chia-I Wust/mesa: Remove st_api.c.
2010-01-12 Chia-I Wust/vega: Make it compatible with st_public.h.
2010-01-12 Chia-I Wust/vega: Advertise OpenVG support.
2010-01-11 Zack Rusinst/xorg: move exaMoveInPixmap before trying to fetch it
2010-01-11 Zack Rusinst/xorg: fix a rare video crash
2010-01-11 Jesse BarnesMerge branch 'master' of ssh://people.freedesktop.org...
2010-01-11 Roland Scheideggergallium: remove const qualifier from pipe_buffer argume...
2010-01-11 Chia-I Wust/xlib: Mark GLX functions as public.
2010-01-11 Chia-I Wust: Mark functions in st_public.h and vg_tracker.h...
2010-01-11 Chia-I Wugallium: Add PUBLIC macro for function visibility.
2010-01-11 José Fonsecapython: Integrate with llvmpipe if possible.
2010-01-11 José Fonsecapython: Mask out PIPE_TEXTURE_USAGE_DISPLAY_TARGET...
2010-01-11 José Fonsecapython: Prefer PIPE_FORMAT_Z32_UNORM.
next