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-05-31
wayland-drm: Check visual for being NULL
fixes
Benjamin Franzke
1
-1
/
+1
2011-05-31
Fiuxp make tarballs for wayland-egl/drm
Benjamin Franzke
1
-0
/
+2
2011-05-31
st/egl: Fix udev linkage when egl_dri2 is not build
Benjamin Franzke
2
-4
/
+4
2011-05-31
egl_dri2: Fix usage of bool values
Benjamin Franzke
1
-3
/
+3
2011-05-31
wayland-egl: Remove left-over headers and struct
Benjamin Franzke
2
-27
/
+1
2011-05-29
r300g: clear can be killed by render condition
Marek Olšák
3
-7
/
+35
2011-05-28
r300g: Fix non-dri builds
Tom Stellard
2
-1
/
+7
2011-05-29
r300g: fix occlusion queries when depth test is disabled or zbuffer is missing
Marek Olšák
2
-6
/
+27
2011-05-29
r300g: cleanup render_condition a bit
Marek Olšák
1
-5
/
+3
2011-05-29
r300g: remove fake occlusion queries (debug option)
Marek Olšák
3
-58
/
+7
2011-05-29
r300g: remove debug option DBG_FALL
Marek Olšák
2
-2
/
+1
2011-05-29
r300g: print some HyperZ debug info
Marek Olšák
2
-0
/
+4
2011-05-27
glx: Fix glXGetFBConfigFromVisualSGIX.
Stéphane Marchesin
1
-1
/
+1
2011-05-27
mesa: set parameter list StateFlags field in _mesa_layout_parameters()
Pierre-Eric Pelloux-Prayer
1
-0
/
+1
2011-05-27
i965/fs: Fix up for 8752764076e5b3f052a57e0134424a37bf2e9164.
Eric Anholt
2
-4
/
+4
2011-05-27
mesa: Include shader target in dumps of GLSL source.
Eric Anholt
1
-1
/
+2
2011-05-27
i965/fs: Do a FS compile up front at link time to produce link errors.
Eric Anholt
5
-27
/
+142
2011-05-27
i965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_visitor.cpp.
Eric Anholt
4
-1679
/
+1736
2011-05-27
i965/fs: Split the BRW native code emit to brw_fs_emit.cpp
Eric Anholt
3
-839
/
+876
2011-05-27
i965: Move a couple of GLSL IR -> BRW helper functions to brw_shader.cpp.
Eric Anholt
3
-49
/
+76
2011-05-27
i965: Move non-FS-specific shader support to brw_shader.cpp.
Eric Anholt
3
-100
/
+129
2011-05-27
i965: Avoid generating MOVs for assignments of expressions.
Eric Anholt
2
-12
/
+75
2011-05-27
i965/fs: Move the computation of register block count from unit to compile.
Eric Anholt
4
-7
/
+18
2011-05-27
i965/fs: Track fixed GRF regs separate from allocated GRF file in scheduling.
Eric Anholt
2
-1
/
+22
2011-05-27
i965/fs: Add a helper function for add_dep(before, after, before->latency).
Eric Anholt
1
-31
/
+19
2011-05-27
nv50: fix emit_add_a16 to emit correct source reg
Trevor Davenport
1
-2
/
+2
2011-05-26
mesa: s/height/depth/ in texsubimage()
Brian Paul
1
-1
/
+1
2011-05-26
mesa: plug _mesa_GetObjectParameterivAPPLE into display list dispatch table
Brian Paul
1
-0
/
+1
2011-05-26
mesa: plug in GL_ARB_vertex_array_object display list functions
Brian Paul
1
-0
/
+4
2011-05-26
mesa: more geometry shader display list functions
Brian Paul
1
-0
/
+53
2011-05-26
mesa: more transform feedback display list functions
Brian Paul
1
-12
/
+98
2011-05-26
mesa: make query object API functions static
Brian Paul
2
-24
/
+6
2011-05-26
mesa: simplify query object display list dispatch setup
Brian Paul
1
-6
/
+2
2011-05-26
i965: Pack the lookup and line_aa bits into the first dword of the key.
Eric Anholt
1
-2
/
+2
2011-05-26
i965: Remove dead shadowtex_mask entry in the WM key.
Eric Anholt
2
-4
/
+0
2011-05-26
i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT.
Eric Anholt
7
-30
/
+10
2011-05-26
intel: Drop doubly irrelevant code in intelReadBuffers.
Eric Anholt
1
-12
/
+0
2011-05-26
mesa: Flush vertices before updating drawbuffer computed state.
Eric Anholt
1
-7
/
+7
2011-05-26
mesa: Allow NULL read/draw in complete FBOs in ARB_ES2_compatibility.
Eric Anholt
1
-1
/
+1
2011-05-26
mesa: Trigger FBO validation on DrawBuffers change in non-ES2 mode.
Eric Anholt
1
-10
/
+26
2011-05-25
mesa: minor whitespace fixes
Brian Paul
1
-4
/
+4
2011-05-25
mesa: plug in sync object display list functions
Brian Paul
1
-0
/
+50
2011-05-25
mesa: display list support for glProgramParameteriARB()
Brian Paul
1
-0
/
+30
2011-05-25
mesa: plug shader object functions into display list dispatch
Brian Paul
1
-0
/
+2
2011-05-25
mesa: plug in GL 3.0 ClearBuffer() display list functions
Brian Paul
1
-5
/
+1
2011-05-25
mesa: fill in missing sampler object display list functions
Brian Paul
1
-0
/
+163
2011-05-25
st/mesa: simplify some st_context(ctx)->pipe code
Brian Paul
6
-10
/
+9
2011-05-25
st/mesa: fix incorrect texture level/face/slice accesses
Brian Paul
2
-12
/
+21
2011-05-25
i915g: Bump texture sizes
Jakob Bornecrantz
1
-2
/
+2
2011-05-25
i965: Warnings cleanup.
Eric Anholt
2
-4
/
+0
[next]