Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
698893889a1c6e2a75af68ee6e860bce05aa8127
6988938
Makefile: ensure Gallium's Makefile.xorg and SConscript.dri are in the tarball
by Marek Olšák
· 14 years ago
e3a3a53
scons: New build= option, with support for checked builds.
by José Fonseca
· 14 years ago
67450f0
scons: New build= option, with support for checked builds.
by José Fonseca
· 14 years ago
fdcc168
llvmpipe: Decouple sampler view and sampler state updates.
by José Fonseca
· 14 years ago
4b70fe8
glx: Only remove drawables from the hash when we actually delete them
by Kristian Høgsberg
· 14 years ago
08839c4
Revert "r600g: add initial vertex translate support."
by Dave Airlie
· 14 years ago
d4da253
Revert "i965: Always set tiling for depth buffer on sandybridge"
by Zhenyu Wang
· 14 years ago
b27a809
r300/compiler: Don't merge instructions that write output regs and ALU result
by Tom Stellard
· 14 years ago
1b76dde
r300/compiler: Don't use rc_error() unless the error is unrecoverable
by Tom Stellard
· 14 years ago
d40ff55
r300/compiler: Fix segfault in error path
by Tom Stellard
· 14 years ago
73dab75
i965: fallback lineloop on sandybridge for now
by Zhenyu Wang
· 14 years ago
0a1910c
i965: Always set tiling for depth buffer on sandybridge
by Zhenyu Wang
· 14 years ago
28b57c5
r600g: remove old assert from new codepath
by Dave Airlie
· 14 years ago
914b669
r600g: add initial vertex translate support.
by Dave Airlie
· 14 years ago
565ff67
glsl: "Copyright", not "Constantright"
by Kenneth Graunke
· 14 years ago
1747aa6
i965: Add support for builtin uniforms to the new FS backend.
by Eric Anholt
· 14 years ago
daacaac
mesa: Move the list of builtin uniform info from ir_to_mesa to shared code.
by Eric Anholt
· 14 years ago
9ac910c
i965: Clean up obsolete FINISHME comment.
by Eric Anholt
· 14 years ago
ff0eb45
i965: Fix array indexing of arrays of matrices.
by Eric Anholt
· 14 years ago
301ab49
r600g: move radeon.h members around to add back map flushing.
by Dave Airlie
· 14 years ago
53b3933
r600g: add evergreen texture border support to new path
by Dave Airlie
· 14 years ago
23be883
r600g: add back evergreen name.
by Dave Airlie
· 14 years ago
17f3b80
i965: Don't try to emit interpolation for unused varying slots.
by Eric Anholt
· 14 years ago
5272c6a
i965: Do interpolation for varying matrices and arrays in the FS backend.
by Eric Anholt
· 14 years ago
586b4b5
glsl: Also update implicit sizes of varyings at link time.
by Eric Anholt
· 14 years ago
b9a59f0
i965: Add support for ARB_fragment_coord_conventions to the new FS backend.
by Eric Anholt
· 14 years ago
701c5f1
i965: Add support for ir_loop counters to the new FS backend.
by Eric Anholt
· 14 years ago
35f94b1
r600g: Cleaned up index buffer reference handling in the draw module.
by Tilman Sauerbeck
· 14 years ago
89f6783
i965: Add support for MRT to the new FS backend.
by Eric Anholt
· 14 years ago
86fd112
i965: Add support for non-color render target write data to new FS backend.
by Eric Anholt
· 14 years ago
f46a615
scons: Add program/sampler.cpp to SCons build.
by Vinson Lee
· 14 years ago
2999a44
i965: Set up sampler numbers in the FS backend.
by Eric Anholt
· 14 years ago
a328932
mesa: Pull ir_to_mesa's sampler number fetcher out to shared code.
by Eric Anholt
· 14 years ago
723a655
r600g: avoid rebuilding the vertex shader if no change to input format
by Jerome Glisse
· 14 years ago
fe790a3
r600g: suspend/resume occlusion query around clear/copy
by Jerome Glisse
· 14 years ago
11eb422
configure.ac: do not build xorg-r300g by default
by Marek Olšák
· 14 years ago
a1aec2e
configure.ac: look for libdrm_radeon before building gallium/r300,r600
by Marek Olšák
· 14 years ago
9e96c73
i965: Subtract instead of adding when computing y delta in new FS backend.
by Eric Anholt
· 14 years ago
5f7bd68
i965: Add support for gl_FrontFacing to the new FS backend.
by Eric Anholt
· 14 years ago
ef8e002
i965: Fix up part of my Sandybridge attributes support patch.
by Eric Anholt
· 14 years ago
f1dba03
i965: Fix all non-snb regression in the snb attribute interpolation commit.
by Eric Anholt
· 14 years ago
6bf12c8
i965: Add support for struct, array, and matrix uniforms to FS backend.
by Eric Anholt
· 14 years ago
ba481f2
i965: Add support for dereferencing structs to the new FS backend.
by Eric Anholt
· 14 years ago
07fc8ee
i965: Set the variable type when dereferencing an array.
by Eric Anholt
· 14 years ago
719f84d
i965: Fix up the FS backend for the variable array indexing pass.
by Eric Anholt
· 14 years ago
57edd7c
i965: Fix valgrind complaint about base_ir for new FS debugging.
by Eric Anholt
· 14 years ago
1723fdb
i965: Apply the same set of lowering passes to new FS as to Mesa IR.
by Eric Anholt
· 14 years ago
e105088
i965: Actually track the "if" depth in loop in the new FS backend.
by Eric Anholt
· 14 years ago
fceb78e
i965: Fix negation in the new FS backend.
by Eric Anholt
· 14 years ago
7ee8fa0
r600g: switch to new design
by Jerome Glisse
· 14 years ago
b534eb1
r600g: fix remaining piglit issue in new design
by Jerome Glisse
· 14 years ago
5a38cec
r600g: use ptr for blit depth uncompress function
by Jerome Glisse
· 14 years ago
e0b93c5
nv50: fix GP state bind and validate
by Christoph Bumiller
· 14 years ago
175261a
r600g: on evergreen the centroid isn't set in this register.
by Dave Airlie
· 14 years ago
45b37c4
i965: fallback bitmap operation on sandybridge
by Zhenyu Wang
· 14 years ago
3074b61
i965: fix occlusion query on sandybridge
by Zhenyu Wang
· 14 years ago
ec99833
i965: fix point sprite on sandybridge
by Zhenyu Wang
· 14 years ago
4b6b0bf
i965: fix scissor state on sandybridge
by Zhenyu Wang
· 14 years ago
3f3059f
i965: enable polygon offset on sandybridge
by Zhenyu Wang
· 14 years ago
15a8e7e
i965: fix pixel w interpolation on sandybridge
by Zhenyu Wang
· 14 years ago
85fa900
i965: don't do calculation for delta_xy on sandybridge
by Zhenyu Wang
· 14 years ago
c58bf2c
i965: only allow SIMD8 kernel on sandybridge now
by Zhenyu Wang
· 14 years ago
18c3b75
i965: sandybridge pipe control workaround before write cache flush
by Zhenyu Wang
· 14 years ago
c8033f1
i965: Add all device ids for sandybridge
by Zhenyu Wang
· 14 years ago
81aae67
i965: fix const register count for sandybridge
by Zhenyu Wang
· 14 years ago
956f866
i965: Fix sampler on sandybridge
by Zhenyu Wang
· 14 years ago
c5a3b25
i965: fix jump count on sandybridge
by Zhenyu Wang
· 14 years ago
9c39a9f
i965: VS use SPF mode on sandybridge for now
by Zhenyu Wang
· 14 years ago
7401a98
i965: add sandybridge viewport state bo into validation list
by Zhenyu Wang
· 14 years ago
a0b1d7b
i965: ignore quads for GS kernel on sandybridge
by Zhenyu Wang
· 14 years ago
67dafa4
i965: ff sync message change for sandybridge
by Zhenyu Wang
· 14 years ago
fa58977
i965: fix point size setting in header on sandybridge
by Zhenyu Wang
· 14 years ago
03218a0
i965: force zero in clipper to ignore RTAIndex on sandybridge
by Zhenyu Wang
· 14 years ago
41c31c2
i965: Fix color interpolation on sandybridge
by Zhenyu Wang
· 14 years ago
8c31a4c
i965: enable accumulator update in PS kernel too on sandybridge
by Zhenyu Wang
· 14 years ago
b016a78
i965: new state dump for sandybridge
by Zhenyu Wang
· 14 years ago
bf60f35
i965: disasm quarter and write enable instruction control on sandybridge
by Zhenyu Wang
· 14 years ago
fe2d4a5
i965: Add support for POW in gen6 FS.
by Eric Anholt
· 14 years ago
2f91405
i965: Set up inputs to the fragment shader according to FP InputsRead.
by Eric Anholt
· 14 years ago
a66e9a4
i965: Add support for attribute interpolation on Sandybridge.
by Eric Anholt
· 14 years ago
79d5657
dri: Add GET_PROGRAM_NAME definition for Mac OS X.
by Vinson Lee
· 14 years ago
b3e95dc
r300/compiler: Use rc_for_all_reads_src() in "dead constants" pass
by Tom Stellard
· 14 years ago
40d2562
r300/compiler: radeon_remove_constants.c: fix indentation
by Tom Stellard
· 14 years ago
a716952
r300/compiler: Print immediate values after "dead constants" pass
by Tom Stellard
· 14 years ago
798355d
r300/compiler: Add more helper functions for iterating through sources
by Tom Stellard
· 14 years ago
34dba5f
r600g: fix db flush breaking config state
by Dave Airlie
· 14 years ago
e4fd65e
r300g: fix swizzling of texture border color
by Marek Olšák
· 14 years ago
13359e6
r300g: add support for 3D NPOT textures without mipmapping
by Marek Olšák
· 14 years ago
7128e16
r300/compiler: fix shadow sampling with swizzled coords
by Marek Olšák
· 14 years ago
c2ea7ff
r300/compiler: do not use copy propagation if SaturateMode is used
by Marek Olšák
· 14 years ago
6f74756
r300/compiler: fix projective mapping of 2D NPOT textures
by Marek Olšák
· 14 years ago
82f8e43
r300g: code cleanups
by Marek Olšák
· 14 years ago
94d44c3
i965: Add support for dFdx()/dFdy() to the FS backend.
by Eric Anholt
· 14 years ago
3610e0c
i965: Fix vector splitting RHS channel selection with sparse writemasks.
by Eric Anholt
· 14 years ago
169ff0c
i965: Handle all_equal/any_nequal in the new FS.
by Eric Anholt
· 14 years ago
a5c6c8a
i965: Remove swizzling of assignment to vector-splitting single-channel LHS.
by Eric Anholt
· 14 years ago
11ba8ba
i965: Fix up writemasked assignments in the new FS.
by Eric Anholt
· 14 years ago
5e8ed7a
glsl: Add validation that a swizzle only references valid channels.
by Eric Anholt
· 14 years ago
668cdbe
glsl: Fix broadcast_index of lower_variable_index_to_cond_assign.
by Eric Anholt
· 14 years ago
8b2d5f4
Remove unnescessary initializations of UpdateTexturePalette
by Ian Romanick
· 14 years ago
Next »