index
:
~tstellar/mesa
Jul20-test
MCCodeEmitter
SI-MCEmitter
Sep19-Compute
Sep24-Compute
aligned-args
amdgpu-namespace
amdil-clean
amdil-removal-May23
amdil-strip
attr-fix
automake-all
automake-gallium4
better-sched
bfgminer
clover-clang
clover-clock
clover-elf
clover-elf-final
clover-elf-v2
clover-elf-v3
clover-icd
clover-icd-v2
clover-icd-v3
clover-next
clover-r600-llvm
clover-r600-master
clover-r600-master-Apr13-2012-WIP
dataflow
debugger
fast-math
gallim-compute-r600-Apr24
gallium-automake
gallium-compute-r600
gallium-compute-r600-Apr27
gallium-compute-r600-June1
gallium-compute-r600-May17
gallium-compute-r600-May22
gallium-compute-r600-May31
gc-api
guda
if-conv-rebase
indirect-wip-2
indirect-wip-5
lds
libmesallvm
libmesallvm-prefix
llvm-build
llvm-dag
llvm-dag-May18
llvm-indirect-wip
llvm-reg-rewrite-wip
master
mike-encoding
mike-rebase
new-register-allocator
new-register-allocator-v2
piglit-nox
presub
presub-rebase-v2
r300-loops
r500-loops
r500-loops-rebase
r600-compute
r600-external-llvm
r600-llvm
r600-llvm-rc
r600-structure
r600-structure-v2
r600g-compute-newer-kernels
r600g-compute-unify
r600g-image-support
r600g-llvm-shader
r600g-llvm-shader-Feb08-2012
r600g-llvm-shader-Jan15-2012
regalloc
regalloc-wip
regalloc-wip-2
regalloc-wip-3
regalloc-wip-4
regalloc-wip-5
remove-amdil
sched-perf
sched-perf-rebase
sched-r500
sha1
si-compute
si-compute-v3
tex-sem
tgsi-llvm-rewrite-wip
tgsi-llvm-rewrite-wip-011212
tgsi-llvm-rewrite-wip-2
tgsi-rewrite-almost
tgsi-rewrite-needs-testing
vert-loops
vgpr-spilling-Jan07-2014
xvmc-r300-automake
tstellar's Mesa repository
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-14
clover: Query drivers for max clock frequency
clover-clock
Tom Stellard
3
-1
/
+8
2014-01-14
radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY
Tom Stellard
4
-0
/
+19
2014-01-14
gallium: Add PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY
Tom Stellard
1
-1
/
+2
2014-01-13
Use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config.
Michał Górny
1
-2
/
+2
2014-01-13
configure: Disable xvmc by default
Tom Stellard
1
-1
/
+1
2014-01-13
glsl: Remove exec_list iterators now that nothing uses them.
Kenneth Graunke
2
-88
/
+0
2014-01-13
glsl: Replace iterators in ir_reader.cpp with ad-hoc list walking.
Kenneth Graunke
1
-8
/
+10
2014-01-13
glsl: Use a new foreach_two_lists macro for walking two lists at once.
Kenneth Graunke
12
-92
/
+73
2014-01-13
glsl: Statically cast parameter exec_node to ir_variable.
Kenneth Graunke
1
-1
/
+1
2014-01-13
glsl: Cast ir_call parameters to ir_rvalue, not ir_instruction.
Kenneth Graunke
4
-6
/
+6
2014-01-13
glsl: Replace foreach_iter and iter.remove() with foreach_list_safe.
Kenneth Graunke
1
-6
/
+6
2014-01-13
glsl: Convert piles of foreach_iter to foreach_list_safe.
Kenneth Graunke
12
-36
/
+36
2014-01-13
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
26
-178
/
+170
2014-01-13
i965: Ensure that all necessary state is re-emitted if we run out of aperture.
Paul Berry
3
-0
/
+21
2014-01-13
r600g: fix glClearBuffer by handling PIPE_CLEAR_COLORi flags correctly
Marek Olšák
1
-38
/
+31
2014-01-13
r600g: handle NULL colorbuffers correctly on R600-R700
Marek Olšák
1
-65
/
+55
2014-01-13
r600g: handle NULL colorbuffers correctly on Evergreen
Marek Olšák
2
-28
/
+54
2014-01-13
radeonsi: handle NULL colorbuffers correctly
Marek Olšák
1
-9
/
+11
2014-01-13
gallium/util: easy fixes for NULL colorbuffers
Marek Olšák
2
-1
/
+7
2014-01-13
st/mesa: bind NULL colorbuffers as specified by glDrawBuffers
Marek Olšák
6
-14
/
+40
2014-01-13
mesa: handle GL_NONE draw buffers correctly in glClear
Marek Olšák
1
-1
/
+5
2014-01-13
st/mesa: use sRGB formats for MSAA resolving if destination is sRGB
Marek Olšák
1
-0
/
+32
2014-01-13
st/mesa: check depth and stencil writemask before clearing
Marek Olšák
1
-2
/
+15
2014-01-13
st/mesa: always prefer pipe->clear over clear_with_quad (v2)
Marek Olšák
1
-5
/
+14
2014-01-13
st/egl: Flush resources before presentation
Martin Andersson
3
-0
/
+24
2014-01-13
dri: set yInverted default to GL_TRUE
Tapani Pälli
1
-0
/
+1
2014-01-13
egl_dri2: call dri2_add_configs_for_visuals after extensions set
Tapani Pälli
1
-5
/
+6
2014-01-10
mesa: Set the correct error in _mesa_BeginConditionalRender
Ian Romanick
1
-11
/
+30
2014-01-10
i965: Delete duplicate write_timestamp function.
Kenneth Graunke
3
-39
/
+8
2014-01-10
i965: Fix clears of layered framebuffers with mismatched layer counts.
Paul Berry
8
-30
/
+29
2014-01-10
main: check texture target when validating layered framebuffers.
Paul Berry
1
-3
/
+9
2014-01-09
i965/gen6/blorp: Remove redundant HiZ workaround
Chad Versace
1
-14
/
+0
2014-01-09
i965/gen6/blorp: Set need_workaround_flush at top of blorp
Chad Versace
1
-1
/
+3
2014-01-09
i965/gen6/blorp: Set need_workaround_flush immediately after primitive
Chad Versace
2
-1
/
+3
2014-01-09
docs: Import 10.0.2 release notes, add news item.
Carl Worth
3
-1
/
+169
2014-01-09
mesa: add missing SNORM formats in _mesa_base_fbo_format()
Brian Paul
1
-0
/
+16
2014-01-09
mesa: remove dead geom shader code
Brian Paul
1
-4
/
+0
2014-01-09
docs: minor updates to VMware SVGA3D driver page
Brian Paul
1
-3
/
+11
2014-01-09
mesa: check bits per channel for GL_RGBA_SIGNED_COMPONENTS_EXT query
Brian Paul
1
-7
/
+30
2014-01-09
mesa: check for MESA_FORMAT_RGB9_E5_FLOAT in _mesa_is_format_signed()
Brian Paul
1
-2
/
+3
2014-01-09
st/mesa: fix breakage from gl_constant::Program[] change
Brian Paul
1
-13
/
+13
2014-01-09
mesa: Use functions to convert gl_shader_stage to PROGRAM enum or pipe target.
Paul Berry
3
-36
/
+39
2014-01-09
main: Change init_program_limits() to use gl_shader_stage.
Paul Berry
1
-9
/
+9
2014-01-09
glsl: Index into ctx->Const.Program[] rather than using ad-hoc code.
Paul Berry
4
-87
/
+17
2014-01-09
mesa: Index into ctx->Const.Program[] rather than using ad-hoc code.
Paul Berry
1
-15
/
+2
2014-01-09
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
38
-305
/
+303
2014-01-09
llvmpipe: Honour pipe_rasterizer::point_quad_rasterization.
José Fonseca
1
-10
/
+57
2014-01-09
i965: Don't do the temporary-and-blit-copy for INVALIDATE_RANGE maps.
Eric Anholt
1
-1
/
+2
2014-01-09
i965: Fix handling of MESA_pack_invert in blit (PBO) readpixels.
Eric Anholt
1
-1
/
+3
2014-01-09
i965: Fix incorrect bounds tracking for blit readpixels's GPU access.
Eric Anholt
1
-2
/
+1
[next]