aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium: add SQRT shader opcodeBrian Paul2013-02-043-2/+12
* radeonsi: Remove spurious traces of R16G16B16 support.Michel Dänzer2013-02-041-3/+0
* radeonsi: Enable texture arrays.Michel Dänzer2013-02-041-1/+1
* radeonsi: Improve packing of texture address parameters.Michel Dänzer2013-02-041-30/+97
* radeonsi: Adapt to sample intrinsics changes.Michel Dänzer2013-02-043-51/+56
* st/mesa: simplify the update_single_texture() functionBrian Paul2013-02-041-28/+7
* st/mesa: merge st_ChooseTextureFormat_renderable() into st_ChooseTextureFormat()Brian Paul2013-02-042-38/+21
* st/mesa: improve the format choosing code for DrawPixelsBrian Paul2013-02-041-6/+8
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-047-0/+8
* st/mesa: don't choose DXT formats if we can't do DXT compressionBrian Paul2013-02-045-13/+29
* mesa: don't use format chooser code for glCompressedTexImageBrian Paul2013-02-041-2/+12
* i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms.Kenneth Graunke2013-02-031-16/+16
* i965: Fix the SF Vertex URB Read Length calculation for Sandybridge.Kenneth Graunke2013-02-031-16/+18
* i965: Compute the maximum SF source attribute.Kenneth Graunke2013-02-033-4/+12
* i965: Refactor Gen6+ SF attribute override code.Kenneth Graunke2013-02-031-12/+13
* glsl: Remove hash table from ir_set_program_inouts pass.Kenneth Graunke2013-02-031-24/+14
* i965: Remove dead field brw_wm_prog_data::error.Kenneth Graunke2013-02-031-1/+0
* i965: Remove dead field brw_context::constant_map.Kenneth Graunke2013-02-031-1/+0
* r600g: Fix memory leak.Vinson Lee2013-02-011-1/+3
* egl/dri2: Fix memory leak.Vinson Lee2013-02-011-0/+1
* nv30: Fix memory leak.Vinson Lee2013-02-011-0/+1
* nv50: Fix memory leak.Vinson Lee2013-02-011-0/+1
* nvc0: Fix memory leak.Vinson Lee2013-02-011-0/+1
* swrast: Fix memory leak.Vinson Lee2013-02-011-0/+1
* r600g/llvm: Select the correct GPU type for RV670Tom Stellard2013-02-011-1/+1
* intel: implement create image from textureAbdiel Janulgue2013-02-011-21/+138
* intel: Account for mt->offset in intel_miptree_mapAbdiel Janulgue2013-02-011-2/+2
* intel: Create a miptree using offsets in intel_set_texture_image_regionAbdiel Janulgue2013-02-011-7/+53
* i965: Account for offsets when updating SURFACE_STATE.Abdiel Janulgue2013-02-012-2/+21
* intel: add pixel offset calculator for miptree levelsAbdiel Janulgue2013-02-012-0/+21
* intel: Expose intel_miptree_create_internal as intel_miptree_create_layout.Abdiel Janulgue2013-02-012-14/+25
* intel: expose dimensions and offsets of a miptree level in DRIImageAbdiel Janulgue2013-02-011-0/+7
* dri2: Create image from textureAbdiel Janulgue2013-02-011-0/+122
* radeonsi: Fix draws using user index buffer.Michel Dänzer2013-02-011-4/+3
* st/mesa: whitespace/indentation fixBrian Paul2013-02-011-2/+2
* svga: check for NaN shader immediatesBrian Paul2013-02-011-2/+4
* svga: add, use SVGA3D_SURFACE_HINT_VOLUME flagBrian Paul2013-02-012-0/+5
* trace: measure time for each gallium callBrian Paul2013-02-013-3/+39
* trace: add void to function definitionBrian Paul2013-02-011-1/+2
* trace: allow GALLIUM_TRACE=stdout/stderrBrian Paul2013-02-011-3/+11
* radeonsi: port some of get_shader_param changes from r600gMarek Olšák2013-02-011-6/+2
* mesa: don't expose IBM_rasterpos_clip in a core contextMarek Olšák2013-02-011-1/+1
* r300g: always put MSAA resources in VRAMMarek Olšák2013-02-011-3/+3
* r600g: remove broken assert from r600_isa.cVadim Girlin2013-02-011-2/+0
* r600g: implement shader disassembler v3Vadim Girlin2013-02-013-4/+444
* r600g: use tables with ISA info v3Vadim Girlin2013-02-0110-1789/+2378
* glapi: Do not use backtrace on MinGW.Vinson Lee2013-01-311-1/+1
* r600g: add cs memory usage accounting and limit it v3Jerome Glisse2013-01-317-1/+80
* r600g: fix htile buffer leakMarek Olšák2013-01-311-0/+1
* mesa: bump version to 9.2 (devel)Andreas Boll2013-01-311-2/+2