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-06-11
egl_dri2: Compare configs before matching them
default_display
Benjamin Franzke
1
-1
/
+13
2011-06-11
st/eglwayland: Add support for EGL_DEFAULT_DISPLAY
Benjamin Franzke
4
-0
/
+15
2011-06-11
egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAY
Benjamin Franzke
2
-3
/
+23
2011-06-07
intel: Implement glFinish() correctly by waiting on all previous rendering.
Eric Anholt
3
-16
/
+13
2011-06-07
darwin: Fix VG_LIB_GLOB to also match the unversioned symlink
Jeremy Huddleston
1
-1
/
+1
2011-06-07
darwin: Don't link against libGL when building libOSMesa
Jeremy Huddleston
1
-1
/
+1
2011-06-07
r300_pci_ids: add missing 4B48
Marek Olšák
1
-0
/
+1
2011-06-07
r300g: Remove is_r3xx
Benjamin Franzke
3
-215
/
+9
2011-06-07
r600g: Use radeon pciid list for the family lookup table
Benjamin Franzke
2
-481
/
+6
2011-06-07
radeon: Use pciid list to generate PCI_CHIP_<FAMILY>_<ID> defines
Benjamin Franzke
1
-491
/
+9
2011-06-07
targets/egl: Support driver name lookup using pci lists
Benjamin Franzke
3
-71
/
+83
2011-06-07
egl_dri2: Use external driver pci list
Benjamin Franzke
5
-664
/
+193
2011-06-07
Add radeon pci id lists
Benjamin Franzke
4
-0
/
+526
2011-06-07
Add intel pci id lists
Benjamin Franzke
4
-0
/
+47
2011-06-07
tgsi: s/varient/variant/
Brian Paul
1
-2
/
+2
2011-06-07
draw: rename draw_vs_varient.c to draw_vs_variant.c
Brian Paul
3
-2
/
+2
2011-06-07
draw/llvm: whitespace, formatting fixes
Brian Paul
1
-38
/
+51
2011-06-07
draw: s/1/TRUE/
Brian Paul
1
-2
/
+2
2011-06-07
i965: Fix flipped GT1 vs GT2 URB VS entry count limits.
Eric Anholt
1
-2
/
+2
2011-06-06
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa
Stéphane Marchesin
9
-383
/
+442
2011-06-06
i915g: Do generic remapping.
Stéphane Marchesin
3
-92
/
+119
2011-06-06
darwin: Set VG_LIB_{NAME,GLOB} to fix make install
Jeremy Huddleston
1
-10
/
+12
2011-06-07
r600g: optimise the draw emission packets for r600/eg
Dave Airlie
2
-30
/
+37
2011-06-07
r600g: use an enabled list to track enabled blocks.
Dave Airlie
4
-35
/
+56
2011-06-07
r600g/winsys: overhaul resource range/blocks.
Dave Airlie
4
-65
/
+110
2011-06-07
r600g: split out block init
Dave Airlie
1
-46
/
+55
2011-06-07
r600g: move resource setting to its own structures.
Dave Airlie
8
-172
/
+140
2011-06-07
r600g: only call bo loop if nbos is positive.
Dave Airlie
1
-17
/
+19
2011-06-07
r600g: don't need to call the packet dirty function if not dirty.
Dave Airlie
2
-11
/
+16
2011-06-06
i915g: implement more opcodes.
Stéphane Marchesin
1
-12
/
+82
2011-06-06
i915g: implement TGSI_OPCODE_SEQ.
Stéphane Marchesin
1
-0
/
+28
2011-06-06
i915g: handle varyings properly.
Stéphane Marchesin
2
-9
/
+27
2011-06-06
i915g: add missing and unsupported PIPE_CAPs to avoid debug messages.
Stéphane Marchesin
1
-0
/
+5
2011-06-06
dri2: protect dri2FlushFrontBuffer against NULL buffers.
Stéphane Marchesin
1
-0
/
+6
2011-06-06
Gallium: fix indentation in u_blitter.c
Stéphane Marchesin
1
-1
/
+1
2011-06-06
i915g: don't destroy a texture buffer if it's NULL.
Stéphane Marchesin
1
-1
/
+2
2011-06-06
llvmpipe: use $(CXX) instead of g++ for linking.
Stéphane Marchesin
1
-1
/
+1
2011-06-06
i965: Update SURFACE_STATE dumping for Ivybridge.
Kenneth Graunke
1
-3
/
+43
2011-06-06
i965: Update SAMPLER_STATE dumping for Ivybridge.
Kenneth Graunke
1
-1
/
+53
2011-06-06
i965: Update SF_CLIP_VIEWPORT state dumping for Ivybridge.
Kenneth Graunke
1
-2
/
+38
2011-06-06
apple: Package applegl source into MesaLib tarball
Jeremy Huddleston
1
-0
/
+12
2011-06-06
darwin: Define GALLIUM_DRIVERS_DIRS in darwin config
Jeremy Huddleston
1
-0
/
+2
2011-06-06
apple: Finish build fixes for applegl_glx.c
Jeremy Huddleston
1
-3
/
+2
2011-06-06
apple: More fixes for compilation failures
Jeremy Huddleston
1
-6
/
+6
2011-06-06
softpipe: Anisotropic filtering extension.
Andreas Faenger
2
-6
/
+336
2011-06-06
st/mesa: fix renderbuffer internal format for accum buffer
Brian Paul
1
-1
/
+2
2011-06-06
util: add \n to debug_checkpoint_full
Marcin Slusarz
1
-1
/
+1
2011-06-06
nv50: fix nv50_sampler_state_delete array overflow
Marcin Slusarz
1
-1
/
+1
2011-06-05
apple: Fix multiple build failures in applegl_glx.c
Jeremy Huddleston
2
-14
/
+29
2011-06-05
apple: Build darwin using applegl rather than indirect
Jeremy Huddleston
3
-3
/
+20
[next]