summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-11167-660/+431
* st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.Johannes Obermayr2013-09-111-0/+1
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-1111-32/+33
* radeonsi: Add parentheses around '|' operands.Vinson Lee2013-09-101-1/+1
* util: Fix unmatched parenthesis.Vinson Lee2013-09-101-1/+1
* util: don't use _fxsave() with MSVC 2010 or olderBrian Paul2013-09-102-1/+8
* ilo: preliminary GEN 7.5 supportChia-I Wu2013-09-0810-107/+236
* r600g: remove DMA paddingAlex Deucher2013-09-061-9/+0
* radeon/winsys: pad IBs to a multiple of 8 DWsAlex Deucher2013-09-061-0/+30
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-069-6/+23
* gallivm: support indirect registers on both dimensionsZack Rusin2013-09-063-8/+22
* i915g: Document fall-through switchStéphane Marchesin2013-09-061-4/+3
* i915g: Handle i915->batch == NULL correctly in flushStéphane Marchesin2013-09-061-1/+4
* i915g: Remove useless comparisonStéphane Marchesin2013-09-061-3/+2
* i915g: Fix initial array indexStéphane Marchesin2013-09-061-1/+1
* r600g/compute: Fix bug in compute memory poolTom Stellard2013-09-051-7/+2
* r600g/compute: Don't flush the cs in pipe_context::launch_grid()Tom Stellard2013-09-051-10/+1
* nv30: fix inconsistent setting of push->user_privIlia Mirkin2013-09-051-1/+1
* i915g: Implement writemask fixupStéphane Marchesin2013-09-043-38/+90
* i915g: Stop calling draw_prepare_shader_outputsStéphane Marchesin2013-09-041-2/+0
* i915g: Add more optimizationsStéphane Marchesin2013-09-043-58/+371
* radeonsi: Don't save/restore FMASK sampler view states for u_blitterMichel Dänzer2013-09-021-1/+2
* radeonsi: Expose pure integer vertex formatsMichel Dänzer2013-09-021-1/+6
* nvc0: restore viewport after blitMaarten Lankhorst2013-09-023-4/+7
* radeon/uvd: save the aligned width & heightChristian König2013-09-021-0/+2
* nvc0: delete compute object on screen destructionChristoph Bumiller2013-09-011-0/+1
* nvc0: fix blitctx memory leakJoakim Sindholt2013-09-013-0/+9
* nvc0: don't use bufctx in nvc0_cb_pushChristoph Bumiller2013-09-011-7/+3
* nvc0: clear the flushed flagChristoph Bumiller2013-09-011-5/+4
* nvc0/ir: add f32 long immediate cannot saturateChristoph Bumiller2013-09-011-0/+12
* nvc0/ir: fix use after free in texture barrier insertion passTiziano Bacocco2013-09-011-1/+2
* nv30: find first unused texcoord rather than bailing if first is usedIlia Mirkin2013-09-011-2/+1
* nouveau: initialise the nouveau_transfer mapsEmil Velikov2013-09-011-0/+2
* radeonsi: simplify and improve flushingMarek Olšák2013-08-3112-140/+125
* radeonsi: convert constant buffers to si_descriptorsMarek Olšák2013-08-315-128/+162
* radeonsi: use r600_common_context, r600_common_screen, r600_resourceMarek Olšák2013-08-3128-777/+338
* r600g: move streamout state to drivers/radeonMarek Olšák2013-08-3127-1486/+1825
* radeonsi: cleanup initialization of SGPR shader parametersMarek Olšák2013-08-311-13/+19
* r600g,radeonsi: remove unused variablesMarek Olšák2013-08-312-8/+0
* draw: fix segfaults with aaline and aapoint stages disabledMarek Olšák2013-08-311-2/+4
* radeonsi: Do not suspend timer queriesNiels Ole Salscheider2013-08-306-14/+30
* draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issuesRoland Scheidegger2013-08-302-6/+6
* gallivm: handle unbound textures in texture sampling / texture queriesRoland Scheidegger2013-08-301-0/+26
* softpipe: handle NULL sampler views for texture sampling / queriesRoland Scheidegger2013-08-302-5/+26
* softpipe: check if so_target is NULL before accessing itRoland Scheidegger2013-08-301-2/+5
* gallivm: (trivial) don't pass sampler_unit variable down to filtering funcsRoland Scheidegger2013-08-301-36/+21
* gallivm: don't use AoS path if min/mag filter are different with multiple lodsRoland Scheidegger2013-08-301-1/+6
* r600g: enable SB backend by defaultVadim Girlin2013-08-304-5/+6
* r600g: fix color exports when we have no CBsVadim Girlin2013-08-301-3/+4
* nvc0/ir: Initialize NVC0LegalizePostRA member variables.Vinson Lee2013-08-291-1/+3