index
:
~vlj/mesa
arlfixes
cayman-fix
codesize
constbuf
constbuf2
export
export-vs
glsl-to-llvm
glsl-to-llvm-05nov
glsl-to-llvm-sync2
glsl-to-llvm-wip
glsl-to-llvm2
glsl-to-llvm3
glsltollvm
glsltollvmdump
glsltollvmold
interp
interpolation
interpolation2
interpolation3
intrinsics
llvm-simplification
master
modprop
native
r600-llvm
Mesa clone to host some work
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-08
radeon/llvm: use trunc intrinsic instead of llvm.AMDGPU.trunc
intrinsics
Vincent Lejeune
5
-10
/
+6
2012-10-08
radeon/llvm: use ceil intrinsic instead of llvm.AMDIL.round.posinf
Vincent Lejeune
3
-6
/
+2
2012-10-08
radeon/llvm: use floor intrinsic instead of llvm.AMDIL.floor
Vincent Lejeune
5
-5
/
+5
2012-10-08
radeon/llvm: use llvm fabs intrinsic
Vincent Lejeune
3
-6
/
+4
2012-10-08
radeon/llvm: use llvm intrinsic for flog2
Vincent Lejeune
4
-5
/
+4
2012-10-08
radeon/llvm: add support for cos/sin intrinsic
Vincent Lejeune
3
-12
/
+15
2012-10-08
radeon/llvm: add a pattern for fsqrt
Vincent Lejeune
1
-0
/
+3
2012-10-07
meta: Make shader template literal strings be parameters to asprintf
Ian Romanick
1
-25
/
+18
2012-10-07
meta: Always enable GL_EXT_texture_array in mipmap shader
Ian Romanick
1
-7
/
+2
2012-10-07
meta: Since mipmap output type is always vec4, don't sprintf it
Ian Romanick
1
-2
/
+2
2012-10-07
meta: Don't use GLSL 1.30 shader on OpenGL ES 2
Ian Romanick
1
-1
/
+1
2012-10-07
meta: Rearrange shader creation in setup_glsl_generate_mipmap
Ian Romanick
1
-42
/
+43
2012-10-07
meta: Remove unsafe global mem_ctx pointer
Ian Romanick
1
-1
/
+1
2012-10-06
i915g: Call draw_set_mapped_vertex_buffer from draw_vbo
Stéphane Marchesin
2
-15
/
+17
2012-10-06
r600g: fix possible issue with stencil mipmap rendering
Marek Olšák
1
-1
/
+12
2012-10-06
r600g: ensure PERFECT_ZPASS+NOOP_CULL_DISABLE are 0 for blits+decompression
Marek Olšák
1
-23
/
+22
2012-10-06
r600g: don't modify pipe_resource in resource_copy_region, fixing race condition
Marek Olšák
5
-161
/
+139
2012-10-06
r600g: fix streamout on RS780 and RS880
Marek Olšák
2
-7
/
+14
2012-10-06
gallium: allow debug helpers in the release build
Marek Olšák
1
-8
/
+0
2012-10-05
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
10
-21
/
+13
2012-10-05
mesa: remove unused gl_context::DriverCtx field
Brian Paul
3
-4
/
+0
2012-10-05
radeon/r200: remove use of gl_context::DriverCtx field
Brian Paul
4
-8
/
+16
2012-10-05
radeon/r200: make radeon_context subclass of gl_context
Brian Paul
27
-105
/
+106
2012-10-05
mesa: Flag _NEW_VARYING_VP_INPUTS when TexEnv programs are active.
Kenneth Graunke
1
-1
/
+2
2012-10-05
i915g: Get rid of the fixup state functions.
Stéphane Marchesin
3
-48
/
+0
2012-10-05
i915g: Remove the i915_context->saved_* stuff.
Stéphane Marchesin
3
-46
/
+23
2012-10-05
i915g: Don't update I915_HW_PROGRAM in update_framebuffer
Stéphane Marchesin
1
-2
/
+2
2012-10-05
Revert "i915g: Don't bind 0-length programs"
Stéphane Marchesin
1
-8
/
+2
2012-10-04
glapi: Do not use backtrace on Cygwin.
Vinson Lee
1
-1
/
+1
2012-10-04
mesa: don't enable glVertexPointer() when using API_OPENGLES2.
Paul Berry
1
-2
/
+0
2012-10-04
i915g: Don't bind 0-length programs
Stéphane Marchesin
1
-2
/
+8
2012-10-04
mesa: don't call TexImage driver hooks for zero-sized images
Brian Paul
1
-7
/
+9
2012-10-03
intel: Fix intel_texsubimage_tiled_memcpy to skip GL_EXT_unpack_subimage case
Rob Bradford
1
-1
/
+4
2012-10-03
dri drivers: Link dricommon before dynamic libraries
Matt Turner
5
-10
/
+10
2012-10-03
register_allocate: don't consider trivially colorable registers for spilling.
Paul Berry
1
-0
/
+7
2012-10-03
glx/dri2: use uint64_t instead of double to represent time for FPS calculation
Marek Olšák
1
-5
/
+6
2012-10-03
mesa: tests: EnumStrings.LookUpByNumber
Oliver McFadden
1
-2
/
+2
2012-10-03
docs: add link to the GLSL compiler page
Andreas Boll
1
-0
/
+1
2012-10-03
docs: update shading documentation
Andreas Boll
1
-8
/
+5
2012-10-02
build: Remove autoconf check for signbit
Matt Turner
1
-7
/
+0
2012-10-02
i915g: Implement srgb textures the easy way.
Stéphane Marchesin
3
-102
/
+9
2012-10-02
i915g: Use X tiling for textures
Stéphane Marchesin
1
-7
/
+2
2012-10-02
SwapBuffersRegionNOK: invert rectangles on y axis
Robert Bragg
1
-2
/
+1
2012-10-02
mesa: remove bogus compressed texture size checks
Brian Paul
2
-28
/
+0
2012-10-02
radeonsi: Fix double compilation of shader variants.
Michel Dänzer
2
-6
/
+4
2012-10-02
radeonsi: Better indexing of parameters in the pixel shader.
Michel Dänzer
3
-8
/
+12
2012-10-02
radeon/llvm: Disable SI flow control again for now.
Michel Dänzer
1
-1
/
+2
2012-10-02
docs/helpwanted: cleanup todo list links
Andreas Boll
1
-14
/
+24
2012-10-02
docs: document how to apply a candidate to a stable branch
Andreas Boll
1
-0
/
+8
2012-10-02
docs: document how to mark a candidate for a stable branch
Andreas Boll
1
-0
/
+16
[next]