index
:
~jeremyhu/mesa
10.4-darwin-build-fixes
10.5-darwin-build-fixes
10.6-darwin-build-fixes
11.1
7.8
PR-575
darwin-build-fixes
darwin-master
master
master-darwin-build-fixes
mesa_7_7_branch
libGL for GLX on XQuartz
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-31
mesa: Bump version to 7.11 (final)
mesa-7.11
Ian Romanick
2
-2
/
+2
2011-07-31
docs: More bits of 7.11 release notes
Ian Romanick
1
-1
/
+258
2011-07-31
darwin: Use machine/endian.h to determine endianness
Jeremy Huddleston
1
-0
/
+9
2011-07-31
Fix PPC detection on darwin
Jeremy Huddleston
1
-2
/
+2
2011-07-28
Merge remote-tracking branch 'origin/7.11' into 7.11
Ian Romanick
2
-2
/
+2
2011-07-28
mesa: Bump version to 7.11-rc4
mesa-7.11-rc4
Ian Romanick
2
-2
/
+2
2011-07-28
r600g: fix vs export count
Vadim Girlin
2
-2
/
+2
2011-07-28
i965: Remove the now unused intel_renderbuffer::draw_offset field.
Kenneth Graunke
2
-2
/
+0
2011-07-28
i965: Check actual tile offsets in Gen4 miptree workaround.
Kenneth Graunke
1
-2
/
+17
2011-07-28
i965/gen4: Fix message parameter loading for 1D TXD sampling.
Kenneth Graunke
1
-2
/
+4
2011-07-28
st/mesa: fix the texture format in st_context_teximage
Fredrik Höglund
1
-1
/
+1
2011-07-28
mesa: Ensure that r300 compiler files only appear once in the tarballs
Ian Romanick
1
-3
/
+1
2011-07-28
mesa: Bump version to 7.11-rc3
Ian Romanick
2
-2
/
+2
2011-07-28
mesa: Use --dereference to avoid symlinks in tarballs
Ian Romanick
1
-2
/
+2
2011-07-28
i965/fs: Fix MRT drawing since the m0->m2 move for shader debug.
Eric Anholt
1
-1
/
+2
2011-07-28
i965: Fix many of the trivial WebGL demos that broke due to IB optimization.
Eric Anholt
1
-0
/
+1
2011-07-28
i965: Emit texture cache flushes on gen6 along with render cache flushes.
Eric Anholt
1
-0
/
+1
2011-07-28
i965: vs optimization fix: Check val.{negate,abs} in accumulator_contains()
Paul Berry
1
-0
/
+3
2011-07-28
i965/gen7: Fix shadow sampling in the old brw_wm_emit backend.
Kenneth Graunke
1
-4
/
+11
2011-07-28
i965/fs: Clear result before visiting shadow comparitor and LOD info.
Kenneth Graunke
1
-0
/
+10
2011-07-28
glsl: Treat ir_dereference_array of non-var as a constant for lowering
Ian Romanick
1
-2
/
+8
2011-07-28
i965: When emitting a src/dst read of an output, keep the swizzle and neg
Ian Romanick
1
-3
/
+16
2011-07-28
i965: When emitting a src/dst write of an output, keep the write mask
Ian Romanick
1
-1
/
+5
2011-07-28
prog_optimize: Set unused regs to PROGRAM_UNDEFINED after CMP->MOV conversion
Ian Romanick
1
-0
/
+9
2011-07-28
ir_to_mesa: Copy reladdr in src_reg(dst_reg) constructor
Ian Romanick
1
-1
/
+1
2011-07-28
ir_to_mesa: Add each relative address to the previous
Ian Romanick
1
-0
/
+12
2011-07-28
glsl: When lowering non-constant vector indexing, respect existing conditions
Ian Romanick
1
-5
/
+24
2011-07-28
glsl: When lowering non-constant array indexing, respect existing conditions
Ian Romanick
1
-3
/
+18
2011-07-28
glsl: Rework lowering of non-constant array indexing
Ian Romanick
1
-21
/
+120
2011-07-28
glsl: Split out part of variable_index_to_cond_assign_visitor::needs_lowering
Ian Romanick
1
-5
/
+10
2011-07-28
glsl: Move is_array_or_matrix outside visitor class
Ian Romanick
1
-5
/
+6
2011-07-28
configure.ac: add DLOPEN_LIBS to xlib build
Marek Olšák
1
-1
/
+1
2011-07-27
wayland-drm: Add copyright notice to protocol
Benjamin Franzke
1
-0
/
+27
2011-07-27
egl/gallium: fix build without softpipe and llvmpipe
Tobias Droste
1
-3
/
+9
2011-07-27
Fix broken merge in cherry-pick from 42cdf407
Benjamin Franzke
1
-1
/
+1
2011-07-26
util: enable S3TC support when the force_s3tc_enable env var is set to "true"
Bryan Cain
1
-2
/
+9
2011-07-26
st/mesa: respect force_s3tc_enable environment variable
Bryan Cain
1
-1
/
+10
2011-07-25
configure.ac: do not check for llvm-config if llvm is disabled
Marek Olšák
1
-3
/
+2
2011-07-25
configure: Move gbm before egl in SRC_DIRS
Benjamin Franzke
1
-35
/
+35
2011-07-23
configure.ac: check for libdrm_radeon only when building classic
Marek Olšák
1
-5
/
+5
2011-07-23
glsl: Reject shaders that contain static recursion
Ian Romanick
6
-0
/
+405
2011-07-23
glsl: Make prototype_string publicly available
Ian Romanick
2
-2
/
+8
2011-07-23
Revert "i915: Eliminate redundant CONSTANTS updates"
Stéphane Marchesin
1
-26
/
+25
2011-07-21
u_vbuf_mgr: restore buffer offsets
Chia-I Wu
1
-0
/
+10
2011-07-21
r600g: more valgrind fixes
Marek Olšák
1
-2
/
+2
2011-07-21
r600g: zero memory of ioctl parameters
Marek Olšák
1
-3
/
+3
2011-07-21
configure.ac: Check for the respective libdrm_* when building gallium drivers
Marek Olšák
1
-0
/
+3
2011-07-21
mesa: GLES2 should return different error enums for invalid fbo queries
Marek Olšák
1
-7
/
+16
2011-07-21
dri/nouveau: nv10: fix vertex format for GL_UNSIGNED_BYTE
Andrew Randrianasulu
1
-1
/
+1
2011-07-21
nvfx: handle PIPE_CAP_SM3
David Heidelberger
1
-0
/
+3
[next]