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-02
r600g: remove dummy function r600_bo_offset
Marek Olšák
6
-33
/
+29
2011-08-02
r600g: remove unused code
Marek Olšák
7
-654
/
+0
2011-08-02
gallium/util: add functions for manipulating swizzles
Marek Olšák
7
-41
/
+75
2011-08-02
i915: Only emit program errors when INTEL_DEBUG=wm or INTEL_DEBUG=fallbacks
Ian Romanick
1
-6
/
+8
2011-08-02
i915: Fail without crashing if a Mesa IR program uses too many registers
Ian Romanick
1
-2
/
+13
2011-08-02
ir_to_mesa: Emit warnings instead of errors for IR that can't be lowered
Ian Romanick
1
-4
/
+24
2011-08-02
ir_to_mesa: Use Add linker_error instead of fail_link
Ian Romanick
1
-31
/
+22
2011-08-02
mesa: Ensure that gl_shader_program::InfoLog is never NULL
Ian Romanick
2
-5
/
+7
2011-08-02
linker: Make linker_{error,warning} generally available
Ian Romanick
4
-3
/
+22
2011-08-02
linker: Make linker_error set LinkStatus to false
Ian Romanick
4
-100
/
+90
2011-08-01
i965/gen5+: Fix incorrect miptree layout for non-power-of-two cubemaps.
Kenneth Graunke
1
-1
/
+1
2011-08-01
glsl_to_tgsi: copy reladdr in st_src_reg(st_dst_reg) constructor
Bryan Cain
1
-1
/
+1
2011-08-01
glsl_to_tgsi: add each relative address to the previous
Bryan Cain
1
-0
/
+12
2011-08-01
glsl_to_tgsi: lower all ir_quadop_vector expressions
Bryan Cain
1
-1
/
+1
2011-08-01
glsl_to_tgsi: rework immediate tracking to not use gl_program_parameter_list
Bryan Cain
1
-47
/
+88
2011-08-01
glsl_to_tgsi: update comments
Bryan Cain
1
-12
/
+11
2011-08-01
glsl_to_tgsi: make coding style more consistent
Bryan Cain
1
-137
/
+126
2011-08-01
glsl_to_tgsi: make assignment hack safer
Bryan Cain
1
-3
/
+4
2011-08-01
glsl_to_tgsi: separate immediates from array constants during IR translation
Bryan Cain
1
-48
/
+95
2011-08-01
glsl_to_tgsi: fix mistakes in get_pixel_transfer_visitor()
Bryan Cain
1
-3
/
+3
2011-08-01
st/mesa, glsl_to_tgsi: support glBitmap with a GLSL fragment shader active
Bryan Cain
3
-6
/
+105
2011-08-01
st/mesa, glsl_to_tgsi: support glDrawPixels/glCopyPixels with a GLSL fragment...
Bryan Cain
3
-0
/
+194
2011-08-01
glsl_to_tgsi: replace MAX_PROGRAM_TEMPS (256) with MAX_TEMPS (4096)
Bryan Cain
1
-6
/
+8
2011-08-01
r200, r600c, i965: fix build
Bryan Cain
7
-30
/
+30
2011-08-01
glsl_to_tgsi: always run copy_propagate() and eliminate_dead_code_advanced()
Bryan Cain
1
-5
/
+4
2011-08-01
glsl_to_tgsi: fix mistake in new dead code elimination pass
Bryan Cain
1
-4
/
+4
2011-08-01
glsl_to_tgsi: improve assignment handling
Bryan Cain
1
-3
/
+14
2011-08-01
glsl_to_tgsi: improve eliminate_dead_code_advanced()
Bryan Cain
1
-0
/
+9
2011-08-01
glsl_to_tgsi: use the correct writemask in try_emit_mad() and try_emit_sat()
Bryan Cain
1
-2
/
+7
2011-08-01
glsl_to_tgsi: use a more specific condition for gl_FragDepth hack in generati...
Bryan Cain
1
-2
/
+2
2011-08-01
glsl_to_tgsi: add a better, more advanced dead code elimination pass
Bryan Cain
1
-0
/
+140
2011-08-01
glsl_to_tgsi: remove handling of XPD opcode in compile_tgsi_instruction()
Bryan Cain
1
-8
/
+0
2011-08-01
glsl_to_tgsi: use swizzle_for_size for src reg in conditional moves
Bryan Cain
1
-2
/
+5
2011-08-01
glsl_to_tgsi: execute merge_registers() after eliminate_dead_code()
Emil Velikov
1
-1
/
+1
2011-08-01
glsl_to_tgsi: implement simplify_cmp pass needed by r300g
Bryan Cain
1
-0
/
+95
2011-08-01
glsl_to_tgsi: fix compile error with g++ 4.6
Bryan Cain
1
-1
/
+1
2011-08-01
glsl: remove glsl_type::get_vec4_type()
Bryan Cain
2
-17
/
+2
2011-08-01
glsl_to_tgsi: silence compiler warning
Bryan Cain
1
-1
/
+1
2011-08-01
glsl_to_tgsi: finish some loose ends
Bryan Cain
1
-10
/
+36
2011-08-01
glsl-to-tgsi: fix piglit tests
Bryan Cain
1
-9
/
+11
2011-08-01
mesa, glsl_to_tgsi: add native support for integers in shaders
Bryan Cain
5
-60
/
+328
2011-08-01
tgsi: add support for TGSI_OPCODE_MOD in tgsi_exec
Bryan Cain
1
-1
/
+12
2011-08-01
mesa: support boolean and integer-based parameters in prog_parameter
Bryan Cain
13
-66
/
+88
2011-08-01
gallium: add PIPE_SHADER_CAP_INTEGERS
Bryan Cain
10
-0
/
+19
2011-08-01
glsl_to_tgsi: fix shaders with indirect addressing of temps
Bryan Cain
1
-4
/
+12
2011-08-01
glsl_to_tgsi: use TGSI opcodes when converting from GLSL IR
Bryan Cain
1
-333
/
+217
2011-08-01
glsl_to_tgsi: support DDY (ir_unop_dFdy)
Bryan Cain
1
-6
/
+1
2011-08-01
glsl_to_tgsi: lower noise opcodes when converting from GLSL IR, not when gene...
Bryan Cain
1
-13
/
+8
2011-08-01
glsl_to_tgsi: define the sampler objects used
Bryan Cain
1
-2
/
+11
2011-08-01
glsl_to_tgsi: remove a bad assertion
Bryan Cain
1
-4
/
+5
[prev]
[next]