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-05
ir_to_mesa: Try to avoid emitting a MOV_SAT to saturate an expression tree.
Eric Anholt
1
-4
/
+24
2011-08-05
prog_optimize: Add support for saturates to _mesa_merge_mov_into_inst.
Eric Anholt
1
-3
/
+5
2011-08-05
i965: Add dumping for gen6 WM constants too.
Eric Anholt
3
-1
/
+22
2011-08-05
mesa: Remove dead "MemPool" field of gl_shader_state.
Eric Anholt
1
-2
/
+0
2011-08-05
i965/fs: Don't upload unused uniform components.
Eric Anholt
2
-4
/
+95
2011-08-05
i965/fs: Don't allocate the old backend's compile structs for our compile.
Eric Anholt
1
-4
/
+7
2011-08-05
winsys/radeon: do the CS cleanup in the CS ioctl thread
Marek Olšák
1
-2
/
+4
2011-08-05
winsys/radeon: fix space checking
Marek Olšák
4
-5
/
+36
2011-08-05
st/dri: remove an unused-but-set variable
Marek Olšák
1
-7
/
+0
2011-08-05
st/dri: remove a dummy function dri2_create_context
Marek Olšák
1
-15
/
+1
2011-08-05
st/mesa: remove unused-but-set variables in st_glsl_to_tgsi.cpp
Marek Olšák
1
-3
/
+2
2011-08-05
r300g: handle new CAPs
Marek Olšák
1
-9
/
+4
2011-08-05
r300g: adapt to the resource_resolve interface change
Marek Olšák
1
-21
/
+22
2011-08-05
vbo: do not call _mesa_max_buffer_index in debug builds
Marek Olšák
1
-3
/
+1
2011-08-05
glsl: empty declarations should be valid
Chia-I Wu
2
-12
/
+8
2011-08-04
mesa: Remove MSVC stdint typedefs from compiler.h.
Vinson Lee
1
-23
/
+1
2011-08-04
mesa: pass correct constant type to _mesa_fetch_state()
Brian Paul
1
-1
/
+1
2011-08-04
mesa: use gl_constant_value type in ARB program parser
Brian Paul
2
-29
/
+30
2011-08-04
mesa: use gl_constant_value type in _mesa_[Get]ProgramNamedParameter4fNV()
Brian Paul
1
-10
/
+10
2011-08-04
mesa: add st_glsl_to_tgsi.cpp to Sconscript
Brian Paul
1
-0
/
+1
2011-08-04
mesa: fix out of bounds array access in rtgc debug code
Brian Paul
1
-1
/
+1
2011-08-04
mesa: don't use K&R style function pointer calls
Brian Paul
1
-3
/
+3
2011-08-04
Merge branch 'glsl-to-tgsi'
Bryan Cain
43
-323
/
+5610
2011-08-04
st/mesa: replace duplicated create_color_map_texture() function with shared f...
Bryan Cain
4
-43
/
+26
2011-08-04
glsl_to_tgsi: remove debugging printf
Bryan Cain
1
-1
/
+0
2011-08-04
st/mesa: silence int/float and double/float conversion warnings
Brian Paul
1
-4
/
+4
2011-08-04
st/mesa: move declaration before code
Brian Paul
1
-1
/
+2
2011-08-04
mesa: minor comment updates in enable.c
Brian Paul
1
-9
/
+2
2011-08-04
mesa: whitespace, formatting fixes in GetTexParameter() code
Brian Paul
1
-8
/
+6
2011-08-04
mesa: add null ptr checks in GetTexParameterI[u]iv() functions
Brian Paul
1
-0
/
+4
2011-08-04
mesa: condense GL_TEXTURE_RESIDENT query code
Brian Paul
1
-16
/
+4
2011-08-04
mesa: make error handling in glGetTexParameter() a bit more concise
Brian Paul
1
-170
/
+96
2011-08-04
nv50: implement resource_resolve with custom blit
Christoph Bumiller
8
-11
/
+559
2011-08-04
st/mesa: implement multisample resolve via BlitFramebuffer
Christoph Bumiller
1
-5
/
+111
2011-08-04
gallium: extend resource_resolve to accommodate BlitFramebuffer
Christoph Bumiller
4
-6
/
+43
2011-08-04
st/mesa: determine Const.MaxSamples in init_extensions
Christoph Bumiller
1
-0
/
+11
2011-08-04
egl/gbm: Fix EGL_DEFAULT_DISPLAY
Benjamin Franzke
5
-7
/
+53
2011-08-04
gbm: link gbm_gallium_drm.so against math library
Benjamin Franzke
1
-1
/
+1
2011-08-04
gbm/dri: avoid crash in dri_screen_create
RALOVICH, Kristóf
1
-0
/
+2
2011-08-04
r600g: remove more of unused code
Marek Olšák
1
-13
/
+0
2011-08-03
r600g: take into account force_add_cf in pops
Vadim Girlin
1
-15
/
+24
2011-08-03
r600g: use backend mask for occlusion queries
Vadim Girlin
5
-4
/
+160
2011-08-03
winsys/radeon: remove dummy function pb_buffer
Marek Olšák
2
-16
/
+7
2011-08-03
util: fix a typo in util_format_swizzle_4f
Marek Olšák
1
-1
/
+1
2011-08-02
radeon: Remove some remaining set-but-unused variables.
Eric Anholt
4
-14
/
+0
2011-08-02
radeon: Remove set-but-unused variables in radeon_lock.c
Eric Anholt
1
-10
/
+0
2011-08-02
radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants.
Eric Anholt
5
-29
/
+0
2011-08-02
radeon: Remove set-but-unused log2depth variable.
Eric Anholt
1
-2
/
+1
2011-08-02
radeon: Remove set-but-unused color_mask variable.
Eric Anholt
2
-6
/
+0
2011-08-02
intel: Fix unused variable warning.
Eric Anholt
1
-1
/
+0
[prev]
[next]