mesa.git
2010-12-09 Christoph Bumillernvc0: call grobj_alloc for all used classes
2010-12-09 Christoph Bumillernvc0: write texture address to TIC with a RELOC
2010-12-09 Christoph Bumillernvc0: use tile flags in a way compatible with nouveau
2010-12-09 Christoph Bumillernvc0: buffer suballocation with a primitive slab allocator
2010-12-09 Christoph Bumillernvc0: generate shader header for geometry programs
2010-12-09 Christoph Bumillernvc0: fix immediate arg for SHL/SHR
2010-12-09 Christoph Bumillernvc0: index buffers are back
2010-12-09 Christoph Bumillernvc0: upload constants with m2mf for the time being
2010-12-09 Christoph Bumillernvc0: support primitive restart
2010-12-09 Christoph Bumillernvc0: rcp f32 also supports neg and abs modifiers
2010-11-12 Christoph Bumillernvc0: import nvc0 gallium driver
2010-11-12 Marek Olšáksvga: fill out CAPs for indirect addressing
2010-11-12 Marek Olšákr600g: fill out CAPs for indirect addressing
2010-11-12 Marek Olšákr300g: fill out CAPs for indirect addressing
2010-11-12 Marek Olšáknvfx: fill out CAPs for indirect addressing
2010-11-12 Marek Olšáknv50: fill out CAPs for indirect addressing
2010-11-12 Marek Olšáki965g: fill out CAPs for indirect addressing
2010-11-12 Marek Olšáki915g: fill out CAPs for indirect addressing
2010-11-12 Marek Olšáktgsi: fill out CAPs for indirect addressing
2010-11-12 Marek Olšákgallium: add CAPs for indirect addressing and lower...
2010-11-11 Brian Paultdfx: s/Format/_BaseFormat/
2010-11-11 Eric Anholtglsl: Free the loop state context when we free the...
2010-11-11 Brian Paulmesa: fix glDeleteBuffers() regression
2010-11-11 Brian Paulmesa: make glIsBuffer() return false for never bound...
2010-11-11 Aras Pranckeviciusglsl: fix crash in loop analysis when some controls...
2010-11-11 Keith Whitwellr600g: enforce minimum stride on render target texture...
2010-11-11 Keith Whitwellr600g: do not try to use staging resource for depth...
2010-11-11 Brian Paulmesa: handle more pixel types in mipmap generation...
2010-11-11 Brian Paulmesa: add missing formats in _mesa_format_to_type_and_c...
2010-11-11 Brian Paulmesa: improve error message
2010-11-11 Brian Paulmesa: #include mfeatures.h in enums.h
2010-11-11 Keith Whitwellr600g: guard experimental s3tc code with R600_ENABLE_S3TC
2010-11-11 Lucas Stachnvfx: fill PIPE_CAP_PRIMITIVE_RESTART and PIPE_CAP_SHAD...
2010-11-11 Francisco Jerezdri/nouveau: Split hardware/software TNL instantiation...
2010-11-11 Vinson Leemesa: Fix printf format warnings.
2010-11-11 Ian Romanickmesa: Allow query of MAX_SAMPLES with EXT_framebuffer_m...
2010-11-10 Jakob Bornecrantzlibgl-xlib: Use sw helper instead of roll your own
2010-11-10 Jakob Bornecrantzgraw: Use inline sw helper instead of roll your own...
2010-11-10 Jakob Bornecrantzgalahad: Correct the name of the scons library
2010-11-10 Jerome Glisser600g: allow driver to work without submitting cmd...
2010-11-10 Robert Hookerintel: Add a new B43 pci id.
2010-11-10 Eric Anholti965: re-enable gen6 IF statements in the fragment...
2010-11-10 Eric Anholti965: Work around strangeness in swizzling/masking...
2010-11-10 Francisco Jerezmeta: Handle bitmaps with alpha test enabled.
2010-11-10 Zack Rusingallivm: implement indirect addressing over inputs
2010-11-10 Roland Scheideggermesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH...
2010-11-10 Roland Scheideggerr200: fix r200 large points
2010-11-10 Chia-I Wuegl_dri2: Fix __DRI_DRI2 version 1 support.
2010-11-10 Marek Olšákr300g: turn magic numbers into names in the hyperz...
2010-11-10 Marek Olšákr300g: rename has_hyperz -> can_hyperz
2010-11-10 Marek Olšákr300g: mention ATI in the renderer string
2010-11-10 Keith Whitwellws/r600: match bo_busy shared/fence logic in bo_wait
2010-11-10 Vinson Leemesa: Clean up header file inclusion in pixelstore.h.
2010-11-10 Vinson Leemesa: Clean up header file inclusion in pixel.h.
2010-11-10 Zhenyu WangRevert "i965: VS use SPF mode on sandybridge for now"
2010-11-10 Zhenyu Wangi965: fix dest type of 'endif' on sandybridge
2010-11-10 Eric Anholti965: Add support for math on constants in gen6 brw_wm_...
2010-11-10 Ian Romanickir_to_mesa: Refactor code for emitting DP instructions
2010-11-10 Eric Anholti965: Allow OPCODE_SWZ to put immediates in the first...
2010-11-09 Kenneth Graunkeglsl: Remove unnecessary "unused variable" warning...
2010-11-09 Peter Cliftonintel: Add assert check for blitting alignment.
2010-11-09 Eric AnholtRevert "intel: Fix the client-side swapbuffers throttling."
2010-11-09 Eric Anholtintel: Fix the client-side swapbuffers throttling.
2010-11-09 Ian Romanickglsl: Fix incorrect gl_type of sampler2DArray and sampl...
2010-11-09 José Fonsecagallivm: Allocate TEMP/OUT arrays only once.
2010-11-09 Zack Rusingallivm: implement indirect addressing of the output...
2010-11-09 Vinson Leewinsys/xlib: Add cygwin to SConscript.
2010-11-09 Keith Whitwellr600: fix my pessimism about PIPE_TRANSFER_x flags
2010-11-09 Keith Whitwellr600g: translate ARR instruction
2010-11-09 Keith Whitwellr600g: attempt to turn on DXTn formats
2010-11-09 Keith Whitwellr600g: avoid recursion with staged uploads
2010-11-09 Brian Paulmesa: no-op glBufferSubData() on size==0
2010-11-09 Brian Paulsoftpipe: can't no-op depth test stage when occlusion...
2010-11-09 Chia-I Wust/dri: Add support for surfaceless current contexts.
2010-11-09 Chia-I Wudocs: Update egl docs.
2010-11-09 Chia-I Wuautoconf: Add --enable-gallium-egl.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in nvprogram.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in multisample.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in matrix.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in lines.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in light.h.
2010-11-09 Vinson Leemesa: Add missing header and forward declarations in...
2010-11-09 Vinson Leemesa: Clean up header file inclusion in image.h.
2010-11-09 Thomas Hellstromgallium/targets: Trivial crosscompiling fix
2010-11-09 Thomas Hellstromsvga/drm: Optionally resolve calls to powf during link...
2010-11-09 Thomas Hellstromst/egl: Fix build for include files in nonstandard...
2010-11-09 Thomas Hellstrommesa: Add talloc includes for gles
2010-11-09 Thomas Hellstromegl: Add an include for size_t
2010-11-09 Zack Rusinscons: build the xorg state trackers only when env...
2010-11-09 Vinson Leemesa: Clean up header file inclusion in histogram.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in hint.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in framebuffer.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in fog.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in ffvertex_prog.h.
2010-11-09 Vinson Leemesa: Clean up header file inclusion in fbobject.h.
2010-11-09 Chad Versaceglsl: Fix ir_expression::constant_expression_value()
2010-11-09 Johann Rudloffradeon: Implement GL_OES_EGL_image
2010-11-09 Johann Rudloffradeon: Implement __DRI_IMAGE and EGL_MESA_image_drm
2010-11-09 Alex Deucheregl_dri2: Add radeon chip ids
2010-11-09 Johann Rudloffradeon: Implement EGL_MESA_no_surface_extension
next