summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r600g/compute: PIPE_CAP_COMPUTE should be false for pre-evergreen GPUsTom Stellard2014-02-281-1/+3
* glsl: Don't vectorize horizontal expressions.Matt Turner2014-02-281-0/+15
* glsl: Add is_horizontal() method to ir_expression.Matt Turner2014-02-281-0/+12
* glsl: Optimize lrp(x, 0, a) into x - (x * a).Matt Turner2014-02-281-0/+2
* glsl: Optimize lrp(0, y, a) into y * a.Matt Turner2014-02-281-0/+2
* mesa: do depth/stencil format conversion in glGetTexImageBrian Paul2014-02-281-2/+9
* mesa: fix depth/stencil comments in formats.hBrian Paul2014-02-281-2/+2
* winsys/svga: Avoid calling drm getparam for max surface size on older kernelsThomas Hellstrom2014-02-281-7/+8
* meta: Drop ctx->API checks.Kenneth Graunke2014-02-272-92/+50
* meta: Restore API at the end of _mesa_meta_end(), not the start.Kenneth Graunke2014-02-271-2/+2
* util/u_format: don't crash in util_format_translate if we can't do translationRoland Scheidegger2014-02-272-6/+17
* i965: Convert VUE map generation checks to if rather than switch.Kenneth Graunke2014-02-271-11/+2
* i965: Only emit VS state pipe control workaround on IVB and BYT.Kenneth Graunke2014-02-273-3/+5
* nouveau: add a nouveau_compiler binary to compile TGSI into shader ISAIlia Mirkin2014-02-263-0/+235
* nv30: remove nv30_context use from nvfx_*progIlia Mirkin2014-02-2613-107/+110
* nv30: remove unused sprite flipping parameterIlia Mirkin2014-02-263-5/+3
* nv30: remove unused render_mode and hw_pointsprite_controlIlia Mirkin2014-02-262-8/+3
* nv30: remove use_nv4x, it is identical to is_nv4xIlia Mirkin2014-02-264-16/+14
* radeonsi: Prevent geometry shader from emitting too many verticesMichel Daenzer2014-02-271-0/+16
* i965: Fix the region's pitch condition to use blitterAnuj Phogat2014-02-261-3/+3
* glsl: add switch case for MESA_SHADER_COMPUTEBrian Paul2014-02-261-0/+3
* meta: Use a #define for the vector type to avoid %svec4 everywhere.Kenneth Graunke2014-02-261-10/+7
* i965: Don't try to dump shader source for fixed-function FS programs.Kenneth Graunke2014-02-261-1/+1
* i965: Don't forget to subtract mt->first_level in minify calls.Kenneth Graunke2014-02-265-12/+13
* glsl: Delete LRP_TO_ARITH lowering pass flag.Kenneth Graunke2014-02-262-35/+2
* i965: Stop lowering ir_triop_lrp.Kenneth Graunke2014-02-261-2/+0
* i965/vec4: Handle ir_triop_lrp on Gen4-5 as well.Kenneth Graunke2014-02-262-7/+38
* i965/vec4: Add a brw->gen >= 6 assertion in three-source emitters.Kenneth Graunke2014-02-261-0/+1
* ilo: create u_upload_mgr lastChia-I Wu2014-02-261-8/+11
* glx: Fix the GLXFBConfig attrib sort prioritiesFredrik Höglund2014-02-261-7/+4
* glx: Fix the default values for GLXFBConfig attributesFredrik Höglund2014-02-261-7/+2
* Re-commit 'clover: Fix build with LLVM 3.5'Tom Stellard2014-02-251-1/+3
* mesa: Add GL_ARB_buffer_storage to dispatch_sanity.cpp.Vinson Lee2014-02-251-0/+3
* Revert "Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa"Timothy Arceri2014-02-261-3/+1
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesaTimothy Arceri2014-02-261-1/+3
|\
| * clover: Fix build with LLVM 3.5Tom Stellard2014-02-251-1/+3
* | glsl: removed unused dimension_count varibleTimothy Arceri2014-02-261-6/+2
|/
* i965: Fix segfaults since the buffer_storage changes.Eric Anholt2014-02-251-1/+1
* nv50: enable txg where supportedIlia Mirkin2014-02-253-2/+8
* nv50: enable cube map array texture supportIlia Mirkin2014-02-253-9/+7
* libgl-xlib: add -Isrc/gallium/winsys flagBrian Paul2014-02-251-0/+1
* st/mesa: add comment to explain _min(), _maxf(), etc. functionsBrian Paul2014-02-251-0/+6
* r600g,radeonsi: consolidate create_surface and surface_destroyMarek Olšák2014-02-256-85/+63
* radeonsi: inline util_blitter_copy_textureMarek Olšák2014-02-251-3/+21
* radeonsi: remove useless psbox variable from resource_copy_regionMarek Olšák2014-02-251-3/+2
* radeonsi: compute depth surface registers only onceMarek Olšák2014-02-251-44/+54
* radeonsi: compute color surface registers only onceMarek Olšák2014-02-251-44/+55
* r600g: remove r600_resource.hMarek Olšák2014-02-255-48/+15
* r600g: remove r600_surface::htile_enabledMarek Olšák2014-02-253-10/+4
* r600g: use r600_surface::db_z_infoMarek Olšák2014-02-251-10/+10