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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-16
wip: Add gbm_bo_create_from_egl_image
Benjamin Franzke
6
-7
/
+166
2011-05-16
wip: Start of a unified drm driver list
Benjamin Franzke
11
-1324
/
+22
2011-05-16
wip: gbm gallium backend
Benjamin Franzke
11
-22
/
+413
2011-05-16
Add hack to make a gbm_device pointer identifiable
Benjamin Franzke
2
-1
/
+12
2011-05-16
wip
Benjamin Franzke
15
-2
/
+1489
2011-05-16
st/mesa: overhaul vertex/fragment sampler and sampler views.
Dave Airlie
4
-154
/
+225
2011-05-16
gallium: block signals for new thread when spawning threads
Dave Airlie
1
-1
/
+8
2011-05-15
r600g: reduce flushes so only when texture and CB overlap.
Dave Airlie
2
-8
/
+17
2011-05-14
r300/compiler: Use ALU Result for IF conditionals
Tom Stellard
6
-20
/
+212
2011-05-15
r300g: HiZ fixes
Marek Olšák
1
-24
/
+24
2011-05-15
r300g: don't set other HyperZ states if depth and stencil tests are disabled
Marek Olšák
1
-14
/
+27
2011-05-15
r300g: dynamically ask for and release Hyper-Z access
Marek Olšák
10
-95
/
+225
2011-05-15
r300g: fix conversion from int to boolean
Marek Olšák
1
-2
/
+2
2011-05-14
u_vbuf_mgr: fix max_index computation once again
Marek Olšák
1
-15
/
+47
2011-05-14
st/mesa: set correct baseInternalFormat for _mesa_texstore in DrawPixels
Marek Olšák
1
-3
/
+4
2011-05-13
i965: Use BRW_DATAPORT_READ_TARGET_DATA_CACHE instead of 0.
Kenneth Graunke
1
-3
/
+3
2011-05-13
i965: Rename dp_render_target struct to gen6_dp.
Kenneth Graunke
3
-31
/
+31
2011-05-13
i965: Attempt to un-muddle Gen6 data port message target defines.
Kenneth Graunke
2
-6
/
+9
2011-05-13
nvc0: prevent overlap between load address and destination regs
Christoph Bumiller
1
-15
/
+29
2011-05-13
st/mesa: expose ARB_shader_texture_lod if SM3 is supported
Marek Olšák
1
-0
/
+4
2011-05-12
util_logbase2 takes and returns unsigned, not int
Matt Turner
1
-2
/
+2
2011-05-12
Remove redundant util_unsigned_logbase2
Matt Turner
5
-17
/
+5
2011-05-12
u_math.h: Remove redundant mingw32 ffs definition
Matt Turner
1
-4
/
+0
2011-05-13
st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,wayland
Benjamin Franzke
15
-0
/
+495
2011-05-13
egl_dri2: Discard similar configs
Benjamin Franzke
1
-4
/
+2
2011-05-13
egl_dri2: Make it possible to not compile in the X11 platform
Kristian Høgsberg
4
-7
/
+28
2011-05-13
nvfx: fill some PIPE_CAPs
Francesco Marella
1
-0
/
+6
2011-05-13
i965: Fix incorrectly named data port define.
Kenneth Graunke
1
-1
/
+1
2011-05-13
i965: Fix typo in Gen6 "DWord Scattered Write" message define.
Kenneth Graunke
1
-1
/
+1
2011-05-12
i915g: Fix typos in print messages.
Vinson Lee
1
-3
/
+3
2011-05-13
r600g: don't unmap if we haven't mapped
Dave Airlie
1
-2
/
+4
2011-05-13
mesa: EXT_texture_sRGB_decode little fixup
Marek Olšák
2
-1
/
+2
2011-05-13
r600g: use a local var to store pointer to which register we are working on
Dave Airlie
1
-7
/
+8
2011-05-13
r600g: make range/block act more like a page table
Dave Airlie
3
-50
/
+45
2011-05-13
r600g: reduce r600_reg footprint
Dave Airlie
3
-788
/
+785
2011-05-13
r600g: reduce memory usage from range/block hash table.
Dave Airlie
4
-28
/
+39
2011-05-13
r600g: delay mapping until first map request. (v2)
Dave Airlie
2
-6
/
+4
2011-05-12
egl/dri2: Avoid unused static functions.
José Fonseca
1
-1
/
+1
2011-05-12
egl/dri2: Prevent uninitialized variable dereference.
José Fonseca
1
-2
/
+5
2011-05-12
egl/dri2: Fix const pointer duplication, prevent unitialized variable derefer...
José Fonseca
1
-5
/
+7
2011-05-12
egl: Fix int <-> ptr casts.
José Fonseca
4
-5
/
+5
2011-05-12
mesa: Fix GetVertexAttrib* inside display lists.
José Fonseca
1
-3
/
+3
2011-05-11
r300/compiler: Fix bug in rc_get_variables()
Tom Stellard
1
-7
/
+11
2011-05-11
r300/compiler: Limit instructions to 3 source selects
Tom Stellard
4
-39
/
+104
2011-05-11
r300/compiler: Add simple unit test framework
Tom Stellard
7
-0
/
+579
2011-05-11
r600g: fix flushes on rs780/rs880
Alex Deucher
1
-1
/
+3
2011-05-11
mesa: Don't append fog code for programs that don't output color.
José Fonseca
1
-0
/
+6
2011-05-10
svga/drm: Implement svga_winsys_screen::get_hw_version.
José Fonseca
1
-0
/
+14
2011-05-10
st/wgl: Remove buggy assertion.
José Fonseca
1
-2
/
+0
2011-05-10
nv50: fix mistake in pipe caps for pre-NVA0 cards
Maxim Levitsky
1
-0
/
+1
[next]