i915g: If we have a program, that means the other fields are ours and we can free...
[mesa.git] / src / gallium / drivers /
2011-06-29 Stéphane Marchesini915g: If we have a program, that means the other field...
2011-06-29 Stéphane Marchesini915g: Don't overflow the program buffer.
2011-06-29 Stéphane Marchesini915g: Update the TODO with another idea.
2011-06-28 Stéphane Marchesini915g: Fix comment about sin/cos constants.
2011-06-28 Stéphane Marchesini915g: Fix staging texture uploads a bit.
2011-06-28 Stéphane Marchesini915g: Add a debug_printf when we get the Abs flag.
2011-06-28 Stéphane Marchesini915g: Support PIPE_FORMAT_B10G10R10A2_UNORM.
2011-06-28 Stéphane Marchesini915g: Improve SIN/COS a bit.
2011-06-28 Stéphane Marchesini915g: When emulating LUMINANCE8 and INTENSITY8 texutre...
2011-06-28 Stéphane Marchesini915g: fix shadow compare.
2011-06-28 Stéphane Marchesini915g: Enable GL_ARB_instanced_arrays.
2011-06-28 Stéphane Marchesini915g: Fix a bug in facing.
2011-06-27 Stéphane Marchesini915g: Remove unused cbuf_dirty.
2011-06-27 Stéphane Marchesini915g: Add a comment about a bug.
2011-06-27 Stéphane Marchesini915g: initial support for SEMANTIC_FACE.
2011-06-27 Stéphane Marchesini915g: update TODO.
2011-06-27 Stéphane Marchesini915g: Return the max result for the fake occlusion...
2011-06-27 Stéphane Marchesini915g: Fix depth texture formats.
2011-06-27 Stéphane Marchesini915g: Fix u_blitter comment.
2011-06-27 Stéphane Marchesini915g: Implement fake DDX/DDY.
2011-06-27 Stéphane Marchesini915g: Fix gl_FragCoord.
2011-06-25 Marek Olšákr300g: drop support for ARGB, ABGR, XRGB, XBGR render...
2011-06-25 Stéphane Marchesini915g: always upload the vs constants.
2011-06-25 Stéphane Marchesini915g: add fake occlusion queries.
2011-06-24 Stéphane Marchesini915g: Don't do shader fixup if no surface is bound.
2011-06-24 Stéphane Marchesini915g: Fix point sprites.
2011-06-24 Alex Deucherr600g: limit fs_write_all shader rebuild to eg+
2011-06-24 Alex Deucherr600g: eg+ support for FS_COLOR0_WRITES_ALL_CBUFS
2011-06-24 Vadim Girlinr600g: implement fragment and vertex color clamp
2011-06-24 Vadim Girlinr600g: optimize spi update
2011-06-24 Vadim Girlinr600g: LIT: fix x&y slots order
2011-06-23 Christoph Bumillernv50,nvc0: prevent pushbuf flush during ctx reloc emission
2011-06-23 Benjamin Franzker600g: Add R8G8B8A8_UNORM to evergreen colorswap table
2011-06-23 Marek Olšákr600g: bump shader input limits
2011-06-22 Stéphane Marchesini915g: Add draw point sprites.
2011-06-22 Stéphane Marchesini915g: Fix comment.
2011-06-22 Stéphane Marchesini915g: Support more texture and render target formats.
2011-06-22 Michel Dänzerr600g: Fix use of uninitialized local variable extra_size.
2011-06-21 Alex Deucherr600g: fix fbo depth/stencil texture allocation for...
2011-06-21 Dave Airlier600g: use maths instead of a loop to work out mask.
2011-06-21 Dave Airlier600g: optimise draw vbo function a bit more.
2011-06-21 Pierre-Eric Pellou... r600g: reorder LIT instructions to support src == dst
2011-06-21 Ben Skeggsnvfx: nasty hack to make glFinish() actually finish..
2011-06-20 Marcin Slusarzgallium/nouveau: remove unused nouveau_screen_bo_user
2011-06-19 Marek Olšákr600g: implement seamless_cube_map on r600-r700
2011-06-19 Marek Olšákr600g: remove some magic numbers
2011-06-19 Marek Olšáku_vbuf_mgr: make u_vbuf_mgr_draw_begin return flags...
2011-06-19 Marek Olšákr600g: fix warning: assignment discards qualifiers...
2011-06-18 Marek Olšákr300g: rename AOS -> VARRAYS
2011-06-18 Marek Olšákr300g: fix handling PREP_* options
2011-06-18 Vadim Girlinr600g: fix LIT to handle src==dst properly
2011-06-18 Vadim Girlinr600g: fix RSQ to use abs value of operand on evergreen
2011-06-18 Vadim Girlinr600g: fix source box in r600_resource_copy_region
2011-06-17 José Fonsecascons: make embedding orthogonal to the platform
2011-06-16 Vadim Girlinr600: fix SPI inputs setup on r600/r700
2011-06-15 Marek Olšákr600g: disable render condition for some blitter operations
2011-06-15 Mike Kaplinskiyr600g: fix TXD src regs needing fetching.
2011-06-15 Mike Kaplinskiyr600g: use inlines for some common tex instr setup...
2011-06-15 Mike Kaplinskiyr600g: fix TXD when shadowing is enabled.
2011-06-15 Dave Airlier600g: add TXD support.
2011-06-15 Brian Pauli915g: add const qualifier to silence warning
2011-06-15 Marek Olšákr600g: also set TILE_MODE of the base level
2011-06-15 Marek Olšákr600g: force OpenGL's BASE_LEVEL behavior on r600-r700
2011-06-14 Marek Olšákr600g: fix RGB32F texturing
2011-06-14 Marek Olšákr600g: fix indentation and comments
2011-06-14 Marek Olšákr600g: disable shader_texture_lod until there is driver...
2011-06-14 Adam Jacksonllvmpipe: SSE2 fastpaths for b8g8r8x8 {un,}swizzle
2011-06-14 Christoph Bumillernv50: fix copy/paste error in nv50_gmtyprog_validate
2011-06-13 Vadim Girlinr600g: skip SPI setup for position and face inputs
2011-06-13 Dave Airlier600g: move depth texture flushing out of line.
2011-06-13 Daniel Vetteri915g: add a few more render target formats
2011-06-13 Mathias Fröhlichr600g: Put shaders into immutable buffers.
2011-06-13 Mathias Fröhlichr600g: Fix typo.
2011-06-13 Pierre-Eric Pellou... r600g: remove useless call to u_upload_flush
2011-06-13 Pierre-Eric Pellou... r600g: fixed bo memory leak issue
2011-06-11 Marek Olšákr300g: max_anisotropy of 1 is not anisotropic filtering
2011-06-09 Marek Olšákr300g: fix texturing with non-3D textures and wrap...
2011-06-09 Marek Olšákr300g: don't enable aniso with nearest filtering
2011-06-09 Dave Airlier600g: adjust vs/ps gprs on r600/r700 cards when needed.
2011-06-08 Marek Olšákr600g: remove unused variable
2011-06-08 Marek Olšákr300g: fix draw_vbo splitting on r3xx-r4xx
2011-06-08 Marek Olšákr300g: make translate_primitive table-driven
2011-06-08 Brian Paulsvga: fix typos, update comments
2011-06-08 Alex Deucherr600g: fix mixup in GPR resource reg setup
2011-06-08 Brian Paulgallium: s/bool/boolean/
2011-06-08 Dave Airlier600g: missed one line in eg dyn gpr fallback.
2011-06-08 Dave Airlier600g: condition evergreen dyn gpr resource management
2011-06-08 Dave Airlier600g: enable dynamic GPR resource management on evergreen
2011-06-08 Dave Airlier600g: take alpha ref update out of line.
2011-06-08 Dave Airlier600g: split resource emit path from main register...
2011-06-08 Dave Airlier600g: inline r600_bo_reference.
2011-06-07 Alex Deucherr600g: remove pre-r6xx asic families and pci ids
2011-06-07 Marek Olšákr300g: consolidate deducing chipset info
2011-06-07 Marek Olšákr600g: add missing r300 families
2011-06-07 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-06-07 Stéphane Marchesini915g: Do generic remapping.
2011-06-06 Dave Airlier600g: use an enabled list to track enabled blocks.
2011-06-06 Dave Airlier600g/winsys: overhaul resource range/blocks.
2011-06-06 Dave Airlier600g: move resource setting to its own structures.
2011-06-06 Stéphane Marchesini915g: implement more opcodes.
next