index
:
~bnf/mesa
automake
bind-wayland-display
buffer
buffer.release
changes
config-fix
cursor
cursor-2
default_display
destroy-listener
dri2_double
dri2_double_config
drm-lockup
egl-autodetect
egl-pixmap-render-fix
egl-wayland
egl-wayland2
egl_dri2-fixes
eglsync
fix
fixes
framefd
gbm
gbm-2
gbm-3
gbm-4
gbm-5
gbm-6
gbm-7
gbm-linkage
glapi
invalidate
invalidate-2
invalidate-3
leak
lookup-fix
master
pciids
pciids-2
pciids-3
redraw
setup_display
shm-in-egl
shm-pool
st-egl-bind
surface-frame-event
tobepushed
use_flags
wayland-drm-removal-2
wayland-shm
wayland-softpipe
wayland-softpipe-2
yuv
bnf's MESA repository
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-21
egl: add _EGL_PLATFORM_ANDROID
Chia-I Wu
3
-1
/
+12
2011-08-21
mesa: android has no log2f nor ffs
Chia-I Wu
1
-1
/
+7
2011-08-21
ralloc: include limits.h for SIZE_MAX on Android
Chia-I Wu
1
-0
/
+5
2011-08-21
gallium: add PIPE_OS_ANDROID support
Chia-I Wu
4
-2
/
+22
2011-08-21
glsl: remove an unnecessary header include
Chia-I Wu
1
-1
/
+0
2011-08-21
mesa: fix !FEATURE_GL build
Chia-I Wu
1
-18
/
+18
2011-08-20
i965/gen7: Use align1 mode to set URB_WRITE_HWORD channel enables.
Kenneth Graunke
1
-0
/
+3
2011-08-19
i965/fs: Don't double-convert integer/boolean uniforms.
Kenneth Graunke
1
-16
/
+20
2011-08-19
mesa, glsl_to_tgsi: Add new gl_context::NativeIntegers flag.
Kenneth Graunke
3
-27
/
+37
2011-08-19
ir_to_mesa: Remove incorrect usage of the 'struct' keyword on classes.
Kenneth Graunke
1
-2
/
+2
2011-08-19
i965/fs: Change incorrect use of 'struct fs_reg' to simply 'fs_reg'.
Kenneth Graunke
1
-1
/
+1
2011-08-19
glsl: Remove unused variable.
Kenneth Graunke
1
-1
/
+0
2011-08-19
i965/vs: Implement proper register allocation instead of 1:1 mapping.
Eric Anholt
2
-1
/
+155
2011-08-19
i965/vs: Add simple dead code elimination.
Eric Anholt
3
-0
/
+38
2011-08-19
i965/vs: Copy the live intervals calculation over from the FS.
Eric Anholt
4
-0
/
+139
2011-08-19
i965/vs: Remove stale comment about compressed instructions.
Eric Anholt
1
-1
/
+0
2011-08-19
r600g: don't allocate separate depth and stencil for transfer textures on EG
Marek Olšák
1
-1
/
+2
2011-08-19
r600g: finally enable float depth buffers on evergreen
Marek Olšák
1
-0
/
+11
2011-08-19
r600g: rename resource -> view in create_sampler_view
Marek Olšák
2
-32
/
+26
2011-08-19
r600g: hack around a problem with texture alignment
Marek Olšák
1
-0
/
+10
2011-08-19
r600g: simplify the conditionals determining array mode
Marek Olšák
1
-20
/
+11
2011-08-19
r600g: put depth and stencil into one backing buffer
Marek Olšák
1
-10
/
+17
2011-08-19
r600g: fix depth-stencil on evergreen
Marek Olšák
4
-55
/
+99
2011-08-19
mesa: handle array textures in GenerateMipmap(), FramebufferTexture1/2D()
Brian Paul
1
-3
/
+21
2011-08-19
meta: use fallback mipmap generation for 1D/2D texture arrays
Brian Paul
1
-2
/
+5
2011-08-19
mesa: set Q=1 for OPCODE_TEX execution
Brian Paul
1
-0
/
+8
2011-08-19
mesa: restructure error checking in _mesa_FramebufferTexture1D/2DEXT()
Brian Paul
1
-11
/
+45
2011-08-19
mesa: Declare _mesa_meta_begin()/end() as public
Chad Versace
2
-142
/
+147
2011-08-19
nv50: fix potential null deref in insn modifer optimization pass
Christoph Bumiller
1
-2
/
+4
2011-08-19
glx: use a block to fix declarations after code warning
Brian Paul
1
-7
/
+9
2011-08-19
r600g: fix a possible crash in r600_adjust_gprs
Marek Olšák
1
-1
/
+1
2011-08-18
mesa: fix incorrect error code in _mesa_FramebufferTexture1D/3DEXT()
Brian Paul
1
-2
/
+2
2011-08-18
glapi: update .gitignore for generated ES dispatch headers
Paul Berry
2
-3
/
+4
2011-08-18
llvmpipe: Don't build lp_test_arit on MSVC.
José Fonseca
1
-1
/
+1
2011-08-18
llvmpipe: snprintf->util_snprintf.
José Fonseca
1
-1
/
+2
2011-08-18
llvmpipe: Add u_math.h include.
José Fonseca
1
-0
/
+1
2011-08-18
scons: Add support for LLVM-2.9 on Windows.
José Fonseca
1
-1
/
+15
2011-08-18
glx: Don't flush twice if we fallback to dri2CopySubBuffer
Kristian Høgsberg
1
-11
/
+10
2011-08-18
r600g: implement NV_primitive_restart functionality (v2)
Marek Olšák
4
-1
/
+11
2011-08-17
r600g: fix scons build
Marek Olšák
1
-0
/
+1
2011-08-17
i965/fs: Fix 32-bit integer multiplication.
Eric Anholt
2
-1
/
+22
2011-08-17
nv50: don't drop flags definition when merging SAT with ADD/MAD
Christoph Bumiller
1
-0
/
+2
2011-08-17
st/mesa: fix incorrect loop over instruction src regs
Brian Paul
1
-1
/
+1
2011-08-17
st/dri: Indent driconf options
Lauri Kasanen
1
-7
/
+11
2011-08-17
xmlpool.h: fix a typo
Lauri Kasanen
1
-1
/
+1
2011-08-17
xmlconfig: Make the error message more informative
Lauri Kasanen
1
-1
/
+1
2011-08-16
mesa: Bump instruction execution limit to 65536
Ian Romanick
1
-1
/
+1
2011-08-16
mesa: Add partial constant propagation pass for Mesa IR
Ian Romanick
5
-0
/
+458
2011-08-16
ir_to_mesa: Emit a MAD(b, -a, b) for !a && b
Ian Romanick
1
-0
/
+52
2011-08-16
ir_to_mesa: Implement ir_binop_all_equal using DP4 w/SGE
Ian Romanick
1
-1
/
+12
[next]