summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-08radeon/llvm: use trunc intrinsic instead of llvm.AMDGPU.truncintrinsicsVincent Lejeune5-10/+6
2012-10-08radeon/llvm: use ceil intrinsic instead of llvm.AMDIL.round.posinfVincent Lejeune3-6/+2
2012-10-08radeon/llvm: use floor intrinsic instead of llvm.AMDIL.floorVincent Lejeune5-5/+5
2012-10-08radeon/llvm: use llvm fabs intrinsicVincent Lejeune3-6/+4
2012-10-08radeon/llvm: use llvm intrinsic for flog2Vincent Lejeune4-5/+4
2012-10-08radeon/llvm: add support for cos/sin intrinsicVincent Lejeune3-12/+15
2012-10-08radeon/llvm: add a pattern for fsqrtVincent Lejeune1-0/+3
2012-10-07meta: Make shader template literal strings be parameters to asprintfIan Romanick1-25/+18
2012-10-07meta: Always enable GL_EXT_texture_array in mipmap shaderIan Romanick1-7/+2
2012-10-07meta: Since mipmap output type is always vec4, don't sprintf itIan Romanick1-2/+2
2012-10-07meta: Don't use GLSL 1.30 shader on OpenGL ES 2Ian Romanick1-1/+1
2012-10-07meta: Rearrange shader creation in setup_glsl_generate_mipmapIan Romanick1-42/+43
2012-10-07meta: Remove unsafe global mem_ctx pointerIan Romanick1-1/+1
2012-10-06i915g: Call draw_set_mapped_vertex_buffer from draw_vboStéphane Marchesin2-15/+17
2012-10-06r600g: fix possible issue with stencil mipmap renderingMarek Olšák1-1/+12
2012-10-06r600g: ensure PERFECT_ZPASS+NOOP_CULL_DISABLE are 0 for blits+decompressionMarek Olšák1-23/+22
2012-10-06r600g: don't modify pipe_resource in resource_copy_region, fixing race conditionMarek Olšák5-161/+139
2012-10-06r600g: fix streamout on RS780 and RS880Marek Olšák2-7/+14
2012-10-06gallium: allow debug helpers in the release buildMarek Olšák1-8/+0
2012-10-05mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul10-21/+13
2012-10-05mesa: remove unused gl_context::DriverCtx fieldBrian Paul3-4/+0
2012-10-05radeon/r200: remove use of gl_context::DriverCtx fieldBrian Paul4-8/+16
2012-10-05radeon/r200: make radeon_context subclass of gl_contextBrian Paul27-105/+106
2012-10-05mesa: Flag _NEW_VARYING_VP_INPUTS when TexEnv programs are active.Kenneth Graunke1-1/+2
2012-10-05i915g: Get rid of the fixup state functions.Stéphane Marchesin3-48/+0
2012-10-05i915g: Remove the i915_context->saved_* stuff.Stéphane Marchesin3-46/+23
2012-10-05i915g: Don't update I915_HW_PROGRAM in update_framebufferStéphane Marchesin1-2/+2
2012-10-05Revert "i915g: Don't bind 0-length programs"Stéphane Marchesin1-8/+2
2012-10-04glapi: Do not use backtrace on Cygwin.Vinson Lee1-1/+1
2012-10-04mesa: don't enable glVertexPointer() when using API_OPENGLES2.Paul Berry1-2/+0
2012-10-04i915g: Don't bind 0-length programsStéphane Marchesin1-2/+8
2012-10-04mesa: don't call TexImage driver hooks for zero-sized imagesBrian Paul1-7/+9
2012-10-03intel: Fix intel_texsubimage_tiled_memcpy to skip GL_EXT_unpack_subimage caseRob Bradford1-1/+4
2012-10-03dri drivers: Link dricommon before dynamic librariesMatt Turner5-10/+10
2012-10-03register_allocate: don't consider trivially colorable registers for spilling.Paul Berry1-0/+7
2012-10-03glx/dri2: use uint64_t instead of double to represent time for FPS calculationMarek Olšák1-5/+6
2012-10-03mesa: tests: EnumStrings.LookUpByNumberOliver McFadden1-2/+2
2012-10-03docs: add link to the GLSL compiler pageAndreas Boll1-0/+1
2012-10-03docs: update shading documentationAndreas Boll1-8/+5
2012-10-02build: Remove autoconf check for signbitMatt Turner1-7/+0
2012-10-02i915g: Implement srgb textures the easy way.Stéphane Marchesin3-102/+9
2012-10-02i915g: Use X tiling for texturesStéphane Marchesin1-7/+2
2012-10-02SwapBuffersRegionNOK: invert rectangles on y axisRobert Bragg1-2/+1
2012-10-02mesa: remove bogus compressed texture size checksBrian Paul2-28/+0
2012-10-02radeonsi: Fix double compilation of shader variants.Michel Dänzer2-6/+4
2012-10-02radeonsi: Better indexing of parameters in the pixel shader.Michel Dänzer3-8/+12
2012-10-02radeon/llvm: Disable SI flow control again for now.Michel Dänzer1-1/+2
2012-10-02docs/helpwanted: cleanup todo list linksAndreas Boll1-14/+24
2012-10-02docs: document how to apply a candidate to a stable branchAndreas Boll1-0/+8
2012-10-02docs: document how to mark a candidate for a stable branchAndreas Boll1-0/+16