aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_blit: set dst format from pipe_resource, not pipe_surfaceMarek Olšák2012-10-241-1/+1
* softpipe: fix softpipe_delete_fs_state() failed assertionBrian Paul2012-10-241-2/+4
* gallivm: fix crash in lp_sampler_static_state()Brian Paul2012-10-241-4/+3
* r600g: fix instance divisor on CaymanMarek Olšák2012-10-191-19/+35
* r600g: fix EXP on CaymanMarek Olšák2012-10-161-4/+2
* r600g: fix RSQ of negative value on CaymanMarek Olšák2012-10-161-0/+5
* winsys/radeon: fix relocs cachingVadim Girlin2012-10-162-8/+6
* r300g: fix colormask with non-BGRA formatsMarek Olšák2012-10-164-31/+160
* r600g: 8.0.x support for TrinityAlex Deucher2012-10-163-3/+5
* svga: fix invalid memory reference in needs_to_create_zero()Brian Paul2012-10-121-5/+5
* winsys/radeon: Remove unnecessary pipe_thread_destroy in radeon_drm_cs_destroyMaarten Lankhorst2012-09-201-1/+0
* st/egl: fix uninitialized pointer bugBrian Paul2012-07-311-1/+1
* gallium/targets: pass ldflags parameter to MKLIBThomas Gstädtner2012-07-061-1/+1
* r600g: check gpr count limitVadim Girlin2012-07-061-0/+8
* draw: fix missing immediates bug in polygon stipple codeBrian Paul2012-07-061-0/+5
* draw: Ensure that prepare is always run after LLVM garbagge collection.José Fonseca2012-07-061-0/+5
* svga: reset vertex buffer offset in svga_release_user_upl_buffers()Brian Paul2012-07-061-0/+11
* svga: move svga_texture() casts/calls in svga_surface_copy()Brian Paul2012-07-061-2/+4
* i915g: Don't avoid flushing when we have a pending fence.Stéphane Marchesin2012-07-061-1/+4
* i915g: Don't invert signalled/unsignalled fencesStéphane Marchesin2012-07-061-2/+2
* svga: change PIPE_CAPF_MAX_TEXTURE_LOD_BIAS from 16.0 to 15.0Brian Paul2012-07-061-1/+1
* svga: fix min/max lod clampingBrian Paul2012-07-061-4/+6
* svga: add 0.5 in float->int conversion of sample min/max lodBrian Paul2012-07-061-2/+2
* svga: fix synchronization bug between sampler views and surfacesBrian Paul2012-06-181-0/+5
* draw: fix primitive restart bug by using the index buffer offsetBrian Paul2012-06-181-3/+6
* vega: fix 565 color unpacking bugAndreas Betz2012-06-181-2/+2
* nv50: handle NEG,ABS modifiers for short RCP encodingChristoph Bumiller2012-06-141-1/+3
* drisw: fix image stride calculation for 16-bit.Dave Airlie2012-05-181-3/+3
* svga: fix typedef conflicts on HaikuAlexander von Gluck2012-05-171-0/+4
* llvmpipe: fix symbol conflict on HaikuAlexander von Gluck2012-05-171-2/+2
* r300/compiler: Copy all instruction attributes during local transfomsTom Stellard2012-05-061-31/+42
* r300/compiler: Clear loop registers in vertex shaders w/o loopsTom Stellard2012-05-062-16/+13
* egl-static: fix printf warningDylan Noblesmith2012-04-291-1/+2
* st/vega: fix uninitialized valuesDylan Noblesmith2012-04-291-2/+2
* util: fix uninitialized tableDylan Noblesmith2012-04-292-5/+7
* util: fix undefined behaviorDylan Noblesmith2012-04-291-5/+10
* r300g/swtcl: fix crash when back color is present in vertex shaderMarek Olšák2012-04-041-39/+56
* r300g/swtcl: fix polygon offsetMarek Olšák2012-04-041-0/+4
* r300g/swtcl: don't expose shader subroutine supportMarek Olšák2012-04-041-0/+1
* r300g/swtcl: don't enter u_vbuf_mgrMarek Olšák2012-04-045-34/+48
* r300g/swtcl: don't print an error when getting ClipVertexMarek Olšák2012-04-044-9/+21
* util: add mutex lock in u_debug_memory.c codeBrian Paul2012-03-141-0/+9
* svga: add null vs pointer check in update_need_pipeline()Brian Paul2012-03-091-1/+1
* svga: fix the rasterizer state resetsZack Rusin2012-03-092-2/+17
* svga: Fix stencil op mappingZack Rusin2012-03-091-4/+4
* svga: fix a crash happening before setting fragment shaders.Zack Rusin2012-03-091-1/+2
* svga: Clamp advertised PIPE_SHADER_CAP_MAX_TEMPS to SVGA3D_TEMPREG_MAX.José Fonseca2012-03-011-2/+2
* r300/compiler: Fix bug when lowering KILP on r300 cardsTom Stellard2012-02-261-10/+54
* gallium/rtasm: properly detect SSE and SSE2Marek Olšák2012-02-271-24/+24
* r600g: Use a fake reloc to sleep for fencesSimon Farnsworth2012-02-162-2/+24