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