summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2011-06-17scons: make embedding orthogonal to the platformJosé Fonseca9-60/+47
2011-06-16r600: fix SPI inputs setup on r600/r700Vadim Girlin1-4/+9
2011-06-15r600g: disable render condition for some blitter operationsMarek Olšák3-6/+34
2011-06-15r600g: fix TXD src regs needing fetching.Mike Kaplinskiy1-46/+50
2011-06-15r600g: use inlines for some common tex instr setup code.Mike Kaplinskiy1-11/+24
2011-06-15r600g: fix TXD when shadowing is enabled.Mike Kaplinskiy2-6/+17
2011-06-15r600g: add TXD support.Dave Airlie4-6/+64
2011-06-14i915g: add const qualifier to silence warningBrian Paul1-1/+1
2011-06-15r600g: also set TILE_MODE of the base levelMarek Olšák1-1/+1
2011-06-15r600g: force OpenGL's BASE_LEVEL behavior on r600-r700Marek Olšák1-10/+16
2011-06-14r600g: fix RGB32F texturingMarek Olšák1-1/+2
2011-06-14r600g: fix indentation and commentsMarek Olšák2-37/+40
2011-06-14r600g: disable shader_texture_lod until there is driver supportMarek Olšák1-1/+1
2011-06-14llvmpipe: SSE2 fastpaths for b8g8r8x8 {un,}swizzleAdam Jackson1-2/+66
2011-06-14nv50: fix copy/paste error in nv50_gmtyprog_validateChristoph Bumiller1-2/+4
2011-06-14st/xorg: remove unused variableMarek Olšák1-1/+0
2011-06-14r600g: do not link with softpipeMarek Olšák1-1/+0
2011-06-14r300g: do not link with softpipeMarek Olšák1-1/+0
2011-06-14xorg-radeon: rename to xorg-r300Marek Olšák3-30/+30
2011-06-14target-helpers: remove copy-pasted function inline_noop_helperMarek Olšák3-52/+9
2011-06-14r600g: skip SPI setup for position and face inputsVadim Girlin2-4/+4
2011-06-14r600g: move depth texture flushing out of line.Dave Airlie6-7/+36
2011-06-13i915g: add a few more render target formatsDaniel Vetter1-0/+7
2011-06-13r600g: Put shaders into immutable buffers.Mathias Fröhlich2-2/+3
2011-06-13r600g: Allow VRAM for the initial domain for every buffer binding.Mathias Fröhlich1-15/+11
2011-06-13r600g: Set the domains value also for recycled buffer objects.Mathias Fröhlich1-12/+14
2011-06-13r600g: Fix typo.Mathias Fröhlich1-1/+1
2011-06-13r600g: remove useless call to u_upload_flushPierre-Eric Pelloux-Prayer1-5/+0
2011-06-13r600g: fixed bo memory leak issuePierre-Eric Pelloux-Prayer1-0/+1
2011-06-12st/eglwayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke4-0/+15
2011-06-11r300g: max_anisotropy of 1 is not anisotropic filteringMarek Olšák1-1/+1
2011-06-11i915g: implement fence signallingDaniel Vetter1-2/+6
2011-06-09r600g: VGT_PRIMITIVE_TYPE is specialAlex Deucher2-3/+3
2011-06-09r600g: Handle CONFIG regs properlyAlex Deucher2-32/+31
2011-06-09r300g: fix texturing with non-3D textures and wrap R mode set to sample borderMarek Olšák1-0/+6
2011-06-09r300g: don't enable aniso with nearest filteringMarek Olšák1-41/+39
2011-06-09r600g: adjust vs/ps gprs on r600/r700 cards when needed.Dave Airlie5-19/+77
2011-06-09r600g: remove unused variableMarek Olšák1-1/+0
2011-06-09r300g: fix draw_vbo splitting on r3xx-r4xxMarek Olšák1-5/+10
2011-06-09r300g: make translate_primitive table-drivenMarek Olšák1-24/+20
2011-06-09util: fix strict aliasing issues in u_format_r11g11b10f.hRoland Scheidegger1-8/+16
2011-06-09util: add gcc version check for builtinsRoland Scheidegger1-3/+3
2011-06-09util: better logbase2/next_power_of_two implementationsBenjamin Bellec1-8/+24
2011-06-08glx/xlib: Handle glXCreateContextAttribsARB in glXGetProcAddress.José Fonseca1-0/+3
2011-06-08svga: fix typos, update commentsBrian Paul1-7/+5
2011-06-09st/egl: set EGL_ALPHA_MASK_SIZEChia-I Wu1-0/+4
2011-06-08r600g: fix mixup in GPR resource reg setupAlex Deucher1-3/+10
2011-06-08gallium: fix comments for pipe_stream_output_stateBrian Paul1-7/+9
2011-06-08gallium: s/bool/boolean/Brian Paul13-21/+21
2011-06-08draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)Brian Paul1-5/+57